Hi,
I'm using a datasource for a Listgrid and a Dynamicform.
At the listgrid i have only two fields, but at the dynamicform i need to edit a third field which contains an html of ~100Kb.
Besides its size, this html also takes a few seconds to generate.
The issue that i'm having is that my listgrid requests all fields and, as it requests 75 records, it takes > 5 min to finish loading the grid.
Is there a way to make listgrid request the first two fields and only request the third one when i need to edit a record?
Thanks!
I'm using a datasource for a Listgrid and a Dynamicform.
At the listgrid i have only two fields, but at the dynamicform i need to edit a third field which contains an html of ~100Kb.
Besides its size, this html also takes a few seconds to generate.
The issue that i'm having is that my listgrid requests all fields and, as it requests 75 records, it takes > 5 min to finish loading the grid.
Is there a way to make listgrid request the first two fields and only request the third one when i need to edit a record?
Thanks!
Comment