Search Results

Type: Posts; User: Stefanaccio

Page 1 of 7 1 2 3 4
Search took 0.01 seconds; generated 42 minute(s) ago.
  1. Hi Daniil,

    in my case the problem appears in IE10 / Windows 7 in the same example I provided in post #3.
    You can view the problem in the image attached to the post #5.
    But I think that if you...
  2. Hi,

    this does not solve my problem. In general it seems that the fields on the right side (with the Flex attribute) of a CompositeField appear without the right border. Looking at the CSS...
  3. Hi,

    your CSS solution works even if I'd like to understand the reason for that IE10 behavior.
    In any case, you can see another small display problem (IE10).
    Take a look at the fields "No....
  4. Hi,

    I can give you more information. If I replace this piece of code:



    <ext:TextField
    ID="DescriptionField"
    DataIndex="DocumentNo"
    runat="server"
  5. Hi,

    I tried to use the sample with another machine having exactly the same environment (Win 7 and IE10 10.0.9200.16576) and it works!!.
    Consider also that IE is not in Compatibility mode and in...
  6. Hi,

    replace



    <DocumentReady Fn="onDocumentReady" />


    with:
  7. The issue is reproducible both in my application and the posted example. I'm using Win 7 with IE10 10.0.9200.16576.

    Stefano
  8. Hi Vladimir,

    the attached image shows what I see in my application...

    Bye,
    Stefano
  9. Hi,

    I confirm you that executing the "Ext.version" script in the browser console, "3.4.1.1" is displayed.
    The following code is a runable sample reproducing the problem:



    <%@ Page...
  10. Hi,

    I have an application developed with Ext.Net version 1.X (I updated from SVN and recompiled this morning ..).
    The following code works fine using IE9, Firefox and Chrome but using IE10 some...
  11. Hi,

    I'm using Ext.NET v.1.2 an I found a lot of display problems using IE10.
    On the other hand, I found no problems using Google Chrome.

    Bye,
    Stefano
  12. Hi Daniil,

    I tested my application on windows 8 with Chrome and everything seems to work properly. Can you confirm this?

    Thanks,
    Stefano
  13. Hi,

    I would like to know if Ext.Net is fully supported on Windows 8/IE10. If yes, what Ext.Net versions are supported?

    Thanks,
    Stefano
  14. Yes.

    Bye,
    Stefano
  15. Hi,

    I updated from SVN and now all works fine on all browsers.

    My previous update was done on 2011-05-16.

    Bye,
    Stefano
  16. Hi Daniil,

    When I click the button, simply nothing happens and no message is displayed.

    Where can I investigate? I can tell you that I have encountered the same problem also with Opera.

    Bye,...
  17. Hello,

    in my MVC application I have the following page:



    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  18. I think I understood the problem.
    If I change this line of code in the Web.config file:


    <forms loginUrl="~/Account/Login" protection="All" cookieless="UseCookies" timeout="2880" />


    with...
  19. I do not think this is the problem, because my code is the same code shown in the Northwind Traders MVC example.
    In fact, I tried to change the name of the controller actions and the result does not...
  20. Hi,

    I tried this, but the result is the same:


    <ExtraParams>
    <ext:Parameter Name="txtUsername" Value="txtUsername.getValue()" Mode="Raw" />
    <ext:Parameter Name="txtPassword"...
  21. Hello,

    In my MVC2 /.NET 4.0 sample application, if you start the application, the Login() action of the Account Controller is invoked and the login page appears.
    If you press the login button,...
  22. Hi Daniil,

    thanks for the good example.

    Bye,
    Stefano
  23. Hi,

    I'd like to develop a filter capability on a GridPanel (with a RowSelectionModel selectionmodel) based on the selection of a cell value. Let me explain: suppose you have a GridPanel with a...
  24. Ok,

    thanks.

    Bye
    Stefano
  25. Hi,

    maybe because I do not know well the difference .....
    Could you explain me ? What is the recommended method?

    Bye,
    Stefano
Results 1 to 25 of 172
Page 1 of 7 1 2 3 4