This question is locked. New answers and comments are not allowed.
Hi,
I am trying to allow user to open limited number of RowDetails Item at a time.For e.g I want user to open only 3 rows at a time.For this i am using RowDetailsVisibilityChanged and i am keeping reference of rows which has been expanded.I was able to handle this with Q1 release.With new release when RowVirtualization is enabled even it is not working as expected.
e.g : I am at Row 1-20 and i have 3 Rows (index 1,5 , 6). having RowDetails in expanded state.when i am going to record 200-220 and i am opening RowDetails of 201st item i am collapsing row details for index 6.But i am scrolling to rowindex 1-20 i can see that Row6 is still in expanded state even after setting its DetailsVisibility to collapsed.
Please let me know how i can resolve this issue.I have raised a ticket around 1 hour back but i am not able to see that.
Thanks,
Harsh
I am trying to allow user to open limited number of RowDetails Item at a time.For e.g I want user to open only 3 rows at a time.For this i am using RowDetailsVisibilityChanged and i am keeping reference of rows which has been expanded.I was able to handle this with Q1 release.With new release when RowVirtualization is enabled even it is not working as expected.
e.g : I am at Row 1-20 and i have 3 Rows (index 1,5 , 6). having RowDetails in expanded state.when i am going to record 200-220 and i am opening RowDetails of 201st item i am collapsing row details for index 6.But i am scrolling to rowindex 1-20 i can see that Row6 is still in expanded state even after setting its DetailsVisibility to collapsed.
Please let me know how i can resolve this issue.I have raised a ticket around 1 hour back but i am not able to see that.
Thanks,
Harsh