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

Import data from excel to gridview

3 Answers 195 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 13 Apr 2011, 01:45 PM
Hi,

I wanted to know whehther Telerik has any functionality to import data from excel to gridview, i am using the latest version of telerik.

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 13 Apr 2011, 01:50 PM
Hello,

 There is no such built-in feature however if you parse your excel data and load it in for example our lightweight DataTable you can bind the grid to this. 

Regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ravi
Top achievements
Rank 1
answered on 02 May 2011, 01:53 PM
I think i have got a workaround for this.

from my silverlight page i am sending the uploaded file details to the JQuery in the aspx page where silverlight is embedded. from the JQuery i am making a AJAX call to the ASP.NET page. in the ASP.NET page i am reading the excel file in an XML format and sends back the result to the JQuery and JQuery inturn sends the result to the Silverlight page. The silverlight page then renders the data to my object model class and then renders to the grid.

Please dont forget to mark as answer if you satisfy with the answer.

The above works absolutely fine. please do let me know your suggestions if any.

Thanks,
0
Mrn
Top achievements
Rank 1
answered on 25 Oct 2011, 01:01 PM
Is it still not possible to import data from Excel to GridView? The link that provided an aproach to solve this is not working

Thanks!
Tags
GridView
Asked by
Ravi
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Ravi
Top achievements
Rank 1
Mrn
Top achievements
Rank 1
Share this question
or