Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Template Column and AJAX Control Toolkit Modal Popup
posted

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.

Parents
No Data
Reply
  • 265
    posted

     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

Children
No Data