Hi All!
We have some grid with GridViewDateTimeColumns, the display format is {0:d} - short date pattern, in our case it means yyyy.MM.dd., e.g. 2013.12.18 as today.
When a user would like to record a new date, e.g. 2014.01.01, he/she must press the following keys: 2014<right arrow>01<right arrow>01. The right arrow needs to move to the next parts, month and day.
Can I change this behavior, and achieve a kind of fast or continuous editing? means, the user should press only the numeric keys, and the editor automatically moves the cursor to the next part of the date without pressing the right arrow?!
regards,
Peter Szintai
We have some grid with GridViewDateTimeColumns, the display format is {0:d} - short date pattern, in our case it means yyyy.MM.dd., e.g. 2013.12.18 as today.
When a user would like to record a new date, e.g. 2014.01.01, he/she must press the following keys: 2014<right arrow>01<right arrow>01. The right arrow needs to move to the next parts, month and day.
Can I change this behavior, and achieve a kind of fast or continuous editing? means, the user should press only the numeric keys, and the editor automatically moves the cursor to the next part of the date without pressing the right arrow?!
regards,
Peter Szintai