i am using 2013.3.1114.35 telerik version . AllowFilteringByColumn="True" Means It allow value to filter in Radgrid for a column .
In my radgrid contains Name ,Dept Column with many rows .If i want to filter the particular Name in grid So i enter as Text eg: ' Hema' and select startwith (because this only save in my table) to filter particular name .
but when i using rdGrdReport.MasterTableView.FilterExpression means it allowslike this (name Lilke 'Hema%') to back End so i not able to filter the value.
Issues is when we using Filter expression with [allow space before value to ' Hema' search in filter text box means it consider like 'Hema%' ].not taking space before the value.
In my radgrid contains Name ,Dept Column with many rows .If i want to filter the particular Name in grid So i enter as Text eg: ' Hema' and select startwith (because this only save in my table) to filter particular name .
but when i using rdGrdReport.MasterTableView.FilterExpression means it allowslike this (name Lilke 'Hema%') to back End so i not able to filter the value.
Issues is when we using Filter expression with [allow space before value to ' Hema' search in filter text box means it consider like 'Hema%' ].not taking space before the value.