I'm facing a problem with KoolGrid when using GridFileColumn() during an insert operation.
It seems that the "IdColumn" property is being updated just after the table insert occurs. I have the "TableName" folder created in my base dir, but the files are not uploaded to the folder identified by the "IdColumn" property, the files are being uploaded to the base dir. When I'm editing the record and try to upload files, the upload works fine and all the files are sent to the "IdColumn" folder.
Is there a way to set the "IdColumn" property using the JavaScript API?