Pretty simple, Straightforward task, ultracombo to hold 2 fields, displaying both.
control is Bound to a temp-dataset, which is built off of a Filtered DataTable.
So, my issue is, when I've FILTERED OUT the undesirable Rows of data into the tempdataset, then re-bound the UC control to the tempdataset, HOW do I get the EMPTY ROWS to NOT SHOW - the empty spaces are pretty unsightly and totally NOT desired, needless to say.
LimitToList - doesn't work
Filtering the rows, OBVIOUSLY doesn't work
So what DOES, Please?
Hi,
I don't understand what you mean. What empty rows are you referring to?
If you filter your data set, then it should not be returning any rows that were filtering out. Are you saying that the filtered rows are displaying as actual rows in the UltraCombo but they are showing without any data? If that's the case, then something is seriously wrong, but I've never heard of anything like that happening.
I've figured out the problem, most of which is my noob-ness around winforms. My logic to filter unwanted rows was filtering INside the addrow commands, thus, though the desriptions and values were cut out, the row places weren't - I've fixed the filter to work correctly, and the combo performs as expected
Thanks
Thanks for your response. If you have any further questions, do not hesitate to write us.
Regards