Hi experts,
In a table I want to show one row as a selected. I mean to say that if I select any row , the event will be fired and after that the checkbox of the specified row should be seen as selected.
I used
setOnRowSelection("onRoleRowSelection");
and fired the event. After that what to do?
Please guide.
Thanks in advance
Vinay