grid save and reload

  1. #1

    grid save and reload

    hi there, i am saving/reloading the grid data using the grid.save() and grid.reload() functions on a button's click listener, which calls the grid store's OnBeforeStoreChanged and OnRefreshData events on the server side respectively. i need pass a parameter from the client side's function to the server side's store events, much like the way Extra Params does it. how can i do it?
  2. #2

    RE: grid save and reload

    Hi,

    Try to pass the following object to the save/reload functions
    grid.save({params:{param1: value, param2: value}});
  3. #3

    RE: grid save and reload

    i tried doing that but can i pass a value from a javascript function? because i want to access the store's data in the code behind particularly the ID's of each grid row

Similar Threads

  1. Can I save and after that Reload the filters state in Ext.NET Grid view
    By Nhím Hổ Báo in forum 1.x Help
    Replies: 14
    Last Post: Mar 26, 2015, 10:22 AM
  2. Replies: 1
    Last Post: Jul 27, 2011, 10:19 AM
  3. Grid Panel Reload
    By karthik.arian03 in forum 1.x Help
    Replies: 6
    Last Post: Feb 17, 2011, 11:31 AM
  4. Grid Reload
    By kumarxlnt in forum 1.x Help
    Replies: 2
    Last Post: Sep 18, 2009, 11:31 AM
  5. Replies: 5
    Last Post: Apr 28, 2009, 8:43 PM

Posting Permissions