Hi folks,
I've got a RadGrid with a LinqDataSource and a WebUserControl as EditForm, much like the example http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/linqdatasource/defaultcs.aspx.
I have some custom code in my WebUserControl which makes it impossible for me to switch to another EditFormType.
Now I need to add a File Upload to the EditForm. Of course just adding a normal FileUpload (asp:FileUpload aswell as telerik:RadUpload) doesn't work because there are no postbacks in the EditForm UserControl.
In the examples (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/gridattachmentcolumn/defaultcs.aspx) I find a <telerik:GridAttachmentColumn> which would be great if I were using an automatically generated EditForm, but doesn't help me with my EditForm.
Is there any way I can put a file upload in my UserControl EditForm? Any suggestions for a workaround?
Cheers
I've got a RadGrid with a LinqDataSource and a WebUserControl as EditForm, much like the example http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/linqdatasource/defaultcs.aspx.
I have some custom code in my WebUserControl which makes it impossible for me to switch to another EditFormType.
Now I need to add a File Upload to the EditForm. Of course just adding a normal FileUpload (asp:FileUpload aswell as telerik:RadUpload) doesn't work because there are no postbacks in the EditForm UserControl.
In the examples (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/gridattachmentcolumn/defaultcs.aspx) I find a <telerik:GridAttachmentColumn> which would be great if I were using an automatically generated EditForm, but doesn't help me with my EditForm.
Is there any way I can put a file upload in my UserControl EditForm? Any suggestions for a workaround?
Cheers