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.
Any updates? Is the issue resolved?
Magued
Please download the enclosed sample and test it. The sample contains two columns at the child band that has records with the same value and different in the case sensitivity of the first letter. Feel free to modify the sample to reproduce the issue and attach it to the forums post.
Hi
I have tried with 10.2.20102.2101. Same issue replicates with this version also.
If there is a mismatch in case for parent and child column data on which Data Relation is built, this issue will replicate.
screenshot1: Both Child and Parent are in caps.
screenshot2: Child is in caps and Parent are in small case.
I cannot reproduce the issue using an example similar to yours. Please add a sample to reproduce the issue.
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.