Can we export all store's data?

Page 1 of 2 12 LastLast
  1. #1

    Can we export all store's data?

    Hey guys, I'm trying to export all store's data to Excel, but I could only export records in GridPanel's first page.

    I saw that "GridData.Value.ToString()" returns a json. With that string, the SubmitDataEventArgs is able to process it in order to return a XmlNode (calling the Xml() method).

    Is there any way to get all the data inside the store object instead of just the records from the active page? (in order to work with the export process this data must be in an xml form)


    Can anybody help me?

    Thanks!

    string json = GridData.Value.ToString();
    StoreSubmitDataEventArgs eSubmit = new StoreSubmitDataEventArgs(json,null);
    XmlNode xml = eSubmit.Xml;
  2. #2

    RE: Can we export all store's data?

    Anybody help with this. Thanks
  3. #3

    RE: Can we export all store's data?

    You r loosing your time, i had left coolite for that reason.
    Now I'm using ASP.NET Ajax toolkit and I'm happy. Is not as pretty as coolite, but it works.

    Good Luck!
  4. #4

    RE: Can we export all store's data?

    Please i need help with this
  5. #5

    RE: Can we export all store's data?

    Can you post a full .aspx sample demonstrating the scenario? or base it off a sample from the examples explorer?

    I guess the question is, don't you already have all the data server-side?


    I just need to understand the full scenario better and then should be able to post an example.


    Geoffrey McGill
    Founder
  6. #6

    RE: Can we export all store's data?

    Are you using the MemoryProxy (or no Proxy) and local Paging?

    Geoffrey McGill
    Founder
  7. #7

    RE: Can we export all store's data?

    No proxy and local paging.

    Just binding the store to a dataset.

    Thanks
  8. #8

    RE: Can we export all store's data?

    Anyone this is pretty urgent

    Thanks
  9. #9

    RE: Can we export all store's data?

    simonmicheal (7/23/2009) Anyone this is pretty urgent

    Thanks
    ya gotta give us a little time.


    We're working on a solution.


    If you want a temp work-around, the only thing I can suggest is to remove the Pager.


    Geoffrey McGill
    Founder
  10. #10

    RE: Can we export all store's data?

    Do you require ability to edit Data and submit the edited data? If no, then we might have a temp solution. Just finishing up with testing, then will post here.

    We're working supporting submission of edited data as well, but that will take a bit more time to complete.


    Geoffrey McGill
    Founder
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Export store data to Excel using HttpProxy
    By ecko in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 15, 2011, 11:54 AM
  2. Export Data
    By marcmvc in forum 1.x Help
    Replies: 0
    Last Post: May 11, 2010, 6:25 PM
  3. Replies: 1
    Last Post: Apr 19, 2010, 2:44 PM
  4. Export data from GridPanel to Pdf
    By marcmvc in forum 1.x Help
    Replies: 2
    Last Post: Oct 17, 2009, 3:42 AM
  5. Export data + IE6
    By _Belial in forum 1.x Help
    Replies: 0
    Last Post: Apr 01, 2009, 10:06 AM

Posting Permissions