Search Results

Type: Posts; User: kabalkunz

Search took 0.01 seconds.
  1. Update:
    Suddenly it works fine.
    I am looking for what was the reason of this behavior.
    Thanks.
  2. Hi there.
    I am using the LiveSearch approach posted here.
    And it works pretty fine (search the typed text by the keyboard, return data, etc).

    But I have the next doubt:
    I could think than if I...
  3. Thanks for all!
    Doubt solved.
  4. Oh, thanks for the answer.

    I am gonna follow your advice: use HBoxLayout when I don't need these additional features.
    And, using HBoxLayout give me the perception than I am using less code, lol....
  5. I have the next question about Ext.Net best practices:

    When is fine to use [ColumnLayout] and when [HBoxLayout]?
    I have used both of them these last days. I find than we need write more code...
  6. Hi Vladimir.
    I used your example (I translated to VB here) and almost all was fine, but I want to contibute to the comunity with one line missing.
    After this line:


    this.Close();

    The next...
  7. Oh, I see, thks a lot!
    My problem has solved.
  8. Hi there!
    Any hint about this?
    Thks in advance.
  9. Hi there.
    I am having troubles with using AddHandler in dynamic controls.
    I used this example...
  10. Hi there.
    I know how to populate a tree panel with a user function.
    I use the next sentence:


    Me.treeCities.Root.Add(Me.FunctionThanCreateNodes_Children_GrandChildren_And_So_On("RootID",...
  11. I created a user control than contains a store, a combobox and some functionality on it (a full LiveSearch).
    But I can not use it inside the <item> tag, of a ext:panel.

    In this page I readed than...
  12. Oh, I see.
    Thanks for the info!
  13. Thanks!
    That solved the problem.
  14. Hi there.

    Now the code filters fine, but I have problems with the paging. I had this line:

    PageSize="10"
    And changed to:

    PageSize="2"
    And when I do a search than returns me 4 registers,...
  15. Hi there.

    Now the code filters fine, but I have problems with the paging. I had this line:

    PageSize="10"
    And changed to:

    PageSize="2"
    And when I do a search than returns me 4 registers, it...
  16. Whooaa!
    Thanks a lot Vladimir, for some reason I believed than I need to configure the name of the request in the combo.
    But now I see than is a "fixed name request", great!
    Thanks again.
  17. Doubt about Live Search ComboBox

    Hi guys.

    I have been reades several examples about how to make a Live Search ComboBox:

    http://akdora.wordpress.com/2009/02/04/live-combo-search-with-extjs/...
  18. A little late but...
    Thanks!
  19. Hi there.

    Ext.Net has a cool messagebox and I use in this way (since VB code-behind):

    Ext.Net.X.Msg.Alert("Aviso", "Debe seleccionar la columna a modificar.").Show()

    But now I need to use a...
  20. Oh,
    Thanks a lot, reezvi.

    greetings!
    ------
  21. Hello again,

    from the example [https://examples1.ext.net/#/GridPanel/Selection_Models/Row_Selection/]
    I need to apply in my code a similar approach like "SubmitSelection"

    But I cant understand...
  22. Oh, I see.
    If I put the store inside the grid the code will be cleaner, great!

    I am glad to see than this framework not require to be a JS expert.
    My background: I was a win-forms programmer for...
  23. Oh,
    All was solved changing the line:
    Dim bVar As Boolean = False
    to
    Shared bVar As Boolean = False

    thks a lot Vladimir.
    ------
  24. Thks geoffrey.

    I watched the examples you give me and tested.
    Here is my code:


    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test2.aspx.vb" Inherits="Modulo_Admin_Test2" %>
    ...
  25. Hi there.
    My question is pretty... noob :(
    Besides I know ASP.NET, I am a JS noob. Because of that, I always use UpdatePanel and AjaxControlToolkit in my asp.net programs.
    Recently I finded this...
Results 1 to 25 of 25