C1DataGrid FullTextSearch

Posted by: programeri on 9 October 2017, 10:23 pm EST

    • Post Options:
    • Link

    Posted 9 October 2017, 10:23 pm EST

    Hello,

    When I try to add FullTextSearch to WPF DataGrid like in your example

            
    <StackPanel>
                <c1:C1TextBoxBase x:Name="filterTextBox" Width="200" Watermark = "Type here to filter text"/>
                <c1:C1DataGrid x:Name="c1dg">
                    <cc:C1FullTextSearchBehavior.FullTextSearchBehavior>
                        <cc:C1FullTextSearchBehavior Filter="{Binding ElementName=filterTextBox,Path=C1Text}"/>
                    </cc:C1FullTextSearchBehavior.FullTextSearchBehavior>
                </c1:C1DataGrid>
            </StackPanel>
    
    

    I get the following error:

    The tag ‘C1FullTextSearchBehavior.FullTextSearchBehavior’ does not exist in XML namespace ‘http://schemas.componentone.com/winfx/2006/xaml’.

    The namespace is defined normally, and everything else works fine, except for the FullTextSearch…

  • Posted 10 October 2017, 12:58 am EST

    Hi,

    Thank you for sharing the error message with us.

    Please add C1.WPF.DataGrid.Filters.4 dll (can be found at C:\Program Files (x86)\ComponentOne\WPF Edition\bin\v4 ) to your project’s references section. And the issue should then get resolved.

    Regards,

    Ruchir Agarwal

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels