This question is locked. New answers and comments are not allowed.
Hi,
I've been having trouble with the CellEditEnded event not firing properly in all cases. This appears to be an issue only in the 2013 telerik objects as the same functionality was working fine in the 2010 ones. I have a sample project for the 2013 issue where I have been able to recreate the issue. But I cannot attach the sample poject here as only images are allowed (screenshot showing my UI attached). I have two grids in two controls. One is embedded within the other.
1. I have a breakpoint in MainPage.xaml.cs in the m_gridQuotas_CellEditEnded method.
2. I run the project main page and then click in the editable field.
3. I change the value, then do NOT tab or click anywhere else on that line.
4. I click only on the the + sign over to immediately expand the lower grid section only (the secondary embedded control), then click within one of the fields to edit it. This does not trigger the m_gridQuotas_CellEditEnded event in the upper grid as it should (and as it does with the 2010 objects).
5. If I go back to the upper grid and edit the field again and tab or click within the line the m_gridQuotas_CellEditEnded event WILL trigger correctly and will hit the breakpoint.
This behaviour only started occurring the telerik objects version 2013.3.1016.1050. I have the same project working fine that uses the telerik objects version 2010.2.924.1040.
Is this a known defect? Is there a workaround to resolve it?
I've been having trouble with the CellEditEnded event not firing properly in all cases. This appears to be an issue only in the 2013 telerik objects as the same functionality was working fine in the 2010 ones. I have a sample project for the 2013 issue where I have been able to recreate the issue. But I cannot attach the sample poject here as only images are allowed (screenshot showing my UI attached). I have two grids in two controls. One is embedded within the other.
1. I have a breakpoint in MainPage.xaml.cs in the m_gridQuotas_CellEditEnded method.
2. I run the project main page and then click in the editable field.
3. I change the value, then do NOT tab or click anywhere else on that line.
4. I click only on the the + sign over to immediately expand the lower grid section only (the secondary embedded control), then click within one of the fields to edit it. This does not trigger the m_gridQuotas_CellEditEnded event in the upper grid as it should (and as it does with the 2010 objects).
5. If I go back to the upper grid and edit the field again and tab or click within the line the m_gridQuotas_CellEditEnded event WILL trigger correctly and will hit the breakpoint.
This behaviour only started occurring the telerik objects version 2013.3.1016.1050. I have the same project working fine that uses the telerik objects version 2010.2.924.1040.
Is this a known defect? Is there a workaround to resolve it?