Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
355
How to show active row in visible area. Even if i group or removed from group
posted

Hi,

         I want to show active row in visible area. I set the ActiveRowScrollPosition property after binding and sorting. It is covered while loading and sorting. But if i used outlook group by at that tiem it is failing. How do i correct this problem.

 

Steps to Reproduce:

1. In the After row activate event i set the ActiveRowScrollPosition.

2. Drag the column and put that into top.

3. Then remove the group by removing column from top.

4. It is working fine now. that is ActiveRow is in visible area.

5. Then Drag the column and put that into top.

6. Expand some other row from group

7. Select one row from that.

8. Now remove the group, it won't show activerow in visible area. because ActiveRow is not available.

How do i correct this Issue?