I want to open a sub from when ever i click on the onle row selector/Header area of the xamlgrid.
is there any event called row header click event for this or any other equivelent event.
please help me.
thanks in advance
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
If order to capture the mouse event, you have to use a tunneling event (for example PreviewMouseRightButtonDown event) or you can handle it for the specific element (like dataRecordPresenter, HeaderPresenter, etc). You can see a working example of this here.