I have a standard aspx page that has a RadTextBox and RadGrid (with datasource)
I want to see if there is a way to type into the RadTextBox a value and the value that matches a particular row in the RadGrid would get selected/highlighted.
Thanks for any help on this.
2 Answers, 1 is accepted
0
Accepted
Viktor Tachev
Telerik team
answered on 13 Apr 2016, 10:03 AM
Hello Rusty,
Similar functionality to the one is discussed in the following thread. You can use the sample as a starting point and select items based on the input in the TextBox control.