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

Adding rows to the grid client side

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
FAYE SCHAB
Top achievements
Rank 1
FAYE SCHAB asked on 16 May 2010, 10:27 PM
I have a RAD list box and need to mimic its transfer functionality; however, the "transfer to" control is a RAD grid. Everything should be done client side. I looked over the samples and all of them assume that the grid will be initially bound either server side or with page methods. In my case, the grid is empty as the page loads and I don't seem to get it to work and cannot find a related sample either. Would appreciate if someone could provide with pointers.

On the side note, the only reason why I'm not using a list box as a "transfer to" control is because i need to have each of the added items displayed with a "delete" image and list box won't allow for this. THanks in advance.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 18 May 2010, 10:57 AM
Hello FAYE,

Basically, you can add new records, when the control is bound client side. This is demonstrated in the following example:

http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx

I hope this gets you started properly.

Best wishes,
Yavor
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
FAYE SCHAB
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or