Search Results

Type: Posts; User: cbu

Search took 0.01 seconds.
  1. Thread: CheckBox

    by cbu
    by geoffrey
    I was using a listener, as the example the commentary is what I was using and did not work, so now I changed the way I gave an example

    regards
    Alexa




    using System;
  2. Thread: CheckBox

    by cbu
    Hi all

    I have a checkbox and every time you run an event is false checkbox.check any idea how to fix this,

    thanks
  3. thanks for your help

    :)
  4. Hi all, I have a question, I wonder if you can change the order of the rows by dragging rows of GridPanel change the order, in the same gridpanel ,
    thanks
  5. Thread: Add Remove

    by cbu
    But as I can do the incrementing ID

    for each item created is different
  6. Thread: Add Remove

    by cbu
    Hi all :
    From a button I need to add items such as combobox and textfield
    but also removes the last you've added
    The first part is ready, I can add items, but do not know how to remove
    could...
  7. Thread: OnDirectClick

    by cbu
    boton.DirectClick += AddButton;
  8. Thread: OnDirectClick

    by cbu
    which is the equivalent of OnDirectClick by code behind?


    <ext:Button runat="server" Text="Add a button" OnDirectClick="AddButton" />


    thanks
  9. Thanks Daniil , works well, but when you add a comboBox and again want to edit the initial value,
    I do not know if you could put the value of an item of the combobox to deliver the value :)



    ...
  10. Hi All :

    I have a gridpanel with three columns and one of the columns in this case the column "Price" surrender values ​​0 and 1, I just want to make that 1 and 0 respectively Yes or No, someone...
  11. Thread: Menu

    by cbu
    I use the example https://examples1.ext.net/#/Buttons/Basic/Variations/

    my question was whether he had menuitem store, but I already solved,

    thanks

    Alexa.
  12. Thread: Menu

    by cbu
    Hi All:

    I have a question,

    be loaded with MenuItem Menu from Database Store
    I need to load a Menu with a table from DataBase, is possible ?

    thanks,
  13. Thread: two grids rows

    by cbu
    Perfect!!! thanks a lot :)
  14. Thread: two grids rows

    by cbu
    when I select an item and want to pass it to gridpanel right
    I spend every item,
    It's the same from the gridpanel right to pass values ​​to the left gridpanel.
    if I just want to pass values ​​from...
  15. Thread: two grids rows

    by cbu
    example, thanks ,





    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
  16. Thread: two grids rows

    by cbu
    I tried and does not work
    :(
  17. Thread: two grids rows

    by cbu
    Hi all,
    I am using two grid example in a user control https://examples1.ext.net/#/GridPanel/Miscellaneous/Two_Grids/
    but when i want to transfer rows from Gridpanel1 to Gridpanel 2 javasript...
  18. Thread: Multiselect

    by cbu
    I needed


    selectAtributos.ValueField = "desc_show";[/QUOTE]

    yes, that was exactly, I just recently corrected, thanks anyway,

    :)
  19. Thread: Multiselect

    by cbu
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    //using System.Web.UI.WebControls;...
  20. Thread: Multiselect

    by cbu
    works well, but i use JsonReader, to bring data from a table, return values empty, because not capture the value



    RecordField datito = new RecordField();

    datito.Name...
  21. Thread: Multiselect

    by cbu
    Hi all : i need help,

    I have a Multiselect dynamically loaded from a database table,
    The point is that I want to select an item by clicking the select function in javascript, is written in a...
Results 1 to 21 of 21