Search Results

Type: Posts; User: Bal323

Search took 0.01 seconds.
  1. Hello, Vladimir,

    Sorry for late response. Seems now it works as expected, thank you very much!
  2. Vladimir,

    Thank you very much for your assistance!

    I have tried this approach in the following way: copied provided source code and replaced line 28


    uc =...
  3. Dear support team!

    Please let me know if provided source code does not work or any reason why this post still does not have a single reply.
    I look forward to hearing from you!

    Thanks!
  4. Hello, Eric,

    Try using the following code instead:


    menuItem1.AddListener("Click", "function () {showTab('Tab 1')}");


    I hope this helps!
  5. Is this really similar example?



    <Bin>
    <ext:Panel ID="Tab6" Title="Tab6" runat="server" Closable="true" CloseAction="Hide" Hidden="true" Html="PreHidden Tab6">
    <Listeners>
    <Close...
  6. Hello!

    I need to dynamically load user control within TabPanel which is located within centered ViewPort.
    Once user control is loaded it appears within tab, but it is not properly positioned: ...
  7. It works now, thank you so much!

    Considering that


    it seems to be a good idea to have an example of such case somewhere at https://examples2.ext.net/.

    Thanks again! This thread can be...
  8. I have commented line #45

    tpControls.Render();
    and clicked "Show Tab AND Load User Control" button.
    In this case tab header does not show as expected:
    6911
    If Render() is called during the...
  9. Hello!

    There is a hidden tab. Need to show this tab and load user control on it within one method.
    It is possible to do within two separate calls, but not within a single one.
    Here is the code:...
  10. I have included Ext.net reference via Nuget, version 2.2.0.1. Can you please verify against this version?
  11. Sample is based on https://examples2.ext.net/#/XRender/UserControl/UpdateContent/
    Default.aspx:

    <%@ Page Language="C#" %>

    <%@ Import Namespace="System.Collections.Generic"%>
    <%@ Register...
  12. Hello!

    I have faced the same issue (at least with the same error message).
    I do not know, how to resolve it properly, but it seems, that the following control causes such behavior:...
Results 1 to 12 of 12