Hi I am having a radgrid and in a column i have binded a radtreeview.
when i click edit, the grid row becomes editable and i will be selecting one or more node's checkboxes and select a value from a dropdown in the next column.
on click of update i need to read the selected nodes id values and the value in the dropdown and pass it to a server method to save the changes to the DB.
after clicking update, the grid is still showing update,cancel links which should be reset to edit link.
how to do this kind of operation in radgrid. any idea? my columns in grid looks something like this.
Edit ID Tree Dropdown
================================
Edit 1 1. Fruits Dropdowncontrol
2. Apple
3. Banana
Thanks,
Arun.K.S
when i click edit, the grid row becomes editable and i will be selecting one or more node's checkboxes and select a value from a dropdown in the next column.
on click of update i need to read the selected nodes id values and the value in the dropdown and pass it to a server method to save the changes to the DB.
after clicking update, the grid is still showing update,cancel links which should be reset to edit link.
how to do this kind of operation in radgrid. any idea? my columns in grid looks something like this.
Edit ID Tree Dropdown
================================
Edit 1 1. Fruits Dropdowncontrol
2. Apple
3. Banana
Thanks,
Arun.K.S