aoa,
dear!
can I set the rows selected/unselected automatically on the base of boolean column in the event "on_data_display"
1 Answers
Ws,
You can use JS loadComplete event and based on row value, select or unselect checkbox.
Code would be something link: http://pastebin.com/KhzAzTxt
Your Answer