There is an application I wrote many years ago that queries Active Directory and allows a searchable directory for our users.
Now that I have the Telerik Libraries I'm considering whether converting to a GridView with a SearchRow might be a suitable replacement.
In the previous version of the application I would type in part of the users name and it would only show the users with a match.
In the Telerik Gridview using a Searchrow it finds the same users, and more, but doesn't filter the users. I would like it to only display the users where there is a match.
Also is there a way to customize the look of the search row? I would like to remove the entries highlighted on the right side as they aren't necessary. I would also like the search row box to extend all the width of the form.