Hi,
I have a webpage that has several grids, they all reuse the same context menu methods and this works fine when selecting a row. But when I select the blank area below a row or an empty data row the default browser menu appears.
When I look at the options within the SettingsContextMenu it allows for a menu to be visible when clicking on all areas of the grid except for the grid body.
ASPx<SettingsContextMenu EnableColumnMenu="True" Enabled="true" EnableFooterMenu="True" EnableGroupPanelMenu="True" EnableRowMenu="True" EnableGroupFooterMenu="True"></SettingsContextMenu>
Is there a way to show the context menu when clicking in this area, without creating a popup menu for each grid and overriding the grids context menu even to show the popup menu? I was hoping to do this without going to all that hassle as the built in context menu works well.
Hello,
Currently, the issue is not completely clear to me.
>> But when I select the blank area below a row or an empty data row the default browser menu appears.
What do you mean by 'select the blank area'? Also, when I clicked the empty data row, the context menu appeared. See the attached video.
Would you please create a screencast that demonstrates the problematic behaviour? Thank you in advance.
By select I meant right click, which is how a context menu is shown. I also meant that when you click the blank area in the grid below the empty data row or any rows that there is no way to show the default context menu with a New & Refresh menu item.
I know that clicking the empty data row or rows will show the context menu. What I am asking is why is there no easy way to also show the context menu when right clicking in the blank area of the main body of a grid?