We use the dll's from 28.05.2010, version 2010.1.0528.35.
It seems like the e.NewData in the CellEditEnded always is null.
2 Answers, 1 is accepted
0
Maya
Telerik team
answered on 16 Jun 2010, 02:27 PM
Hi Rieni De Rijke,
Usually, e.NewData returns the value of the newly edited element. However, if you are applying some template on the cell, it will result it as null.
So, please give us more details about your application and its settings so that we can provide you with a possible solution.
Kind regards,
Maya
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.
Thank you for the answer.
yes, we do have
<telerik:GridViewDataColumn.CellEditTemplate>
<DataTemplate>
.....
..on the cell. So that's why the e.NewDate is null.
Thank you!