I was wondering if anyone had used the AJAX Control Toolkit from a templated column. What I would like to do is to have a button on the grid that when pressed pops up a screen allowing the user to edit some data and then save and reload the grid. I looked at row edit templates but I need the web combo grid on the control to filter the data per row. Alternatively if someone could show me how to make this happen in either a webcombo from the grid or on a edit template that would be good as well.
I used a different approach.
I had an empty grid. Below the grid is an add and edit button. Add button pops up a modal pop up with controls as textbox etc adding those values into the grid. Edit button edits the selcteed values from the grid