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

RadGrid single cell edit clientside (no ajax etc postback)

6 Answers 387 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Manoj Bhatty
Top achievements
Rank 1
Manoj Bhatty asked on 10 Jul 2009, 11:50 PM
Hi All,

Is it possible to make a single cell in the grid editable on mouse click so that changes are made without any postbacks?

We are trying to do 3 different things here -

1) Clicking on a cell should make it editable allowing the user to make any changes. This happens entirely on clientside with no postbacks (not ajax either). Pretty much making the editable control visible or something along those lines.

2) Clicking somewhere outside that cell should revert it back to normal mode. The cell should now show the new value if something was changed but its only in the grid and nothing has been posted back to the server yet.

3) When user is done changing cells, then he can choose to click some button to finally commit all those changes to the database.

An example of #1 and #2 would be in Infragistics WebGrid -
http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx -> WebDataGrid -> Data Editing -> Editor Providers

Is this doable with RadGrid?

Thanks,
Manoj

6 Answers, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 14 Jul 2009, 02:41 PM
Hello Manoj,

RadGrid does not provide opening an item in edit mode entirely on the client, as the edit form needs to be initialized on the server. What  you can do is place all your items in edit mode with EditMode="InPlace" so that you wil get all your item editors shown and every item will be editable.

Best wishes,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ashish
Top achievements
Rank 1
answered on 05 Jul 2010, 04:13 PM
Hi,
Has the above functionality been added to the newer versions?

Ashish Gupta
0
Veli
Telerik team
answered on 06 Jul 2010, 09:13 AM
Hello Ashish,

RadGrid currently does not support client-side item editors off-the-shelf, and we cannot give any particular schedules as to when or if this will be ever implemented. However, you can refer to the RadGrid client edit with batch server updates online demo to see how RadGrid can be customized to support client-side row editing, where changes are committed all at once to the server.

Kind regards,
Veli
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
0
Ashish
Top achievements
Rank 1
answered on 06 Jul 2010, 11:41 AM
Hey..Thats too cool....But the problem is I have to use oracle as my database...I am getting some data from so many tables through a stored procedure. ....Is there still a solution?
0
sujana
Top achievements
Rank 1
answered on 31 Mar 2016, 11:29 AM

Hi,

Did you get solution for your scenario? If so could you please post it here.

 Thanks,

Sujana.

0
Eyup
Telerik team
answered on 05 Apr 2016, 08:17 AM
Hello Sujana,

You can check Batch editing provided by RadGrid:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Regards,
Eyup
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Grid
Asked by
Manoj Bhatty
Top achievements
Rank 1
Answers by
Veli
Telerik team
Ashish
Top achievements
Rank 1
sujana
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or