Hi Vlad,
I have been using your DataTable to bind the data from a stored proc/table. I am facing a similar issue with column names with special characters as mentioned above. Ex if I have a query like
Select EmpId, Emp_Name, Reportees as 'Reportees #', Profit as 'Profit %' from Emp
the column headers appear as per the aliases as in the query however the data associated with the column is displayed as blank. I tried this even with a regular silverlight grid and experienced similar output. Any help regarding this?
Hari