Loaded Rows x of y Not Correct When Filtered

6 replies. Last post: June 8, 2011 11:48 AM by A Yousif
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
A YousifMember

Attached is a sample project that will help with this issue.

Here's how we need the WebCombo to behave.

  1. when pulled down initially, all items would be listed, so let's say 2000 total items
  2. once you type something in, the items are then filtered, e.g., you type 'a' and you get a total of 550 items that contain 'a'
  3. if there are more items, i.e., the filtered items are, let's say 100 of 550, when I click the double down arrow to get more items, the retrieved items should still be based on the filter and the x of y should now show 200 of 550 or 300 of 550
  4. I select my item
  5. now that I have an item selected, when I pull down the list I should see all the available items with the my selected item highlighted

The above scenario's steps 1-4 work fine when the following is set:
LayoutSettings-AlwaysShowAllRowsOnDropdown="false"

However, step 5 above does not.  When you pull the list down, it only shows the item I have selected.  You can duplicate this in my attached sample.

When the following is set:
LayoutSettings-AlwaysShowAllRowsOnDropdown="true"

Step 3 above does not work correctly.  When click the double down arrow to retrieve more items, all items are loaded and the filter is discarded and the x of y shows all items, e.g., 300 of 2000 in our scenario.

So how do we get the behavior we need?  Are we missing some type of setting?  If you're able to modify my sample to behave the way need it, please let me know.  Thank you.

1 attachment
All times are GMT -5. The time now is 11:20 AM.
Previous Next