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

limit the number of characters in the search text

0 Answers 25 Views
GridView
This is a migrated thread and some comments may be shown as answers.
alejandro
Top achievements
Rank 1
alejandro asked on 06 Sep 2018, 11:04 AM

Hello

I have a gridview with text search activated.

How could i limit the number of characters that can be entered in TextSearch?

 

<telerik:RadGridView Name="rgvExplorador"                                         
                      GridLinesVisibility="Both"                                            
                      GroupPanelBackground="LightGray"
                      GroupPanelForeground="Black"                                
                      ShowSearchPanel="True"
                      ShowGroupPanel="False"                                     
                      d:LayoutOverrides="Height"
                      Grid.Row="1"
                      FontSize="10.667"
                      CanUserResizeColumns="False"
                      CanUserFreezeColumns="False"
                      AutoGenerateColumns="False"
                      SelectionMode="Single"
                      ItemsSource="{Binding}"
                      RowIndicatorVisibility="Collapsed"
                      GroupRenderMode="Flat"
                      GroupRowIsExpandedChanged="rgvExplorador_GroupRowIsExpandedChanged">

No answers yet. Maybe you can help?

Tags
GridView
Asked by
alejandro
Top achievements
Rank 1
Share this question
or