Our grid is currently set to use inline editing. As such, it has an EditCommandColumn with an image button that, when clicked, turns the BoundColumns into text boxes for editing and the EditCommandColumn into two image buttons to update or cancel. This is pretty standard. What we'd like to do is this: When the edit image is clicked, our javascript lightbox (specifically jQuery Colorbox) pops up containing the text boxes for the columns that can be edited, along with the update and cancel buttons.
I'm not sure of the best way to structure the grid in order to do this. I've been searching around for a while and have just been going in circles. Any help would be much appreciated.
I'm not sure of the best way to structure the grid in order to do this. I've been searching around for a while and have just been going in circles. Any help would be much appreciated.