How do I
- Populate my Telerik Invitation grid containing a Name column and a "participating" checkbox column
- make ALL checkboxes editable (I don't want to force the user to press edit on each row)
- when user clicks a checkbox - post the check/uncheck
I managed to populate the grid with a stroly typed dataset in RadGrid_NeedDataSource. Name = Name column, Participating = true or false (VB.Net "system.boolean").
// first day with Telerik