this.udtTime.Editor.EnterEditMode(...) but this function seems WAY too complicated and is poorly documented. Could someone please shed some light on how we can force this into edit mode each and everytime that the cell gains focus.
Hi,
My first question is - why are you using an editor? If your column's DataType is DateTime, the grid will automatically display it as such. If not, then using a DateTime editor probably won't work, anyway, since it won't know how to deal with the DataType you are using that isn't a DateTime.