Search Results

Type: Posts; User: BrunoC

Search took 0.01 seconds.
  1. Hi Geoffrey,

    Did you succeed in reproducing my problem ?


    Best regards.


    BrunoC.
  2. Hi Geoffrey,

    I figured out what went "right" with your example.
    In your store, your display values are "Item1" and "Item2" whereas in my code, it is "Homonym" and "Homonym".
    As a result, your...
  3. Hi Geoffrey,

    I took your code and ran it under the v0.8.0 community version in FireFox 3.0.11 and I still have the problem I described.
    The two alerts are : first "Select: Id2" and then "Change:...
  4. Hi


    I have a combobox that show people and their email.
    When I first select the second homonym (with email2), the alert shows 'Id2' and when I get out of the combo, the alert shows 'Id1'. Is...
  5. Hi,

    I found a way to do what I wanted but I know that is not the best way to do it.


    I added the following code in the ChangeType function :
  6. Hi,

    I am trying to do something weird.

    I have a gridpanel that contains something like this :

    Property Value Unit
    ------------- ---------- --------
    IP ...
  7. Hi all,


    Let's take the DataSource Update example (https://examples1.ext.net/#/GridPanel/DataSource_Update/SqlDataSource/).*
    When I edit a value (after double-clicking in the cell of the grid),...
  8. Hi everybody,

    I found a bug in the way the autowidth attribute is used between browsers.


    I have a GridPanel that uses Autowidth=true in a fieldset and some info displayed in the bottom bar.
    ...
  9. Hi,

    I am using templates in a combo with complex type from the store.

    I was wondering whether it is possible to use them in the template as shown below.

    Shall I use a Mapping ? If yes,...
  10. Hi again,

    I found something better : instead of calling the doquery and then the ajax method, I just call the following code.



    //Reload the store
    ddlFullNameSite.store.load({
    ...
  11. Hi,

    I found a solution.


    After the doQuery statement, I call an AjaxMethod that performs the databinds on the store and in the success event, I set the value afterwards.
  12. Hi,


    I update this thread now that I have time.
    I set up a small demo for you to understand what I want to do.


    How to use it :
    - On the page, type 'A' in the left combo and select the...
  13. Hello everyone,

    I got a problem using the setValue property of the combobox component.


    Here is the situation :


    I got two comboboxes on which I implemented the custom search example. The...
  14. Thank you so much.

    With the new version, we do not have any errors on our aspx page !!
    And the new components are the best !!
Results 1 to 14 of 14