Hello Matt,
RowEditEnded event of
RadGridView is triggered only when it is in
Edit mode. When you change the
SelectedValue property of
RadDatePicker in the
CellTemplate, RadGridView will not be in
Edit mode. That is why
RowEditEnded event doesn't trigger. In order to get
RadGridView in edit mode and trigger
RowEditEnded event you need to define a
CellEditTemplate for
GridVeiwDataColumn and then edit the
SelectedValue property of
RadDatePicker there.
However, if this approach doesn't fulfill your requirement, could you please elaborate more on your scenario ?
Regards,
Boris Penev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.