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
1030
XamDateTimeInput cursor position.
posted

We are using XamDateTimeInput control in our project.

Below is the mentioned issue:

Whenever user selects datetime control the cursor position by default set to 2nd index (This is because of the property named “SelectionStart” set to “2”).

Now if user change cursor position and looses focus from current datetime input control and come back to current Datetime input control then it remembers previous cursor position and by default  cursor sets to old index position. 

We need expected behavior as below:

We need a way where, user clicks on any position in datetime control and cursor should started blinking at that position only.

I.e. If user clicks on 8th position then cursor should cursor should start blinking at “8” position only instead of 2nd position or last remembered.

Kindly requesting you to help us with DateTime control Selection issue.

XamDateTimeInputDemo.zip
Parents Reply Children
No Data