Hi Guys
I have a quick question, I have created a page with to RadTextBoxes
1 is set as a Input Field, second one is a multiline and read only. What I try is
I load some text into the readonly RadTextBox, then i search for a text I type into the first RadTextBox, I get back the index of the Textstart I was looking for. So far so good
Now I would like to place the Cursor to the text I am serching for in the readonly textBox and mark the text.
how can I go this?
Many thanks for all who van help