This question is locked. New answers and comments are not allowed.
Hello,
i use grid with RowDetails and ToggleColumn without hierarchical data for displaying my data. As i read somewhere on this forum before, i can use RowDetailsVisibilityChanged for handling expand\collapse event from ToggleButton and it's true but i noticed 1 problem for me: when my row expanded (RowDetails contains much content) and i was trying to scroll content in my grid, RowDetailsVisibilityChanged event raised many times. In such way i can't determine is it expand\collapse event or something else. How to prevent additional events or how determine type of event?
Thanks
i use grid with RowDetails and ToggleColumn without hierarchical data for displaying my data. As i read somewhere on this forum before, i can use RowDetailsVisibilityChanged for handling expand\collapse event from ToggleButton and it's true but i noticed 1 problem for me: when my row expanded (RowDetails contains much content) and i was trying to scroll content in my grid, RowDetailsVisibilityChanged event raised many times. In such way i can't determine is it expand\collapse event or something else. How to prevent additional events or how determine type of event?
Thanks