<radG:GridBoundColumn DataField="Tanim" meta:resourcekey="RadGrid1_Tanim" SortExpression="Tanim"
UniqueName="Tanim" AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo">
</radG:GridBoundColumn>
Hi all. I have above code in mastertableview.columns of my radgrid. My purpose is to filter the grid with "equalTo" when the user hits enter button.
But the filterfunction is always the first item of the filterOptionsList. If its equalTo its ok but most of the time its LIKE!
I have written custom columns and they work well. I have this problem only with GridBoundColumn!
Why can this be, any suggestions?
UniqueName="Tanim" AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo">
</radG:GridBoundColumn>
Hi all. I have above code in mastertableview.columns of my radgrid. My purpose is to filter the grid with "equalTo" when the user hits enter button.
But the filterfunction is always the first item of the filterOptionsList. If its equalTo its ok but most of the time its LIKE!
I have written custom columns and they work well. I have this problem only with GridBoundColumn!
Why can this be, any suggestions?