Search Results

Type: Posts; User: ucaneto

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. I have the following problem when making a page and rotate the typing data are truncated as per the attached image, what can it be?


    <ext:ResourceManager runat="server" /> <ext:Hidden...
  2. Like that in a grid panel where I have a checkbox that it was possible to select only those that meet a certain condition.



    <%@ Import Namespace="System.Collections.Generic" %>


    <%@...
  3. I wonder if someone has to send a screen code of the system similar to the models below, I'm trying to do something like ext.net and could not.
    I would if possible send examples of screens of their...
  4. Hello everyone


    Created a dynamic grid so I'm not managing to make the commandButton perform an action, which is wrong, someone help me?

    Aspx Code


    <ext:GridPanel
    ...
  5. I am using the example Ext.Net Desktop code to create a module for code, so that it does not create the code.

    I would like to help, because after I stopped being premium not got no response from...
  6. hello All


    I have a system using the Desktop where you call a function that opens a window with the form.

    Open this Form have a button Close Form, how do I close this alert by button window?
    ...
  7. I have a usercontrol that has a combo box, the combobox have a select event so that is not working.


    below is the code

    usercontrol.ascx



    <ext:ComboBox
  8. Hello everyone.


    I wonder if anyone has a working example with the Desktop to help with development.


    You can send me the Desktop oo .aspx only and how to call another screen with him in the...
  9. hello
    I have a system running in ext.net 2.x that takes a node of a treepanel and passes the data via paramentro.Estou testing at 3.2 and does not work, follow the code below.

    Aspx Code


    ...
  10. Hello everyone


    When I'm using a usercontrol, and tenhom one buttton calling a directevent get the error: The control with ID 'Button3' not found
    Follow the code below, can someone help me with...
  11. Hi. Does anyone have an example of desktop use, calling usercontrol by button start, I'm wanting to do this and I'm not getting.


    Please someone help me?

    Ulisses
  12. Hello all


    I inicianado a project using the Desktop component, made a UserControl, I wonder as I call it to the screen using the Desktop.


    Below is the code I'm using.

    Desktop.aspx
  13. I found the solution.

    Please close the post.

    <DesktopConfig Wallpaper="resources/imagens/Fundo.png" ShortcutDragSelector="true"/>
  14. how can I put a wallpaper on the Desktop version 2.x or 3.x?

    Ulisses
  15. Hello.


    I wonder if it is possible to completely change the start button on the Desktop to a picture.


    The following image as an example. 24029


    thank you
  16. I found that the problem only occurs in Google Chrome.

    Ulisses
  17. Today began testing the 3.1 version of Ext.net, I have problem in TextField after losing focus.


    When I type the text goes in the center of the TextField (Image1), now to leave the letter is at...
  18. Thank Daniil, so one more doubt has as I change the point comma?
    in Brazil the currency is so R $ 77,106.25 and R $ 77,106.25 not.


    The Ext.net support is the best of all.
  19. how can I do when entering a value in a Numberfiel it matches the format in Brazilian currency?


    example: R$ 77.600,00

    Tks.

    Ulisses
  20. I managed using well


    cmbProcuracao.SelectedItems.Clear();
    cmbProcuracao.UpdateSelectedItems();


    Please close the Post

    Ulisses
  21. Hello


    I'm using MultiCombo and would like to when use the first time is correct as IMG123944, when I use it again accumulates on the screen the data as img223945, as do I clean the MultiCombo?
    ...
  22. Hello


    I found the problem, put the code below and it worked.



    cmbProcuracao.SelectedItems.Add(new Ext.Net.ListItem() { Value = "13" });
    ...
  23. Hello All

    I have tried using multicombo and set values via the database, already tried several codes and could not.

    Aspx file


    <ext:MultiCombo
    ...
  24. Hi,


    I have a select box, and always want to click it to update the Store, because the User updates on another machine the database and it is not updated in the combobox.


    <ext:ComboBox...
  25. Hi,
    Thank you, it works. You can close this thread.

    Ulisses
Results 1 to 25 of 73
Page 1 of 3 1 2 3