I have problem with creating custom filter. I have created connection to database which has this kind of tables (cityID, cityName, countryID, country Name).
I need to have cityID and cityName in one cell, same as country. I have created GridTemplate with that values.
My filter shoul look like this:
When i give integer number it should filter by ID, when I give some string I shoul filter by name.
Is it possible to do with some kind of custom filter.
I need to have cityID and cityName in one cell, same as country. I have created GridTemplate with that values.
My filter shoul look like this:
When i give integer number it should filter by ID, when I give some string I shoul filter by name.
Is it possible to do with some kind of custom filter.