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

Custom Editor RadGridView and CellEditEnded or how to handle changes

0 Answers 85 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.
Pavel
Top achievements
Rank 1
Pavel asked on 07 Sep 2012, 04:54 AM

I created a different Edit control by "public override FrameworkElement CreateCellElement( GridViewCell cell, object dataItem )" method. The edit control is a button that display ChildWindow by the click, but after the window display the CellEditEnded event triggered  (Silverlight) but I didn't change the value and after the window closed i need to trigger the event again. How can I do it?

Or ... How Can I trigger  CellEditEnded event? 

Tags
GridView
Asked by
Pavel
Top achievements
Rank 1
Share this question
or