This is a migrated thread and some comments may be shown as answers.

Batch editing with GridAttachmentColumn

2 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 20 Jul 2016, 02:51 AM

I am using the GridAttachmentColumn with batch editing. The files are upload fine and I'm using the following code to get the uploaded files. 

Directcast(grdTemplates.MasterTableView.GetBatchEditorContainer("RequestAttachments").Controls(0), RadAsyncUpload).UploadedFiles

However, I cannot tell which file each file belongs to which row. I thought using the AttachmentKeyFields would work, but that doesn't seem to be the answer. Any help would be much appreciated. 

 

2 Answers, 1 is accepted

Sort by
0
Sam
Top achievements
Rank 1
answered on 20 Jul 2016, 08:03 PM

Any thoughts Telerik? Should I open a support ticket for this? 

0
Sam
Top achievements
Rank 1
answered on 21 Jul 2016, 11:51 AM

I think I've figured this out using the following link 

http://docs.telerik.com/devtools/aspnet-ajax/controls/asyncupload/how-to/adding-information-to-uploaded-files

Seems like a bit of a hack but it works so I'll roll with it. 

 

Tags
Grid
Asked by
Sam
Top achievements
Rank 1
Answers by
Sam
Top achievements
Rank 1
Share this question
or