Hi,
I am Using grid control from Telerik UI For
asp.net MVC, Grid works fine in loading the data, but the problem come when we
try to edit or create a new record with in
the grid. When I try to edit the
grid Drop down columns as shown as a text box with ID values.
There are couple more problems
1. Filter is not working as expected.
2. Filter is not populating data and not able to select the items from dropdown list.
3. add new and click on update button the controller is not getting value that were submitted.
4. on editing and saving a record the action method is not fired.
please help with above issues.
Please fin the attached file for more info.