Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Dynamic Criteria Per Row

    We have a ListGrid where some of the columns are dropdowns (foreign key relationships). The values presented in the dropdown depend on other values in the row. We've used the ListGridEditCustomizer to create the criteria per row. This works fine for the actual data being fetched.

    However, for a split second, when the grid enters edit mode, the dropdowns show their DB ID instead of the display value. The ID goes away once the fetch for the dropdown returns.

    Is this the right approach for dynamic criteria based on other fields in the row? Is there a way to get the dropdown to not show the DB ID while the data fetches?

    #2
    In that instant you would normally see the loadingDisplayValue (inherited from FormItem). If you aren't, and you don't find that you've set loadingDisplayValue to null (which would result in what you're seeing), then let us know how you can reproduce the problem.

    Comment

    Working...
    X