Forum Post: RE: How can I set a Checkbox-value in a grid?

  • Thread starter Thread starter Gian Torralba
  • Start date Start date
Status
Not open for further replies.
G

Gian Torralba

Guest
Hello, You can use JQuery to achieve this since the rbf_setGridValue API will not set the check box to checked. $("input[name='is_active_"+gridNo+"_"+index+"']").attr("checked",true); Thanks, Gian

Continue reading...
 
Status
Not open for further replies.
Back
Top