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

is there any BeginningEdit event at GridViewDataColumn

1 Answer 171 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rajendar
Top achievements
Rank 1
Rajendar asked on 24 Apr 2017, 11:51 AM

Hi Everyone,

I am using RadGridView to populate my data. For one of cell I am using GridViewDataColumn. Is there any BeginningEdit event at GridViewDataColumn level ?

Or how can I use BeginningEdit  event at RadGridView level using MVVM pattern.

Is there any examples ? My requirement here is when cell is start edit. I want show another form where user can enter some data.

Regards,

Rajuendar.

1 Answer, 1 is accepted

Sort by
0
Stefan Nenchev
Telerik team
answered on 27 Apr 2017, 07:28 AM
Hi ,

The BegginingEdit event is accessible only on RadGridView level. However, you can get the column of the cell that is being edited through the event arguments and perform the needed logic for a specific column only. In order to use the event in an MVVM scenario, you can use the EventToCommandBehavior class. I have attached a sample for your reference.

Regards,
Stefan Nenchev
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
GridView
Asked by
Rajendar
Top achievements
Rank 1
Answers by
Stefan Nenchev
Telerik team
Share this question
or