Adding controls on the fly

  1. #1

    Adding controls on the fly

    Hi all,



    one thing I'd like to understand is that: at an AjaxEvent is
    technically possible to generate controls at runtime, without
    necessarily creating them at Page_Load event.



    If yes, do you plan to support this feature in next releases?



    For example, I need to create GridPanel columns at runtime, I can not define them at design time,

    I would you achieve this task now?



    I searched for a solution also in Ext forum, but didn't find anything.



    Can you help me with this?



    Thank you



    Matteo
  2. #2

    RE: Adding controls on the fly

    Do you need to create the GridPanel columns during initial page load or during an ajax event? If during initial page load, you should be able to do that now in code behind.
  3. #3

    RE: Adding controls on the fly

    Hi jchau,

    well, during an ajax event, no problem in Page_Load event.

    Matteo

Similar Threads

  1. Dynamically adding Controls to WebUserControl
    By bright in forum 1.x Help
    Replies: 8
    Last Post: Apr 27, 2012, 6:34 PM
  2. Adding ascx controls
    By WesterCape2010 in forum 1.x Help
    Replies: 0
    Last Post: Apr 08, 2010, 12:44 PM
  3. Adding controls with an ajax event
    By Hagalaz in forum 1.x Help
    Replies: 1
    Last Post: Nov 22, 2009, 9:12 AM
  4. [CLOSED] Dynamically adding controls to a tav
    By riccardosarti in forum 1.x Help
    Replies: 3
    Last Post: Sep 24, 2008, 9:49 AM

Posting Permissions