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

[Solved] Using different data source stracture for a grid

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tamar Amit
Top achievements
Rank 1
Tamar Amit asked on 18 Jan 2010, 02:11 PM
Hi,
I would like to use a different data source stracture for my grid- a customized list with a struct that I created.
The purpose is to keep all the added rows in this structure, and only after the user finished adding all the relevant rows to the grid, I'll run through all added items in this struct and add them to the DB in a loop.

The same should occure upon records retrieving from the DB- the DB will fill this struct and then the grid will be filled based on the struct items.

If it's possible to do so, I'll appreciate it if you could send me a code example for that.

Thanks,
Tamar

1 Answer, 1 is accepted

Sort by
0
Tamar Amit
Top achievements
Rank 1
answered on 19 Jan 2010, 08:02 AM
For anyone who is interested- there is a good example in the following link:
http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx
Tags
Grid
Asked by
Tamar Amit
Top achievements
Rank 1
Answers by
Tamar Amit
Top achievements
Rank 1
Share this question
or