BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Bhavani,
Thank you for choosing Syncfusion Products.
Query a:
This issue is fixed in our latest service pack release. Please upgrade to that. Else you can overcome this issue by setting SourceType to the DataGrid as shown in the following code snippet.
Code Snippet [C#]:
this.datagrid.SourceType = typeof(OrderInfo); |
Query b:
This is the default behaviour of the DataGrid. If you set the ItemsSouce to DataGrid, then the DataGrid will clear the SortColumnDescriptions and GroupColumnDescriptions collection. To overcome this, we would suggest you to take a clone for GroupColumnDescriptions collection before assigning the ItemsSource to DataGrid. Then you can add the items to the GroupColumnDescriptions collection in the DataGrid.
Please let us know if you need further assistance.
Regards,
Prakash S.
Query a:
Code Snippet [C#]:
this.datagrid.SourceType = typeof(OrderInfo); |
After above statement, does not throw exception but when underlying observable collection is repopulated with objects [say by datagrid populating objects based selected item of different control], datagrid still shows up empty.
Query b:
I get nested group headers [one inside another] after doing below. I added if groupcolumndescription is missing to GroupColumnDescriptions but its showing up multiple group headers.
This is the default behaviour of the DataGrid. If you set the ItemsSouce to DataGrid, then the DataGrid will clear the SortColumnDescriptions and GroupColumnDescriptions collection. To overcome this, we would suggest you to take a clone for GroupColumnDescriptions collection before assigning the ItemsSource to DataGrid. Then you can add the items to the GroupColumnDescriptions collection in the DataGrid.
Hi Bhavani,
Query A:
We unable to reproduce the reported issue. We have created a simple sample based on your requirements and also attached a video by which we have done the testing. Please refer the below sample and the video.
Query B:
Please follow the incident id 106676 for further technical support on the reported issue (query B)
Sample Location: SfDataGrid.zip
Video Location: Video.zip
Please let us know if you need further assistance.
Regards,
Prakash S.
Hi Bhavani,
Sorry for this inconvenience caused.
We have analysed your query, we are able to reproduce the issue. Please follow the incident id 106676 for further technical support on the reported issue.
Regards,
Prakash S.