Search Results

Type: Posts; User: GeoffreyRen

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks.
  2. I want to show the fieldlabel of TriggerField .





    <TopBar>
    <ext:Toolbar ID="Toolbar2" runat="server">
    <Items>
    <ext:ToolbarButton ID="ToolbarButton3"...
  3. the first was maximized, But the window was minimized when the second open the window.
  4. TabPanel1.AddScript("{0}.closeTab({1}, 'Hide');", TabPanel1.ClientID, Remark.ClientID);
    TabPanel1.AddScript("{0}.addTab({1});", TabPanel1.ClientID, Remark.ClientID);



    if (this.Status !=...
  5. I have a page. The left was a tree. The right was a tablepanel. The tablepane will load serval tab(dynamic load url) when I clicked the tree node. Every tab page has a window. The window will show...
  6. no method?
  7. Description :
    I have a page which included serval tab. Then will open the window When I clicked the new button. I inputed the new infomation. The window will be closed when I clicked the save...
  8. I have a tabpanel. I created the tab by codebehind mode when page initialized. I need to create a listener for the tab.
    The listener similarly the following function:


    listeners: {
    ...
  9. Thanks. You may close the question.
  10. I create Tab during initial page and not ajax event . Then occur the error.

    The other question, The error will occur if I do not add the "a".



    Tab tab1 = new Tab<U>("a" +</U>...
  11. I used the codebehind mode. How to show the url page if I don't use the LoadContent method.

    The 0.8 version has no error.
    The 0.8.1 meet the error.

    Thanks!
  12. The javascript error when I loaded a tab. The tabID was number.


    string url = "Render.aspx?GroupID=" + id + "&amp;LabelID=" + label.ID.ToString() + "&amp;status=" + status;
    LoadConfig...
  13. I set the CheckboxSelectionModel and copy your code in the aspx page. The error occur.


    <%@ Page Language="C#" MasterPageFile="~/Manager/MasterPage/PageTemplate.Master" AutoEventWireup="true"...
  14. error message: 'checkboxSelection' undefined
  15. Nobody answer?
  16. I have a ViewPort. The north was function button. The West was tree(Department List tree). The Center was Tabpanel. The Center load a tab(dynamic url) to list the user about the selected department...
  17. I have a ViewPort. The north was function button. The West was tree(Department List tree). The Center was Tabpanel. The Center load a tab(dynamic url) to list the user about the selected department...
  18. thanks.
  19. ho-ho, Can you help me check the error reason?

    Thansk!
  20. I refere to the example https://examples1.ext.net/Examples/GridPanel/Miscellaneous/Details_Window_Remote/, But The complier make error When I complie the source. The error message was:
    Error 8...
  21. Hi Vladimir

    How to implement the function if I program code-behind mode?

    Thanks!
  22. I make a treepanel. The right show the unquantitative tab by the label count When I clik the left node. The implement mode by the AjaxMethod.

    The following was the front code:


    <%@ Page...
  23. Nobody meet the problem?
    I thought the oo designing should concern the embedded object.
  24. Nobody answer?
  25. Hi Geoffrey

    I have a datasoure IList type, The following was the code:


    public class A
    {
    private int _id;
    private int _name;
    private B _address;
Results 1 to 25 of 43
Page 1 of 2 1 2