Syncfusion Grid

I use syncfusion grid in a Bound mode; my database are SQL server and Oracle; I have this problem; The fields in SQL Server ar Pascal Case ('Name','Product',ecc); The same fields name in oracle ar Upper Case ('NAME','PRODUCT',ECC); I asssigned to the column mapping name the related column field name es:'Name'; in SQL Server i can see data; in Oracle I didn't see data; is possible to assign a case insensitive mapping name to then grid Column?

1 Reply

AD Administrator Syncfusion Team October 10, 2003 12:48 PM UTC

No, we would have to change that in our code to support this. I am not sure if the dataview itsself then supports case insensitive mapping. Could you not just loop through the GridBoundColumns and make them uppercase when you detect that your are binding to a oracle database? Stefan

Loader.
Up arrow icon