Subject | Re: [IBO] TIB_ComboBox on grid navigation problem |
---|---|
Author | TeamIBO |
Post date | 2002-01-16T23:36:29Z |
> I am placing a TIB_Combobox on a TIB_Grid and setting the values ofThis is one of the hazards of setting up a grid for editing. You will
> combobox to Style = csDropDownList and filling Items, ItemValues
> property. Untill here everything is fine when user tries to move on
> grid with cursor keys and when s/he touches the cell which has
> combobox, dataset enters to edit mode thus user was only trying to
> move between the cells. How can I avoid this behaivour ?
have similar problems with LookupCombo or my own EditEnh based
controls on IB_Grid. I use:
NavigateOptions = [gnCtrlNavigate]
so that the users can consistently navigate the grid simply by holding
the ctrl key down. There was a posting yesterday (subject "Lookup
List") under which I described more about how I usually setup editable
grids. (See the newsgroup mirror or yahoogroups site to view old
messages if you dont have them in your email client.)
--
Geoff Worboys - TeamIBO
Telesis Computing