Posted 20 August 2018, 4:48 pm EST - Updated 4 October 2022, 2:19 am EST
I’m using VB
I’m using truedbgrids in several locations and the TrueDbDropDowns work flawlessly.
I have a need to to set one cell as a datetime selection. To do this
Me.TrueDBGrid.Splits(0).DisplayColumns(NameOf(class.value)).DataColumn.Editor = $DropDownHere
If I were using a TrueDbDropDown I’d be able to use
Me.TrueDBGrid.Splits(0).DisplayColumns(NameOf(class.value)).ButtonAlways = True Me.TrueDBGrid.Splits(0).DisplayColumns(NameOf(class.value)).DropDownList = True
Those don’t seem to keep the drop down arrow though
See the top screenshot where there is no dropdown under Expire, but in the lower when I click in there is a drop down?
I like the appearance of the drop down for the date time better than the generic one i have in my first column that doesn’t fill the whole cell, but my primary concern is keeping a permanent drop down error even when cells are not selected.
Thanks!