Hello,
My test app, is a WinForm application:
I have a column in a DataTable named "my]field". I also have a RadGridView with the "EnableFiltering" property set to "True". I assign my DataTable to the DataSource of the RadGridView. At runtime, when I attempt to set a filter on this column, I get this error: "Syntax error: Missing operand after 'field' operator."
Any ideas how I can have a "]" character in a column name and the filtering still works?
Thanks,
-Gary
My test app, is a WinForm application:
I have a column in a DataTable named "my]field". I also have a RadGridView with the "EnableFiltering" property set to "True". I assign my DataTable to the DataSource of the RadGridView. At runtime, when I attempt to set a filter on this column, I get this error: "Syntax error: Missing operand after 'field' operator."
Any ideas how I can have a "]" character in a column name and the filtering still works?
Thanks,
-Gary