Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve on May 18, 2007 16:43
open dhtmlx forum
Using dhtmlXGridFromTable

Hi:

I'm using the dhtmlXGridFromTable object and making the following call to turn off sorting:

var grid = new dhtmlXGridFromTable('tblToGrid');
grid.enableStableSorting(false);

This does not seem to be working.  Any ideas?  It works with dhtmlXGridObject.

Thanks for any assistance!

Steve

 

Answer posted on May 18, 2007 17:57
The dhtmlXGridFromTable is not a contructor function, the correct syntax are

var grid = dhtmlXGridFromTable('tblToGrid');
grid.enableStableSorting(false);

If problem still occurs for you - please provide any snippet of HTML code used for grid initialization where it can be reconstructed
Answer posted by Stanislav (Support) on Nov 28, 2014 09:53

To find more precise comments upon this issue, we can offer you read about ui ajax and wysiwyg editor javascript.