Hello,
I'm migrating a project that uses some "Textboxs" to "RadRichTextbox" and i need some help.
In my old code i have a function that implements a "find & Replace" feature by selecting the found word.
it does so by using the select(startIndex,Length) of the Textbox.
I need a way to implement a similar way to do so with the RadRichTextbox, As in, given a start index and length, it should select the text.
my RadRichTextbox is bound using a "TxtDataProvider"
Any help will be greatly appreciated.
Oren
P.S
i know there is a built in "find and replace" in the RadRichTextBox but i still need it to work my way, i can't use the built in way.
I'm migrating a project that uses some "Textboxs" to "RadRichTextbox" and i need some help.
In my old code i have a function that implements a "find & Replace" feature by selecting the found word.
it does so by using the select(startIndex,Length) of the Textbox.
I need a way to implement a similar way to do so with the RadRichTextbox, As in, given a start index and length, it should select the text.
my RadRichTextbox is bound using a "TxtDataProvider"
Any help will be greatly appreciated.
Oren
P.S
i know there is a built in "find and replace" in the RadRichTextBox but i still need it to work my way, i can't use the built in way.