Hi
I am using a typed dataset to bind to the xamGrid. The data keeps changing in the dataset. If I group the rows based on a changable column the grouping needs to refresh. But many a times the groupiing goes wrong , scenario as below:
Grouped based on Status: Connected, Connecting, Running
Connected +- job1 job2
Running +- job3 job4
Connecting +- job5 job6
The above is just after grouping, but as soon as a number of updates happen on the status column:
Connected +- job1
Connecting +- job5
Running +- job6 job2
The above last group should have never occured as there is already a group for "Running" status.As far as the code goes I just added the below code to ensure the grouping is ensured:
dataRecord.RefreshSortPosition(); //for every update
Any help is appreciated.
ThanksAvinash
Hi Avinash,
I could not reproduce this issue.
I am attaching a sample application. I am using build 10.3.2164. Please review my sample and feel free to modify it so that it replicates your issue.
Sincerely, Matt DSE
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer