Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Case insensitive drilldown data
posted

Hi,

I am binding a DataSet to HierarchicalDataGrid. DataSet contains two data tables, Table1 and Table2. Both the table has one column on which DataRelation has been formed. Table1 is master table and Table2 is child table.

Table1 contains two records
 AppuserId
 e03303

Table2 contains three records
 AppuserId
 e03303
 E03303

Whenever I bind dataset to grid, it doesn't display value E03303 in drilldown format. It seems the databinding is case sensitive. Is there any way i can turn off case sensitive data binding.

Thanks.