javascript - Selecting enabled rows with ClientSelectColumn -
i have telerik gridclientselectcolumn along allowmultirowsection
set true
selecting rows. on server side, of rows disabled, when go ahead click button, select rows regardless button being enabled/disabled.
so figured can loop through rows on client side using jquery , see if disabled , if mark them unchecked during onrowselected
.
but not sure how go it, have radgrid, mastertableview , several gridboundcolumn.
i don't know how select items radgrid , check whether each 1 disabled previously.
any tips helpful!
check following telerik documentation mentions getting cell values selected rows client-side
http://www.telerik.com/help/aspnet-ajax/grid-getting-cell-values-for-selected-rows-client-side.html
hope helps you..
Comments
Post a Comment