Hi,
I am working on SmartGwt 1.7
I have a context menu that will appear on right clicking of any record of a grid. Depend upon the value of the clicked grid record, the context menu has to show the menu items either in enabled or disabled status.
But the menu items are not shown as enabled even if it supposed to be enable. However on focusing that menu item by mouse pointer it get enabled. Enabled in the sense the color of the menu becomes black from grayed color.
Likewise, the menu item are(is) in enable status, though it should be in disable status. that means it is in black color rather than grayed. However it is not clickable though it is in black color.
I have attached the code with this thread.
Any advise to fix this is appreciated.
Thanks, Arulselvan
I am working on SmartGwt 1.7
I have a context menu that will appear on right clicking of any record of a grid. Depend upon the value of the clicked grid record, the context menu has to show the menu items either in enabled or disabled status.
But the menu items are not shown as enabled even if it supposed to be enable. However on focusing that menu item by mouse pointer it get enabled. Enabled in the sense the color of the menu becomes black from grayed color.
Likewise, the menu item are(is) in enable status, though it should be in disable status. that means it is in black color rather than grayed. However it is not clickable though it is in black color.
I have attached the code with this thread.
Any advise to fix this is appreciated.
Thanks, Arulselvan
Comment