ComboBox Menu Functionality in Datagrids
Posted: Mon Jul 29, 2013 6:49 pm
Hello,
I have been designing a highly customized Datagrid form, and some of the objects that are shown in a few of the rows (depending on the content the row is displaying from an SQL database) are Option Menus, styled as ComboBox Menus.
I have scripted these objects to update the dgData of the DG on MenuPick. I use a script that works perfectly on the same object when it is NOT placed in a DG, however the MenuPick message is never received by the object when it is located in a row of the DG.
Why would it be that the ComboBox Menu object never receives the MenuPick message when I pick something from its menu? Again, this is ONLY a problem when the control is in a row of a DG; it is working flawlessly to handle the selected item with the script when the object is simply placed on the card alone or in a group.
I can include any script that users would like to see, however, I suspect this is more of a message path question, or something about the internal workings of a Datagrid inherently preventing the control from receiving messages.
Please let me know if you have any experience with this, or any suggestions!
Regards,
Phil E.
I have been designing a highly customized Datagrid form, and some of the objects that are shown in a few of the rows (depending on the content the row is displaying from an SQL database) are Option Menus, styled as ComboBox Menus.
I have scripted these objects to update the dgData of the DG on MenuPick. I use a script that works perfectly on the same object when it is NOT placed in a DG, however the MenuPick message is never received by the object when it is located in a row of the DG.
Why would it be that the ComboBox Menu object never receives the MenuPick message when I pick something from its menu? Again, this is ONLY a problem when the control is in a row of a DG; it is working flawlessly to handle the selected item with the script when the object is simply placed on the card alone or in a group.
I can include any script that users would like to see, however, I suspect this is more of a message path question, or something about the internal workings of a Datagrid inherently preventing the control from receiving messages.
Please let me know if you have any experience with this, or any suggestions!
Regards,
Phil E.