Hi Isomorphic,
I need to transmit default values with the client BatchUploader.
I defined a ListGridField like this and added it to the batchUploader.setGridFields().
(In my application I'd finally also make it setHidden(true) and setCanHide(false)).
Unfortunately the defaultValue is not used in the rows of the upload grid (the value is null in all rows).
Is this a bug? What is the correct way to solve this? I'm using latest 5.1p
Thank you & Best regards
Blama
I need to transmit default values with the client BatchUploader.
I defined a ListGridField like this and added it to the batchUploader.setGridFields().
Code:
{ ListGridField inputchannelLGF = new ListGridField("INPUTCHANNEL"); inputchannelLGF.setDefaultValue("upload"); }
Unfortunately the defaultValue is not used in the rows of the upload grid (the value is null in all rows).
Is this a bug? What is the correct way to solve this? I'm using latest 5.1p
Thank you & Best regards
Blama
Comment