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

[Solved] Batch Insert

1 Answer 245 Views
Grid
This is a migrated thread and some comments may be shown as answers.
rks
Top achievements
Rank 1
rks asked on 05 Nov 2009, 01:51 PM
Hi,
I am using Visual Studio 2005, Rad Conrtols for ASP.NET Q1 2008 and .net Framework 2.0 and C# Programming.
I am using RAD Grid to display the data and UserControl Form to Inset/Update the records.
I am aware that it is possible to perform BATCH UPDATES by setting AllowMultipleRowEdit = True.

But I want to perform BATCH INSERT. I am not sure how to do this.
Can you please help me with some online demos or sample code?

Thanks,
RKS

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Nov 2009, 09:03 AM
Hi RKS,

Refer to the following online demo which demonstrates on how to insert new records in the grid with a single button click using a ToolTip. Probably, you can also replace the ToolTip with a Window and alter the logic according to your requirement:
Multiple Insert in RadGrid using ToolTip

For information on how to use a window for the same you can also refer to this link.

Thanks
Princy.
Tags
Grid
Asked by
rks
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or