gesulmino Posted April 10, 2025 Posted April 10, 2025 HI, In a Delphi UniGUI project, when using a TUniDBGrid with a column set to use a TUniComboBox as a custom editor (in this case dblcCMECC which is inside a TUniHiddenPanel), the behavior of the ItemIndex may not be as expected, especially because the editor is dynamically "detached" and "attached" to the cell being edited. If ItemIndex = -1, it means that the editor is not synchronized properly with the cell or that the value has not been explicitly set. How to access the selected value of the ComboBox (dblcCMECC) in the TUniDBGrid? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.