Declined
Last Updated: 25 Mar 2014 16:14 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 11 Sep 2013 10:10
Category: GridView
Type: Bug Report
3
FIX. RadGridView - GridViewDateTimeColumn has Incorrect escape key behavior
To reproduce:
void grid_RowValidating(object sender, RowValidatingEventArgs e)
{
    e.Cancel = true;
}

Pressing the escape key should cancel the edit mode and revert the value
2 comments
ADMIN
Stefan
Posted on: 25 Mar 2014 16:14
Pressing the Escape key will cancel the edit mode and will revert the value of the date time cell when the cell is in edit mode. This is the default behavior for the cells. Still, this can be done before the value is committed to the cell i.e. when the editor is not closed and by this time the RowValidating it not yet fired.
Jeff
Posted on: 21 Mar 2014 22:05
This should work for all column types.