This question is locked. New answers and comments are not allowed.
Hello,
It is possible to add an event on groupRow ? I want - when i click on groupRow - to stop collapsing/expanding and to access some how the information stored groupRow and on double click event to have his normal functionality.
So far I have managed to add an event, but I don't have access to the object in groupRow. For this i use the code:
Best wishes,
Florin
It is possible to add an event on groupRow ? I want - when i click on groupRow - to stop collapsing/expanding and to access some how the information stored groupRow and on double click event to have his normal functionality.
So far I have managed to add an event, but I don't have access to the object in groupRow. For this i use the code:
this.AddHandler(GridViewGroupRow.MouseLeftButtonUpEvent, new MouseButtonEventHandler(this.GridViewRow_OnMouseLeftButtonUp), true);Best wishes,
Florin