Hi,
Is it possible to find out the current Section being edited in a XamDateTimeEditor. The section where the cursor is.
Thanks,
Carlo
Hello,
I think there is no way to find which is the current section. But what's your case, if you give us more information we will try to help you.
Regards,
Anastas
What I would like to do is move the cursor to the next section of the datetime mask once the section being edited is completed.
I was planning to listen to the ValueChanged event and then check the value of the section being edited, if it was completed then I would call the command for moving to the next section (MaskedEditorCommands.NextSection).
Could you provide a project and describe what exactly you want to implement? Because I'm thinking - to use Text Changed event and some regular expression in it(to check whether section's value is completed).
Thanks for your suggestion. I came up with another solution listening to the text changed event and then using the caret position checked if there was prompt chars on the section being edited.
Great news then. Thanks for using Infragistics products.
Best regards,