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

How to update the data in a new row from a popup

1 Answer 43 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Pavan
Top achievements
Rank 1
Pavan asked on 06 May 2013, 05:31 PM
Hello,

I have a radgrid with 6 columns, the first two columns(EmpID,EmpName) will get the data selected from the popup which is opened from the third column, similarly I have the 4th and 5th column (CountryID,CountryName) which will get the data from the popup which is opened from the 6th column.

On Adding of a new row and after the popup button is clicked and after the data is selected in the popup, How can I update the new row's EmpID and EmpName fields.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 09 May 2013, 07:28 AM
Hello Pavan,

You can use Edit FormTemplate in PopUp edit mode and configure it according to your own scenario:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx

Additionally, you can check out the following examples:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
http://demos.telerik.com/aspnet-ajax/window/examples/internalcontent/defaultcs.aspx

Hope this helps.

Regards,
Eyup
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
Ajax
Asked by
Pavan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or