Reputation: 51
I want to know how to add checkbox(input html control) which will be appear dynamically in datatable. Can anyone explain it?
Upvotes: 2
Views: 724
Reputation: 52241
In the datatable you can't add a checkbox control or any other control. But You can add a column which will be of boolean type (True/False). Which will be what you are expecting.
Upvotes: 1