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

Style RadGridView editing like ASP.NET GridView

0 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bill
Top achievements
Rank 1
Bill asked on 22 Oct 2011, 02:03 PM
Hello,
I'm evaluating the Telerik control set for use on a project inside of my company. One thing we are concerned about is user familiarity. To help be consistent with our other applications, we want to make the Silverlight RadGridView behave like the traditional ASP.NET GridView when it comes to editing.That behavior can be seen here. As you can see, a user can click an "edit" link and it sets the entire row into edit mode, then "update" and "cancel" links appear. 

I've look at the command in the Telerik RadGridView control. Unfortunately, whenever I call "BeginEdit()" on my grid, I can't get an entire row to show the CellEditTemplate for all of the cells. Rather, just a single cell goes into edit mode.

Is it possible to recreate the ASP.NET GridView behavior with the Telerik RadGridView? If so, how?

Thank you!
Tags
GridView
Asked by
Bill
Top achievements
Rank 1
Share this question
or