We have a ListGrid which has several select item fields. The listGrid is backed by a DMI; the select item fields are backed by a common optionDataSource, passing a parameter to know which display map to return (Meaning entityType:"GROUP" for the group field, and entityType:"SECTOR" for the sector field, etc...).
This causes a fetch through the DMI for each field when the row is selected for edit. Another fetch when the field is selected. These fetch calls occurs every time we select a different row.
Is there a way to cache the display map? The select item drop-down list for the sector column is the same for every record in the listGrid. How do we prevent these duplicate DMI calls?
We are using SmartClient 8.2 Power Edition, and Internet Explorer version 8
This causes a fetch through the DMI for each field when the row is selected for edit. Another fetch when the field is selected. These fetch calls occurs every time we select a different row.
Is there a way to cache the display map? The select item drop-down list for the sector column is the same for every record in the listGrid. How do we prevent these duplicate DMI calls?
We are using SmartClient 8.2 Power Edition, and Internet Explorer version 8
Comment