Search Results

Type: Posts; User: ceihk

Search took 0.02 seconds.
  1. Dear Ext.net Team.
    I just made a gridpanel with rowexpander,
    inside the rowexpander, I include a component and formpanel,
    Now, The expanded component still keeps the already rendered state after...
  2. 20331
    As you can see, the vanished column's html is squeezed under the gridpanels' region
    why?
    because the gridpanel divided into locked and unlocked panels. and both of them 20341applies 1430...
  3. The same snippet works fine before.20251
  4. .ColumnModel(
    //Html.X().RowNumbererColumn().Width(45).Lockable(false).Locked(true),
    Html.X().Column().DataIndex("UID").Width(55).Locked(true)
    ...
  5. "Inline" mode appear to be more stable on our site
    http://forums.ext.net/showthread.php?51351-How-do-you-setup-initScriptMode-in-web-config
  6. Before we did not include the attribute, it seems ok
    later we occasionally hit the ext.net initialization script not found problem and I tried to set it
    initscriptmode = "Linked"
    ...
  7. ,X.Hidden ().ID ("hiddenintro").Text (Model.pqf_intro )
    ,X.HtmlEditorFor (m=>m.pqf_intro ).LabelAlign (LabelAlign .Top ).FieldLabel (@Resources.NewQuotation.txaIntro)
    ...
Results 1 to 7 of 7