I have a RadGrid in which first column has value as hyperlink. OnClick event of which I open a contextMenu option for that row.
The problem I am facing now is most of the Radgrid client events do not get fired. Specifically click events do not get fired when clicked on the link in the row column. How can I have OnRowClick, or OnRowSelected fired before my context menu script gets fired (which is OnClick for the hyperlink data on that row column).
Thank you
The problem I am facing now is most of the Radgrid client events do not get fired. Specifically click events do not get fired when clicked on the link in the row column. How can I have OnRowClick, or OnRowSelected fired before my context menu script gets fired (which is OnClick for the hyperlink data on that row column).
Thank you