Search Results

Type: Posts; User: antoreegan

Page 1 of 2 1 2
Search took 0.02 seconds; generated 24 minute(s) ago.
  1. not setting while m doing in code behind like treepanel1.width=500;
  2. what are you passing node as parameter?
  3. ItemTag validation (_tkn_39): Reference token (ctl78_ClientInit) was not found.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the...
  4. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. ...
  5. Solved danill

    I tried to add accordian in dropdown field

    now i solved that problem.

    my mistake is

    combo.ContentContainer.Controls.Add(panel);
  6. Hi danill just have a look at this thread

    http://forums.ext.net/showthread.php?34551-problem-in-adding-accordian-in-dropdown-field-in-codebehind
  7. Could not able to add component in dropdown field (c# codebehind) dynamically please suggest me what could be the problem..?
  8. Am also struggling in this same Can you show expalain ur work
  9. Hi all this is my code snippets.
    Am trying to do grouping in dropdownfield.
    So i had follow this linkhttps://examples2.ext.net/#/Form/DropDownField/Overview/
    The problem now am facing during the...
  10. This is my asp.net snippet


    <ext:FormPanel ID="FormContTemplate" runat="server" Frame="true" Cls="bordernone">
    <Items>
    <ext:Container ID="ContTemplate" runat="server">
    ...
  11. Hi,

    Can any one suggest me example for creation and adding a combobox dynamically in a formpanel
  12. Hi,

    am adding Combobox using direct events
    this is my code behind


    protected void Add_Click(object sender, DirectEventArgs e)
    {
    Container container = new Container()
    {
  13. <ext:Container ID="Container6" runat="server" Layout="ColumnLayout">
    <Items>
    <ext:Container ID="Container7" runat="server" Cls="dropable" Layout="Fit" Height="100"
    ...
  14. Thank you its working please make it as closed.
  15. Hi
    How can i get row index of grid panel using Column ID(Primarykey) in javascript
    Thanks in advance
  16. Its Solved..
  17. <Items>
    <ext:GridPanel ID="GridPanelConfirmNeft" runat="server" Border="true" Height="200"
    Title="Confirmed Neft Payout Request" MarginSpec="0 5 5 5" ColumnWidth="0.6"
    ...
  18. How to get Multicombo Selecting item as Parementer in Direct Event...not selecting items..only selecting item..



    <ext:MultiCombo ID="MultiComboInsuranceComp" runat="server" FieldLabel="Select...
  19. http://forums.ext.net/showthread.php?18045-CLOSED-RadioGroup-Events&p=109791#post109791

    am binding the RadioGroup based above link...


    <ext:FormPanel runat="server"...
  20. <ext:RadioGroup ID="RadioGroupBody" runat="server" FieldLabel="Body" LabelWidth="150"
    Width="400" ColumnsNumber="3">
    ...
  21. thanks...its Working...
  22. This is my Coding Part...while i click button multicombo have not get selecting...Please Can any one help me...




    <ext:MultiCombo ID="MultiSelect1" runat="server">
    <Items>
    ...
  23. Hello there,
    string value="[2,3]";
    cmbMultiCombo.SetValue(value);

    I am using the above C# code to set multiple values in a MULTICOMBO control. But it is not working.
    Can you please help with...
  24. <ext:TabPanel ID="TabPanel1" runat="server">
    <Items>
    ///Controls///
    </Items>
    <Items>
    <ext:Panel ID="pnlEmergency" runat="server" Title="Emergency"...
  25. <ext:TabPanel ID="TabPanel1" runat="server">
    <Items>

    <ext:Panel ID="xxx" runat="server" Title="TPA" AutoScroll="false">
    <Listeners>
    ...
Results 1 to 25 of 47
Page 1 of 2 1 2