Search Results

Type: Posts; User: majunior

Page 1 of 20 1 2 3 4
Search took 0.03 seconds.
  1. I have 2 text boxes where the first fires a direct event to lose focus, the event go to the database and do some processes that are time consuming and update data on the screen.
    While the mask is...
  2. Sorry do not want to be boring, but I'm migrating to v2.2, and must be read in codebehind because I saw the translation database, which expected to launch the rellease?
  3. We work with multilingual, and we are migrating to v2.2 is scheduled for this solution?
  4. Ok, and others?

    NextText
    PrevText
    TodayText
    TodayTip
  5. In version 1.2 I wore


    Ext.Net.DateField Ext.Net.DateField a = new ();
    a.MonthYearText = "test";

    How do I use the 2.2?
  6. To apply the example https://examples1.ext.net/ # / TabPanel / Basic / Add_Tabs /

    How to implement this listner?
  7. If you showMask: false, actually not appear.
    But what I like is that the effect of spot appears (screen lock while charging) and does not appear message carrying.
  8. Maybe I was not clear.
    I do not want to appear the message carrying.
    If you showMask: false message also appears.
  9. I need not to appear qua message loading
  10. I do not know if I should use the same post or open a new one.
    But I use the code to open a new tab.



    var loadPageTabs = function (url, description, id) {
    var tabPanel =...
  11. can show me how?
  12. I used the example that u went and made ​​some changes that behave better for my scenario.
    I need:
    When passing through the filters by pressing the TAB key is to navigate through the filter...
  13. Maybe I could not explain properly.
    But I need to go through the lines of the grid by pressing the tab key
  14. Maybe I could not explain properly.
    But I need to go through the lines of the grid by pressing the tab key
  15. I have a grid with text boxes that are used for filters.
    Pressing the TAB key to give the focus to the grid lines, the focus of the mouse can pass through the lines.
  16. Maybe I could have expressed badly, but I need the scroll has the same behavior when they have data, ie, I have access to the buttons.
  17. Yes the problem is because the scroll bar disappears, and no longer have access to the button.
    I'm using this example is simplified, but I can reproduce the problem.
    In my program I have 2 buttons...
  18. The error happens with compatibility turned on or off, and I'm using the suggestion of Baidaly. See the attached prints.
    In the first image I clicked on the button Load Data
    In image 2 I shrink the...
  19. The error happens with compatibility turned on or off, and I'm using the suggestion of Baidaly. See the attached prints.
    In the first image I clicked on the button Load Data
    In image 2 I shrink the...
  20. I tested with IE8 and FF 16.0.2
  21. After loading data into the grid, and clicking on the scroll bar disappears.
  22. This problem happens with any browser.
  23. I'm using the example below



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

    <%@ Register Assembly="Ext.Net"...
  24. I'm using the example below



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

    <%@ Register Assembly="Ext.Net"...
  25. Hello I would like to execute a method in the codebehind after controlling TextField losing focus.
    Example process onblur.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4