Hi,
I am using XamGrid from v10.2. I am having issues when the data from a stored proc has columns with special characters(ex #, % etc). Such columns have no data shown on the grid. How do I resolve this issue?
Harish,
Do you mean that the column names have special characters?
Sincerely,FrancisDeveloper Support Engineer
Yes, the column names have special characters. I have query that says
Select EmpId, Emp_Name, Loan as 'Loan #', Total as 'Total %' from TestEmp
The output on Sql Server looks like this:
And on XamGrid as this:
When I see the raw data from using Fiddler, I see that the data is passed through correctly but disappears as it binds to the grid. Not sure what I am doing wrong here.