Search Results

Type: Posts; User: lasting

Search took 0.01 seconds.
  1. Ok, thanks for that information.
  2. I have attached 2 prinscreens with the login page in IE7 and IE11. In IE7 nothing is rendering.

    2426724268

    The LoginTest.aspx page contains the following code


    <%@ Page Language="C#" %>...
  3. Hi,

    I am using version 3.1 of Ext.net and the application is not rendering in IE7.
    In case this version supports IE7, what can we do to make application work properly?


    Thank you!
  4. We tried on a more simple example and it worked fine with
    Constrain="true".

    Thank you for the answer!
  5. We already tried this solution, but it works only inside the browser, if the window is open in the main page, not if the window has as parent another panel.
  6. Hi,

    I have a window opened inside a panel and when I drag it, the window can not be closed or resized anymore because the header is out of view.


    24264

    24265

    Is there any restriction for...
  7. Yes, it shows for
    GridPanel1.getColumnModel().columns that it can be accessed using
    var headerCt = App.GridPanel1.headerCt;
    columns = headerCt.getGridColumns();

    But there are some other...
  8. Hello,

    I want to have the columns of a gridpanel autosize according to the data inside.

    I found a solution on...
  9. Thank you for the solution. It's working fine!
  10. Hello,

    Is there a way to set start/end hour for calendar panel - day/week view?

    Or is there a way to automatically scroll down to the first event on the calendar in day/week view when the...
  11. Yeah, using ArrayReader and setting
    TokenUtils.Settings.SelectParsingDisable = true works.

    Thank you!
  12. I tried like mentioned above and the error did not appear anymore, but neither the data. I also tried setting just the SelectParsingDisable property and the result was the same, as seen in the print...
  13. I encountered a problem when using GridPanel with remote paging. If one of the fields displayed in the GridPanel has the characters ${, Ext replaces those characters with Ext.select(""). This problem...
  14. Now it's working as expected.

    Thank you!
  15. Thanks for the quick reply and fix.

    I have updated the sources, but I still have a question. On collapse the command group buttons are not shown anymore, in the case of a single row, as seen...
  16. I use a gridpanel with groupcommand and I encountered the following problem with the group command buttons when there is a single grouped row:

    First look - expanded by default - looks ok
    9851
    ...
Results 1 to 17 of 17