Categories | Question details Back To List | ||
dhtmlxGrid v.1.2 Standard Edition, built 70223
i used dhtmlxGrid v.1.2 Standard Edition, built 70223 its clearall function don't delete the selected rows, may be i need to upgrade to the newer version. but you can review the newer version to sure that this problem has been finshed .sorry for bad english Answer posted by Support on Feb 26, 2008 04:16 Problem fixed in latest version for sure. In case of dhtmlxgrid 1.2 you can just add next line to the end of clearAll method this.selectedRows = new dhtmlxArray(0) |