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

Grid Column doesn't have the "contains" filter

1 Answer 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anil
Top achievements
Rank 1
Anil asked on 18 Dec 2017, 07:22 AM
Hi 

    I am using the RadGrid in Silverlight .Net, In Grid column the filter/sort doesn't have the "contains " filter options the column is combobox type and the values are binding based on the Primary key Integer value.

Based on the Integer am showing the Description in the combobox column. These are following codes that I used, 

<smInput:ComboBoxColumn2
ColumnWidths="0,1"
DataMemberBinding="{Binding QualificationNo, Mode=TwoWay}"
DisplayColumnName="Qualification"
Header="{Binding "Qualification", Source={StaticResource LocalizedStrings }}"
IsFilterable="True"
IsSortable="True"
UniqueName="Qualification"
ComboBoxMargin="0"
SearchType="SubString"
ValueColumnName="QualificationNo_PK"
Width="Auto" />



The ComboBoxColumn2 is a customized Kedno combobox, I know the Integer DataType doesn't have the "contains " filter options but based on the ID an showing the ID Description in the column so I need the "contains " filter options.

Please, help me in this issue thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 20 Dec 2017, 04:34 PM
Hello,

May I ask you to take a look at the following topic where I answered a similar question?

Regards,
Vladimir Stoyanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Anil
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or