Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
580
Uncheck all selected check boxes Once we have assigned the row selected to another table in db.
posted

Hi team,

We are using Infragistics Web DataGrid in our Project,

also there is check box column , user can select multiple rows using check boxes,

We are storing selecting rows in another table .

Issue is:

On button click once we are stored the rows,

We want Grid's already check boxes should be unchecked. like initially for all rows of grid check boxes are unchecked.

Please let us know how to achieve that.

Thanks.

 

 

 

 

 

Parents
No Data
Reply
  • 33839
    Suggested Answer
    posted

    Hi yadusaxena,

    If you have a header checkbox, you could try setting HeaderChecked on the unbound checkbox column.  Also, you could iterate through all the rows and simply set the value to false.

    regards,

    David Young

Children
No Data