fires immediately after a row in the grid has been clicked
id | string|number | the id of the clicked row |
ind | number | the index of the clicked cell |
Available only in PRO Edition
grid.attachEvent("onRowSelect", function(id,ind){
// your code here
});
Back to top