Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
785
Default context menu and cells with MaskInput set
posted

Hi,

We are experiencing an issue with cells having a input mask set on them. The default context menu does not show up when the cell is in edit mode and we right-click in it. The cell simply exit the edit mode.

This issue is happens if you have to following properties on the grid:

1. HeaderClickAction.SortMulti
2. CellClickAction.Edit
3. row selection type set to SelectType.Single

If row selection type is set to none, we do see the default context menu.

How can I make sure the menu will show up even if we have an input mask for the cell in edit mode?

Thanks,
Annie

We are using .NetAdvantage 2009 vol.1

 

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Annie,

    I tried this out with these settings, but I am unable to reproduce the issue you are describing. I can't see what the HeaderClickAction or SelectType on the row could possibly have to do with this. And CellClickAction of Edit is the default setting, so setting that explicitly doesn't do anything.

    Perhaps you could post a small sample project here that demonstrates the issue?

Children