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.

Parents
No Data
Reply
  • 4555
    posted

    Hi,

    I have tested the same scenario using two fields DeptID and deptID  and both fields showed correctly at the child level. My tests were done using  10.2.20102.2101.

    Please create a sample to demonstrate the issue. I can also attach a sample of my tests.

    Magued

     

Children