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.
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.