Search Results

Type: Posts; User: ginsar

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thank you Daniel.
    This is what I needed.
  2. In my example I made a sort by field "Due".
    In browser rows have sort direction desc (in each group, as I wanted), but groups themselves have sort direction asc (as I did not want).
    I want that...
  3. Hi.
    I need to sort group in grouping grid panel.
    For example:

    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Collections.Generic" %>

    <%@ Register Assembly="Ext.Net"...
  4. I imported source code from SVN, compiled and.... Everithing work. Thank you very much.
    I think this bug is only in Ext.Net 2.1
  5. The sample from Daniil from #7 post is not work in IE8 (normal mode) and IE9 (compatible mode).
    It is very important for me to work in IE8.
    It is the screenshot from IE8
    5248
  6. I posted a request for access to the SVN yesterday. There is no answer yet.
  7. Ok. Thanks. Thread can be closed.
  8. I can't enter in http://svn.ext.net/premium/trunk/
    My forum login and password does not match
  9. Then why this problem is in IE8 in normal mode?
  10. Does this mean that the use Ext.Net version 2.0 and above is impossible for IE6, IE7 and IE8?
    I remind you that Compatible mode IE9 = normal mode for IE6, IE7 and IE8.
  11. Wau... It is work. Thanks.
    But wy Button.Visible = false is not work?
  12. Topic can be closed
    Further discussion here http://forums.ext.net/showthread.php?22457-2-1-Problem-with-RadioButton
  13. Expample:


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script runat="server">
    protected void Button1Click(object sender,...
  14. This example is not work in IE8 and IE9 (compatible mode)
    5231



    Ok
  15. Yes, of course
  16. No.
    IE8 with compatibility mode switch off, but the problem still remains.
    And more...
    I have a window


    <ext:Window runat="server"
    ID="winAddTemplate"
    ...
  17. Yes, this problem is in original IE8 or IE7.
  18. I just saw that this problem occurs only in compatibility mode for Internet Explorer.
  19. Ou...
    I just saw that this problem occurs only in compatibility mode for Internet Explorer.
    In our firm many users have old version of Internet Explorer and compatibility mode for Internet...
  20. My friend on another computer has the same problem
  21. :( I just did update through nuget.
    maybe you load updates via SVN ?
  22. It does not work too.
    (bool)TestRadioButton.Value = false always
  23. I need get a state radiobutton in codebehind.
    In C# code I can't write #{TestRadioButton}.getValue().toString()
    And TestRadioButton.Checked = false always.
    In older version Ext.Net it is worked.
  24. Hi.
    Radiobutton in Ext.Net 2.1 does not return a state. Any Radiobuttons have Checked=false always.
    Example from this https://examples2.ext.net/#/Form/Groups/Basic/ is not work.
  25. Hi.
    Radiobutton in Ext.Net 2.1 does not return state. Any Radiobutton has Checked=false
    Example from this https://examples2.ext.net/#/Form/Groups/Basic/ is not work.
    In Ext.Net 1.3 there was...
Results 1 to 25 of 52
Page 1 of 3 1 2 3