Hi,
I'm using the ListGrid.setFieldState(fieldState) method to load the field state before the listgrid has been drawn. It does its job but the optiondatasources are not loaded as well. I first noticed this because some fields have a display value. If I comment the setFieldState the optionDataSources are loaded again and the fields with optiondatasource have their display values working again.
This problem seems to appear only when I do the setFieldState before the listgrid has been drawn.
It looks like a small bug.
Thank you very much for you help.
I'm using the ListGrid.setFieldState(fieldState) method to load the field state before the listgrid has been drawn. It does its job but the optiondatasources are not loaded as well. I first noticed this because some fields have a display value. If I comment the setFieldState the optionDataSources are loaded again and the fields with optiondatasource have their display values working again.
This problem seems to appear only when I do the setFieldState before the listgrid has been drawn.
It looks like a small bug.
Thank you very much for you help.
Comment