This is a migrated thread and some comments may be shown as answers.

[Solved] Hiding a GridView RowDetails at a particular Index

0 Answers 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
HARSH
Top achievements
Rank 1
HARSH asked on 03 Jan 2011, 04:29 PM
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
Tags
GridView
Asked by
HARSH
Top achievements
Rank 1
Share this question
or