Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Sep 27, 2007 15:16
open dhtmlx forum
Hi, I am using dhtmlxGrid_v14_Pro_70813 professional version of dhtmlXGrid. Q)I have a cell data with HTML tags like User Text, but on later editing cell it get converted to, User Text. Is there any way to keep it as User Text, no matter how many times we edit same cell data? This issue is similar for any tag we input to cell. Thanks in advance.


Answer posted by Stanislav on Sep 27, 2007 15:29
This is side effect of tooltips in grid. You can disable tooltips ( and preserver tags unchanged ) by adding next line of code

grid._drawTooltip=function(){return true;};
Answer posted by mkhan@apsiva.com on Sep 27, 2007 16:18
Hi again,
I tried,
mygrid._drawTooltip=function(){return true;};
before and after init() and also after grid gets fully loaded but its not working,Please give some solution.
Thanks for your suggetion
Answer posted on Sep 27, 2007 19:23