how to add row_selected class to the row that come as already selected

how to add row_selected class to the row that come as already selected

DivikiranDivikiran Posts: 5Questions: 0Answers: 0
edited May 2012 in General
Hi All,

I have C# code that loads the aData, I load it like this

fnRender: function (oObj) {
return '';
}
I have either 'checked' or '' in the that parameter, just wondering how to add the row_selected class for the row that have 'checked'

Thanks
Divikiran

Replies

  • DivikiranDivikiran Posts: 5Questions: 0Answers: 0
    Also any ideas how to get list of all the selected row information in some array
This discussion has been closed.