Hi,
I am able to bind boolean columns as a checkbox column and were able to use client template for ajax binding. everything over UI is working terrific
But, I am facing a problem in binding model again and following things in telerik mvc2 grid
1. I am unable to bind checkbox columns with model when I am posting whole form back to controller
2. Checkbox's Id has not been sorted on sorting or being filtered. checkbox id remains same ( I mean if checkbox id is chkrow1 then on filtering or on sorting first row checkbox id will always be chkrow1 only)
Request you to please provide me sample code with checkbox column and saving it to database again.
I really appreciate your help
I am able to bind boolean columns as a checkbox column and were able to use client template for ajax binding. everything over UI is working terrific
But, I am facing a problem in binding model again and following things in telerik mvc2 grid
1. I am unable to bind checkbox columns with model when I am posting whole form back to controller
2. Checkbox's Id has not been sorted on sorting or being filtered. checkbox id remains same ( I mean if checkbox id is chkrow1 then on filtering or on sorting first row checkbox id will always be chkrow1 only)
Request you to please provide me sample code with checkbox column and saving it to database again.
I really appreciate your help