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?
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?
Comment