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

Generate multiple radgrid and save all

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Graves
Top achievements
Rank 1
Chris Graves asked on 13 Mar 2012, 03:09 PM
All

I have created a page that uses a control that will generate radgrids (up to 5 grids)  - each grid has "allowmultirowedit" = true - so that each gridRow can be modified.  The "parent" page contains the "Save" button ...  I need to tie the Save button action to each of the radgrids ...  like the GridView "SaveButtonId" property - any ideas?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 16 Mar 2012, 09:25 AM
Hi Chris,

You could try wiring the button OnClick event and there raise the UpdateEdited command for each grid. More information on firing commands from code and the recognized by RadGrid command names is available here:
http://www.telerik.com/help/aspnet-ajax/grid-fire-command-event-from-code.html

Greetings,
Tsvetina
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
Chris Graves
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or