How do i save / I export the entire grid to the sql server database containing about 1000 item?
Like export data to excel.........
2 Answers, 1 is accepted
0
Kostadin
Telerik team
answered on 04 Dec 2013, 01:40 PM
Hello Kjell,
Thank you for contacting us.
I would recommend you to examine the following live example which demonstrates how to export RadGrid to excel. Additional information could be found under Related Resources tab.
Regards,
Kostadin
Telerik
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 the blog feed now.
I guess you want to copy the Grid data to SQL. Below is a sample code snippet that i have tried. Please create the Table and its columns in the SQL before Export.