S
Shiva Duriseati
Guest
Hi ithrees, Its a good idea to have a grid similar to Kendo Grid where we can search, selecting all records and pagination etc. We have it in our future roadmap. Until this is available , please use the following code as you mentioned in your query. function resetGrid(){ var noOfRows=rbf_getMaxRowIndex2(0); for(var rowIndex=0;rowIndex<=noOfRows;rowIndex++){ rbf_delGridRow(0, rowIndex); } } I would suggest you to post this enhancement through the Progress Community via an Ideas submission. For detailed information on how to submit an Idea please visit our knowledgebase at: Regards, Shiva.
Continue reading...
Continue reading...