Is it possible to set the maxlength on the filter item?
Ironically, the filter item seems to inherit most of the column properties, data type for example, but it ignores the maxlength property. I have a field that is an int16, but I want to limit the user from typing in more than four numbers.
Also, I don't want to show the comma if the value is greater than 999.
I would prefer not to have to go to the trouble of creating FilterTemplates if possible. It is a shame that there don't seem to be more filter properties in the grid column.
Ironically, the filter item seems to inherit most of the column properties, data type for example, but it ignores the maxlength property. I have a field that is an int16, but I want to limit the user from typing in more than four numbers.
Also, I don't want to show the comma if the value is greater than 999.
I would prefer not to have to go to the trouble of creating FilterTemplates if possible. It is a shame that there don't seem to be more filter properties in the grid column.