Categories | Question details Back To List | ||
Using dhtmlXGridFromTable Hi: I'm using the dhtmlXGridFromTable object and making the following call to turn off sorting: var grid = new dhtmlXGridFromTable('tblToGrid'); 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. |