Dear all,
I am using ultragrid with date calendar cell.
How can I disable the user from entering the date, instead select from the date calendar??
Hi,
My apologies, I thought that would work for a DateTime cell, but I just tried it out and it does not.
So it appears there is no easy way to do this. The DateTimeEditor doesn't have this functionality.
You could try handling the KeyDown event and mark it handled for any numeric keys and also for Paste operations.
Still cannot disable from inputing. I can still input the number to set the date.
I only want the only way is to select from the date calendar.
Is it possible??
Set the Style on the grid Column to DropDownList.