This question is locked. New answers and comments are not allowed.
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!
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!