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

CellEnded event on GridViewComboBoxColumn

1 Answer 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Amit
Top achievements
Rank 1
Amit asked on 12 Mar 2010, 08:01 PM
I am trying to implement an auto save option on grid using the Gridview CellEditEnded event. if in that grid I have GridViewComboBoxColumn it seems to be firing the events twice. First when you clicking the cell  to activate the combo box , and second after the value has changed in the combo box and focus have moved out of that cell. I also noticed that when that when first cellEnded events that gets fired NewData property is set to null.  How can i stop grid from firing multiple cellEnded events?  I am facing this problem on your newest version (RadControls for Silverlight Q1 2010)

Here is how column is bound to a property. 
      <telerik:GridViewComboBoxColumn  HeaderTextAlignment="Center" Header="Resource"
               DataMemberBinding="{Binding Resource, Mode=TwoWay}"
               UniqueName="Resource"/>

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 18 Mar 2010, 12:14 PM
Hi Amit,

I have tried to reproduce the problem with the project attached , but I get the CellEditEnded event raised only once.  Maybe I am missing something , can you please check if you can reproduce the problem with the attached project .

Best wishes,
Pavel Pavlov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Amit
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or