Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
How to HIDE Empty Rows from an ultracombo
posted

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?

Parents
  • 469350
    Suggested Answer
    Offline posted

    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.

Reply Children