Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Export from grid and import to grid
posted

Hi Community,

Is there a way where I can export grid data to excel and edit the same exported file and import the updated data to the grid?

I've got a complex object, consider this data- 

EMPLOYEE_DATA = [ { Age: 55, Employees: [ { Age: 43, HireDate: new Date(2011, 6, 3), ID: 3, Name: "Michael Burke", Title: "Senior Software Developer" }, { Age: 29, HireDate: new Date(2009, 6, 19), ID: 2, Name: "Thomas Anderson", Title: "Senior Software Developer" }], HireDate: new Date(2008, 3, 20), ID: 1, Name: "John Winchester", Title: "Development Manager" }, ...

How can I import and export this type of data to the grid and from excel? If the updated data gets imported to the grid, will the [data] object get automatically updated?

Help!

Thanks

#noob #newbie

Parents
No Data
Reply
  • 1080
    Offline posted

    Hello Shubham,

    Thank you for posting in our community.

    I noticed that the same question is asked in another forum thread. According to our support policy, we handle single post per query in order to ensure that your issue is addressed and tracked correctly.

    Having this in mind, I will continue assisting you via the other thread.

    Thank you for using Infragistics components.

Children
No Data