Custom grid control with popups
I've created a customised version of the AW grid and I'm trying to create a custom control containing the grid, a input box underneath and two popup menus.
I can get the grid and the input box to display together with the grid above the input box. However when I right click on the header (this should make one of the popup menus appear by moving it off the screen onto the screen), the popup menu does not appear.
I wondered if either the custom control or the grid itself wasn't refreshing, so I added in calls to grid.refresh() and this.$owner.refresh(). However the popup menu still didn't appear.
Anyone got any suggestions? I can post a stripped version of the code, if this would be helpful.
Thanks in advance
I can get the grid and the input box to display together with the grid above the input box. However when I right click on the header (this should make one of the popup menus appear by moving it off the screen onto the screen), the popup menu does not appear.
I wondered if either the custom control or the grid itself wasn't refreshing, so I added in calls to grid.refresh() and this.$owner.refresh(). However the popup menu still didn't appear.
Anyone got any suggestions? I can post a stripped version of the code, if this would be helpful.
Thanks in advance
Helen Williamson
January 20,