Wondering how i can get or set the carrot position in UltraTextbox. In ms .net controls you can use the myTextBox.Select(5,5) to select the fift position in a text/set the carrot to the fift position.
Is this posible with infragistic controls?
By the way, is it possible with the ultradate control??
This might be a timing issue, in which case you can get around it using a BeginInvoke. I posted some sample code for this here.