Hello I want to get the id (or something) of current clicked column, because i have a multiselect grid and when user click over checkbox I don't want to edit this row
my code is:
viewrecords: true,
multiboxonly: false,
multiselect: true,
onSelectRow: function(id){
….
}
but in this code I only have the id of row no the id of column
is it possible???
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top