Hi,
I was wondering about usage of setDetail() on DataSourceField.
Is it possible to integrate this functionality with server side.
For example there will be a ListGrid showing only main fields and below DynamicForm or DetailViewer with setShowDetailField().
Is it possible to achieve to initially fetch only main fields and to fetch on demand the rest of data.
There could be another flag with fetch command that would tell server to provide only basic data or with details.
I think it would save memory, network bandwidth and could speed up whole application. Or is it pointless?
Best regards
Mariusz Goch
I was wondering about usage of setDetail() on DataSourceField.
Is it possible to integrate this functionality with server side.
For example there will be a ListGrid showing only main fields and below DynamicForm or DetailViewer with setShowDetailField().
Is it possible to achieve to initially fetch only main fields and to fetch on demand the rest of data.
There could be another flag with fetch command that would tell server to provide only basic data or with details.
I think it would save memory, network bandwidth and could speed up whole application. Or is it pointless?
Best regards
Mariusz Goch
Comment