Categories | Question details Back To List | ||||||||
I tried a lot about performance with the dhtmlxGrid and to me the dhtmlXGridFromTable function is the fastest. Now i have a problem with it. I want to have a multiline cel. In the html-table all seems to be fine but after the dhtmlXGridFromTable function the cell is a single line cell. After using enableMultiline(true) there's no change. Please help, this is very decisive for using the dhtmlxGrid. Thank you very much Answer posted on Aug 02, 2007 14:45 Try it this way: var mgrid = new dhtmlXGridFromTable('tblToGrid',function(obj){obj.enableMultiline(true)});" Answer posted on Aug 03, 2007 04:16 Answer posted on Aug 03, 2007 04:17 Attachments (1)
Answer posted by Embre (Support) on Dec 09, 2014 06:33 I hope this information will be enough for you. But you also can have a look at javascript treegrid and onclick var. |