This is a migrated thread and some comments may be shown as answers.

RadGridView IsTextSearchEnabled

1 Answer 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 2
Chris asked on 10 Oct 2011, 08:07 PM
Am I right in thinking the RadGridView does not support IsTextSearchEnabled?

I have a read-only grid of data.
I want my users to be able to put the focus on the grid and start typing.

I want the selected row to change according to what they type.

Clearly, I'll need to set the text search path.

The native Listview.GridView does this, but I can't seem to make it work with the RadGridView?

Any suggestions?

Thanks,

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Oct 2011, 07:36 AM
Hello,

 Our grid does not have such property since RadGridView is not inherited from standard WPF ItemsControl. You can use filtering instead similar to this demo:
http://demos.telerik.com/silverlight/#GridView/Search

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Chris
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or