Categories | Question details Back To List | ||
How to serialize selected rows in grid Answer posted by support on Jun 17, 2008 07:28 There is no public method for this, but you can extend dhtmlXGridObject with the following method (place the code below dhtmlxgrid.js file on the page): dhtmlXGridObject.prototype.serializeSelected = function(){
|