[CLOSED] Error adding headerrow to GridPanel in dynamically loaded usercontrol.

  1. #1

    [CLOSED] Error adding headerrow to GridPanel in dynamically loaded usercontrol.

    hi,

    I am trying add a header row to a gridpanel in a dynamically loaded usercontrol but getting some errors. Please offer some assistance. See attachment for sample.
  2. #2

    RE: [CLOSED] Error adding headerrow to GridPanel in dynamically loaded usercontrol.

    HI,

    i just realize i never specify how to generated the error, just click the green button in the gridpanel that is loaded initially, this will trigger an event to load the dynamic Usecontrol in the south region.
  3. #3

    RE: [CLOSED] Error adding headerrow to GridPanel in dynamically loaded usercontrol.

    Hi,

    1. There is js error during initial page load. You have 6 header columns but grid has 5 columns only (GridPanelDetailReport from the DetailReportView). The count of header columns cannot be greater than the count of the grid columns (js error occurs in this case)


    2. Please update from SVN. We fixed one bug which prevents correctly rendering of the dynamic header rows
  4. #4

    RE: [CLOSED] Error adding headerrow to GridPanel in dynamically loaded usercontrol.

    Hi,

    I will let you know after i test with the new files.

Similar Threads

  1. Unloading dynamically loaded UserControls
    By bright in forum 1.x Help
    Replies: 1
    Last Post: Mar 14, 2012, 6:37 PM
  2. [CLOSED] Managing events from a dynamically loaded UserControl
    By egvt in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 20, 2012, 4:49 PM
  3. Replies: 2
    Last Post: Nov 04, 2011, 12:33 AM
  4. [CLOSED] Adding UserControl dynamically in code-behind
    By wagger in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: May 17, 2011, 9:48 PM
  5. Replies: 2
    Last Post: Nov 25, 2009, 8:35 AM

Posting Permissions