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

Using the grid for data entries

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marietta
Top achievements
Rank 1
Marietta asked on 26 Feb 2009, 08:24 PM

Hi,

We need to develop a data entry web application. This application won't have a complex business logic, is basically a pure data entry (Insert, Delete and Update). We have around 67 tables we need to populate. The maximum number of columns is 78 and the number of rows could be up to 50,000 approximately.

We are going to develop this web application in VS2008 and VB.Net

We have bought the RadControls and we want to evaluate the grid to do the Insert/Update/Delete (if possible) in this application.

Can you give me some suggestions in the best way to use this grid for this particular solution?

I have been reading the topic "

Client/server grid performance optimizations" but I would like to hear some suggestions from Telerik.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Feb 2009, 07:11 AM
Hi Marietta,

I have found the following code library submission which demonstrates how to implement Excel-like Grid. It resembles entering data in an excel spreadsheet - once you click on a cell, you can enter data in it, without having to invoke the edit command in the standard way. If you scroll down, new items will be added to the control, which will also be in edit mode (inline edit mode). Go through it and see whether it applies to your scenario.
Excel-like RadGrid

Thanks
Princy



Tags
Grid
Asked by
Marietta
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or