Search Control for RadGridView

Thread is closed for posting
3 posts, 1 answers
  1. Answer
    BF545BC5-AC67-4645-A90D-01687942F79A
    BF545BC5-AC67-4645-A90D-01687942F79A avatar
    7 posts
    Member since:
    Dec 2009

    Posted 25 Nov 2010 Link to this post

    Requirements

    RadControls version

    2010.3.1110.1040

    .NET version

    4.0

    Visual Studio version

    VS 2010

    programming language

    C#

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    A search control, which will automatically generate the search menu based on the GridViewColumns. Say, for eg, if there are 10 columns in the grid view, having different data member bindings, the control will have the option to search using 10 particular fields. The control is added as a userControl, in the project which can be easily separated as a custom control as well. Via xaml, the control can be referred like, .
    <local:FindByKeyword SourceGrid="{Binding ElementName=empGrid}"/>

    Using the Depedency property SourceGrid, the GridView can also be referenced. Please find the attached screenshot and sample project.
  2. 88A9FD71-01F5-4296-8481-E25B473E6013
    88A9FD71-01F5-4296-8481-E25B473E6013 avatar
    1 posts
    Member since:
    Oct 2009

    Posted 07 Dec 2010 Link to this post

    This is an awesome feature and provides an immediate solution for us.

    However, I'm having trouble finding it.  In what namespace/dll does FindByKeyword exist?  I have version 2010.3.1110.1040 of the files (just downloaded today).

    Also, not that I think it's necessary, but the rar you provided contains only an image...no sample project.
  3. 7ECFE2AE-669B-42F5-B863-CECDEE6FD6D6
    7ECFE2AE-669B-42F5-B863-CECDEE6FD6D6 avatar
    2992 posts
    Member since:
    Jul 2015

    Posted 11 Dec 2010 Link to this post

    Hi Jordan,

    The project is reattached.

    Greetings,
    Veselin Vasilev
    the Telerik team
    Browse the videos here>> to help you get started with RadControls for Silverlight
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.