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

Grid Client Side InLine Edit

3 Answers 304 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dev Team
Top achievements
Rank 2
Dev Team asked on 07 Jan 2009, 04:46 PM

Hi,

                We arein process of evaluating new Telerik Grid for our application. While we couldsee great performance improvement using the client side data binding (JSONapproach). Still we are not able to get the inline edit & Add functionalitylike that we have in the Server side bound version. Just curious to know isthere something that we could get the inline edit & add in the client version.

http://www.sigmawidgets.com/products/sigma_grid2/demos/example_column_editor.html

                I gotthis link and the control displayed in the page is very impressive, though I amnot looking for the cell level edit. I am looking for a row inline edit that isfast as this control version.

                Anyoneplease guide me on, is there any out of the box feature /  work around that will get me similarfunctionality.

Thanks

3 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 10 Jan 2009, 09:32 AM
Hi,

I am afraid that with RadGrid client-side data-binding cannot be achieved such inline editing as with the regular server data-binding. Because in order RadGrid to go into edit mode, it should go to the server and rebind.

However you could achieve grid inline editing for your case if you use GridTemplateColumns and add the textboxes for editing in the ItemTemplate as shown here.

I hope this helps.

Best wishes,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jim Harris
Top achievements
Rank 1
answered on 24 May 2010, 07:45 PM
Can anyone tell me if thGrid Client Side InLine Edit/Insert functionality has made it into the the Q2 2009 release of the Telerik code.

If not can anyone tell me how using this code I can place grid in InsertMode Client Side to make this work:

var

 

masterTable = $find("<%= rgNettingScrapUsage.ClientID %>").get_masterTableView();

 

masterTable.insertItem();

0
Iana Tsolova
Telerik team
answered on 26 May 2010, 10:10 AM
Hello Jim,

You can check out this online demo to see how you can achieve inline editing for client-side data-bound RadGrid.

Additionally, the code you want to use is applicable for server-side bound grid.

Kind regards,
Iana
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
Dev Team
Top achievements
Rank 2
Answers by
Iana Tsolova
Telerik team
Jim Harris
Top achievements
Rank 1
Share this question
or