Refresh ext:Panel content

  1. #1

    Refresh ext:Panel content

    Hi

    I need some help with finding a solution to refresh ext:Panel content without performing full postback

    I have an empty panel defined on page.
    On Page_Load event I dynamically create a controls for this panel from DB.
    For each row in returned DataSet from DB I create DisplayField and Button for Panel and after page is rendered there are controls added to panel.
    On this dynamically added button I added event click that removes a row in DB - what I want to achieve is that both DisplayField and Button representing this deleted row in DB n are removed from ext:Panel.
    Is there a way to do this without postback?
    Also I want a new DisplayField and Button added to panel after row is inserted to DB (via. another button click)
  2. #2
    Unfortunately I still was unable to find a solution to this problem.
    I could really use some help.
  3. #3
    Can you not use:

    myPanel.remove(myButton)
    .. type of thing?
  4. #4
    Unfortunately it doesn't work that way.

Similar Threads

  1. Refresh content page only
    By macmilanfly in forum 1.x Help
    Replies: 0
    Last Post: Jul 19, 2012, 6:36 AM
  2. [CLOSED] Refresh content minimized destopwindow
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 12, 2012, 3:12 PM
  3. Replies: 22
    Last Post: May 04, 2012, 11:49 AM
  4. [CLOSED] IE9 Refresh window content
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 19
    Last Post: May 19, 2011, 12:47 PM
  5. Tab Panel Refresh
    By EzaBlade in forum 1.x Help
    Replies: 1
    Last Post: Jul 09, 2009, 4:55 PM

Posting Permissions