Page 1 of 1

Dataset Field Null

PostPosted: 09 Dec 2016 19:38
by etwoss
Hi

if you have a comboxex attached to a datasetfield , the field is Null, the comboboxex is filled at run time in code, having two values what should the combo show?

I think if the dataset field value is null, the comboex should not show any value, empty , selectedIndex -1.
However it shows the first Value

Is this by design, do i always need a empty value in the items of the combobox?

Eric

Re: Dataset Field Null

PostPosted: 14 Dec 2016 17:41
by Alexander Bulei
Hi,

In fact, the JQComboBoxEx doesn't support empty/null values.

Is this by design, do i always need a empty value in the items of the combobox?


yes...

P.S: The JQDropdown support the null values.

Best Regards.