Search Results

Type: Posts; User: mojo

Search took 0.01 seconds.
  1. I maybe found a solution with the extjs functions :

    the method getCell can get a cell according to coordinates.

    Code c# :


    string js = GridPanelEcheancier.ClientID +...
  2. Hello,

    Is it possible to change the cell style or behavior (like editable, disable ...) before the databinding in a gridpanel ?

    or how to get the cell coordinates in the server side ?

    There...
  3. I fixed my problem with the Listener BeforeQuery



    <ext:ComboBox>
    <Items>
    </Items>
    <Listeners>
    ...
  4. Hello,

    I would like fired an event when I click on the arrow trigger of the combobox.

    My aims is to open a window if there hasn't of items inserted.

    In this window, I will be able to select...
  5. Thank for your reply.

    I fixed my problem by going through DirectMethods !

    like this :
    Ext.getCmp('PanelEditDeal').getBody().Ext.net.DirectMethods.NewFacilite();

    So, I can reload data...
  6. Hello,

    I need to pass parameter on demand to panel (iframe) from a window but it does not work ...

    My code :


    Parent ASPX :
  7. Hello,


    I would like update a formpanel content that is into a window.

    But my problem, I didn't manage to get the FormPanel object to add TextField ...

    My code :
  8. Hi,

    I use the release 0.8.2 ...

    I need to update an usercontrol content dynamicaly.

    In the release 1.0, there is the render function, great !

    But is it possible to make the same thing...
Results 1 to 8 of 8