Posted by: Kaushal on: July 16, 2008
In one of my previous blog post, I Described about Mutually Exclusive CheckBox inside GridView.
In this example, there is a “Select All” checkbox in header to select/deselect all the checkboxes inside GridView. MoreOver, if user select all the checkboxes manually one by one, then header checkbox should automatically be selected and vice versa.
Here is the [...]
Posted by: Kaushal on: July 5, 2008
I was having a development requirement in which i have to implement CheckBoxes inside GridView.
Scenario is like, There is one TemplateColumn in GridView which is used to Select any Row within GridView. So, There will be CheckBox inside ItemTemplate of that TemplateColumn.
User would be able to select only one CheckBox (Mutually Exclusive) in that Column. [...]