4 Answers, 1 is accepted
0
IT
Top achievements
Rank 2
answered on 07 Jul 2010, 01:22 PM
Hi ebrahim.
According to Telerik, there is no functionality to do this, unfortunately. They do offer a suggestion in the following post.
http://www.telerik.com/community/forums/aspnet/grid/radgrid-data-to-datatable.aspx
Hope that helps.
Sundance
According to Telerik, there is no functionality to do this, unfortunately. They do offer a suggestion in the following post.
http://www.telerik.com/community/forums/aspnet/grid/radgrid-data-to-datatable.aspx
Hope that helps.
Sundance
0
Oliver
Top achievements
Rank 1
answered on 07 Jul 2010, 03:15 PM
my problem : after editing a row in Modal Dialog or delete a row of grid , i need update data row in grid.
please help me or give me solution for this problem.
please help me or give me solution for this problem.
0
Oliver
Top achievements
Rank 1
answered on 07 Jul 2010, 03:29 PM
my problem : after editing a row in Modal Dialog or delete a row of grid , i need update data row in grid.
please help me or give me solution for this problem.
please help me or give me solution for this problem.
0
IT
Top achievements
Rank 2
answered on 07 Jul 2010, 03:31 PM
What type of data source is your grid connected to? The grid will handle these things for you using your underlying data source if you're using the built-in edit modes and automatic inserts, updates, and deletes.
So, what do you mean by "modal dialog"? The grid offers several edit modes - editforms, inplace, and popup. In addition, you can edit in a radwindow. See the following demo for code on how that works.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window
Enjoy,
Sundance
So, what do you mean by "modal dialog"? The grid offers several edit modes - editforms, inplace, and popup. In addition, you can edit in a radwindow. See the following demo for code on how that works.
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window
Enjoy,
Sundance