This is a migrated thread and some comments may be shown as answers.

Setting edit column to open javascript lightbox

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 29 Nov 2011, 11:47 PM
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.

1 Answer, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 02 Dec 2011, 02:58 PM
Hello Mike,

You could try setting EditMode="PopUp" on the MasterTableView of the RadGrid. This will help you achieve similar scenario. Additionally, you could try and style the PopUp using CSS so it could look as jQuery Colorbox.

Regards,
Antonio Stoilkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Antonio Stoilkov
Telerik team
Share this question
or