Search Results

Type: Posts; User: anwichmann

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. We are getting another exception while closing/destroying a Panel inside a TabPanel.
    This time we got a GridPanel with PagingToolbar, FilterHeader and many columns inside a Panel in a TabPanel....
  2. We also faced the problem with the visibility of checkboxes. Our workaround is to wrap them in a Panel and show/hide the panel instead of the checkbox itself.

    Any news about a fix for that?
  3. We faced a problem with the PasswordMask Plugin on a TextField. The TextField is inside a Panel in a TabPanel. If the Tab/Panel with the Password TextField inside gets closed/destroyed the following...
  4. Is there any way to cancel or abort a running Store Read call running over a PageProxy?
    I saw that other proxies got an "abort()" function, but the functions is empty for PageProxy.

    We got the...
  5. Did you test it with your example solution: http://extnet.github.io/Ext.NET/forumIssues/t60639_customControl.zip?
    You need to load the control via controlloader to get the error.
  6. Hello,

    it looks like I finally found the problem!
    If you change the code of MyControl.ascx in your example solution to:

    <%@ Control Language="C#" %>
    <ext:Container runat="server">
    ...
  7. It looks like adding


    <Listeners>
    <Focus Handler="this.toggleChildrenTabbability(true);"></Focus>
    </Listeners>

    to the DataView in the ComponentView...
  8. I still get the error in our software, but I can't reproduce it in the TestCase at the moment.
    Need to do some other things first, I will try it again in a few days.
    So the problem is still not...
  9. Ok thanks. I will have a look into it.
    But the strange thing is, the error started appearing right after we added the ImageCommandColumns.
    Before that we didn't have any problems with the same Grid...
  10. Ok, got your example running. But it seems the ImageCommandColumns were not the only problem.
    Adding this code to MyControl.ascx


    <script runat="server">

    public GridPanel GridPanel { get;...
  11. I'm sorry, but I'm not able to get it working.
    Tried version 3.2.1, cleaning, rebuilding a few times. Not working.
    Updated to version 3.3.0 again, cleaning, rebuilding a few times. Not working.
    ...
  12. Using the code you provided I still get the message

    [{contentHtml:function(){Ext.net.append(Ext.getBody(),["
    when clicking "1. Load Panel".

    If I click "2. Load Window" only the "Loading Data"...
  13. Changing the usercontrol to

    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ContractPortlet.ascx.cs" Inherits="ExtNetTest.ContractPortlet" %>


    <ext:Container...
  14. Default.aspx


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ExtNetTest.Default" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  15. Defining CommandColumns in Bin-Tag of a non-visible Container like this



    <ext:Container ID="ItemByContractListContainer" runat="server" Visible="false">
    <Bin>
    <ext:XTemplate...
  16. Hello Fabricio,

    thanks for the information regarding the problem.
    We will keep an eye on the Issue at Github.

    Kind Regards
  17. Hello,

    we faced a problem regarding HTML Input Element TabIndex inside a DataView.
    If you checkout the ComponentView Editing Example at https://examples4.ext.net/#/DataView/ComponentView/Editor/...
  18. Still doesn't work. The CSS is rendered correctly but the CSS Class is not found and no image is displayed...
    243992440024401
  19. Hello,

    we got a problem changing the icon of an ImageCommandColumn on client-side.
    If I set the Icon property on the server side to "BulletGreen" the green bullet is shown, but if I don't set an...
  20. Thanks! It is working now.
  21. How to refresh the Tree from code-behind in direct event (no refresh button on client side!)


    this.ArticleTree.Root.Clear();

    var articleNode = new Node();
    ...
  22. I just found the TreePanel control in the ExtNet Library.
    We will try to use this control, if we found out how it works and the examples at https://examples3.ext.net/ are online again...
  23. What we need are subrows in the Grid.
    24349
    So Delivery should be a Grid-Row having the subrows: "Type A", "Type B" and the "+" for adding a new subrow.
    And "Type A" should have subrows again.
    ...
  24. The controls are loading correclty, but the FormPanel DirtyChange function is still not working.
  25. Hello,

    we want to get the FormPanel's DirtyChange function working, but got some problems with ExtNet Controls inside UserControls that are added to the FormPanel.

    Currently we got the...
Results 1 to 25 of 37
Page 1 of 2 1 2