This question is locked. New answers and comments are not allowed.
I have a radcombobox inside a radgrid.
I have the template column inside radgrid as radcombobox with comboboxitems loaded in it.
I would like to filter using the contains filter on the top grid column by typing a value which has wild card character "-".I am able to fetch only the words after the wild card character "-" and not before it.This is a bug.Could you please guide me.
Note: I am using radcombobox inside radgrid as a template column which is fetched in every row as radcombox(That is i am not using filter template as it will contain bound column and not the radcombobox in every row).
.
I have the template column inside radgrid as radcombobox with comboboxitems loaded in it.
I would like to filter using the contains filter on the top grid column by typing a value which has wild card character "-".I am able to fetch only the words after the wild card character "-" and not before it.This is a bug.Could you please guide me.
Note: I am using radcombobox inside radgrid as a template column which is fetched in every row as radcombox(That is i am not using filter template as it will contain bound column and not the radcombobox in every row).
.