DoubleTextBox SelectAll

Why doen''t the SelectAll works when the control receives the focus if the user clicked within the current text. Is there a way to do this. Calling the SelectAll function from Enter or the GotFocus event doesn''t seem to work. Thanks in advance. Erwin Davidse

1 Reply

AR Anupama Roy Syncfusion Team December 8, 2005 08:59 AM UTC

Hi Erwin, Have you set SelectAllOnFocus property of DoubleTextBox to true? this.doubleTextBox1.SelectAllOnFocus =true; If this does not help you ,please let me know the version of Essential Studio you are using. Thanks for your interest in Syncfusion products. Best Regards, Anu.

Loader.
Up arrow icon