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

Exporting Data in EditForm Template only

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tommy
Top achievements
Rank 1
Tommy asked on 19 Oct 2014, 02:14 AM
I'm trying to export just the data entered in my edit form template and not the radgrid itself when a user has entered in all their information.

Can someone help me out with this? I've looked all over telerik forums and online and haven't found an example to figure this out.

Basically when a user clicks edit on a property, the user would add pictures and edit the sale template. Once they have completed this task and it's approved we want to be able to export this data into a pdf or excel to provide this to potential buyers.

2 Answers, 1 is accepted

Sort by
0
Tommy
Top achievements
Rank 1
answered on 21 Oct 2014, 12:04 AM
Anyone have insight in this topic?

I tried to name the HTML Table "SaleTemplate" inside the form

                    <FormTemplate>
                        <div style="padding: 5px;">
                            <table runat="server" id="SaleTemplate" border="1" align="center">

and tried to call it by using: SaleTemplate = (HtmlTable)editItem.FindControl("SaleTemplate"); and exporting this out but for some reason it's grabbing all the radgrid.




0
Daniel
Telerik team
answered on 22 Oct 2014, 03:07 PM
Hi Tommy,

It is not possible to export the edit form only out of the box. I have created a simple demo which implements a custom approach and which I believe will help you get started.

Regards,
Daniel
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Tommy
Top achievements
Rank 1
Answers by
Tommy
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or