Hello
I Have one RadGrid where I want to update a status flag, everithing is working fine but I need that all rows starts selected to prevent the user to click on the "select all" checkbox.
how can I do to programmatic or some Jscript to select all itens during pageload, or to select each item during databinding?
I Imagine somethng like:
RadGrid1.Checkboxes.attr("selected","true")
or
foreach (item in RadGrid1.Itens){
this.selected = "true";
}
Thanxs
I Have one RadGrid where I want to update a status flag, everithing is working fine but I need that all rows starts selected to prevent the user to click on the "select all" checkbox.
how can I do to programmatic or some Jscript to select all itens during pageload, or to select each item during databinding?
I Imagine somethng like:
RadGrid1.Checkboxes.attr("selected","true")
or
foreach (item in RadGrid1.Itens){
this.selected = "true";
}
Thanxs