How to refresh grid panel data after executing code in button directevent

  1. #1

    How to refresh grid panel data after executing code in button directevent

    Hi Guys,

    I have a gridpanel and i have one button if we click on button i am updating data for one column of selected row through Sql Server update query and
    showing alert message. I want after alert message gridpanel data to be refresh automatically with out refreshing page.


    Could you please suggest me any solutions.
  2. #2
    Hi @kavitha,

    Please do the following:
    this.Store1.DataSource = someData;
    this.Store1.DataBind();
    Here is an example.
    https://examples1.ext.net/#/GridPane...d/Remote_Load/

Similar Threads

  1. Replies: 1
    Last Post: Jan 10, 2014, 10:44 AM
  2. Replies: 4
    Last Post: Apr 27, 2012, 2:07 PM
  3. Replies: 1
    Last Post: Oct 19, 2011, 7:14 AM
  4. Replies: 1
    Last Post: Jul 21, 2011, 5:38 PM
  5. Problem in Refresh button Of Grid Panel
    By Rakeshkumar.a in forum 1.x Help
    Replies: 1
    Last Post: Dec 14, 2010, 6:13 AM

Tags for this Thread

Posting Permissions