Hi there,
I have a GridTemplateColumn which is databound to a database table containing items of type float. The grid works fine in adding, editing, deleting, etc. The column works as expected when I try to filter on numeric characters (EqualTo, LessThan, etc). However, if the user attempts to filter on non-numeric characters (eg, SomeText, @£$%, etc), an error is raised. I either need to stop the user from entering any non-numeric data into the filter textbox or to display some sort of error message when the filter data is invalid. Any ideas on how to achieve this?
Cheers,
Martin
I have a GridTemplateColumn which is databound to a database table containing items of type float. The grid works fine in adding, editing, deleting, etc. The column works as expected when I try to filter on numeric characters (EqualTo, LessThan, etc). However, if the user attempts to filter on non-numeric characters (eg, SomeText, @£$%, etc), an error is raised. I either need to stop the user from entering any non-numeric data into the filter textbox or to display some sort of error message when the filter data is invalid. Any ideas on how to achieve this?
Cheers,
Martin
