Completed
Last Updated: 23 Aug 2016 10:07 by ADMIN
ADMIN
Hristo
Created on: 17 Aug 2016 14:35
Category: GridView
Type: Bug Report
0
FIX. RadGridView - parser exception when applying a filter to a column with ":" in its name
Workaround: change the name of the column
this.radGridView1.Columns["Table:Name"].Name = "Table|Name";
0 comments