I would like to know the Cell, Row in ultrawebgrid based on the x,y coordinates from the right click of a mouse. I am trying to create a context menu on right click of a mouse. So, when the user right clicks on the ultrawebgrid, I would like to select the row or cell in the ultrawebgrid correspondingly based on the mouse x,y points. I need to perform this action on the clientside.
Thanks for the help in advance.
The event object gives you the x and y coordinates. Follow this kb article:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=3498