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.
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
Thanks for response. I am using build 10.1.20101.1011. Has it been fixed in later builds? Can you plesae provide me your sample. One clarification, when you say DeptID and deptID, I believe these two are records within datatable and not two seperate columns.