Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Using a ultradatetime editor as an editor control inside a grid cell
posted
We have a grid where we use an UltraDateTimeEditor as an editor control, and when it takes focus we expect/require it goes into edit mode, however, it appears that after we create a second row, the control no longer goes into edit mode, causing user panic.  We looked at using the function

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.