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.SortMulti2. CellClickAction.Edit3. 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
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?