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

Updating values in a GridView

3 Answers 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Frustrated Dev
Top achievements
Rank 1
Frustrated Dev asked on 14 Dec 2010, 04:49 PM
Hello,

I am using the RadGridView control. My grid view is just a standard table view. I am not using any complicated templates. I want to enable the user to edit the values of an item inline and then click save or cancel. In a sense, I want this to behave just like the ASP.NET GridView. 

Is there a way to do this with the RadGridView control? Or do I have to manually implement the functionality myself?

Thank you!

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Dec 2010, 04:53 PM
Hi Frustrated Dev,

 Have you tried to use DataForm together with RadGridView?

All the best,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Frustrated Dev
Top achievements
Rank 1
answered on 14 Dec 2010, 07:25 PM
I want to edit in-place though. I don't want a form. The ASP.NET 2.0 Grid lets a user click "edit" and the Grid row goes into edit mode. The layout can be set with an EditTemplate. Is there a way to do this with the Telerik Silverlight RadGridView?   
0
Vlad
Telerik team
answered on 15 Dec 2010, 08:09 AM
Hi Frustrated Dev,

 If you want you can load conditionally different templates using CellTemplateSelector to simulate edit mode for all columns. 

Kind regards,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
Frustrated Dev
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Frustrated Dev
Top achievements
Rank 1
Share this question
or