Search Results

Type: Posts; User: edigital

Page 1 of 5 1 2 3 4
Search took 0.02 seconds.
  1. Hello Daniil,

    In your example, the formPanel update is called by formPanel not the userControl. My question is when is the userControl whose call a formPanel update. Could you send me other...
  2. Hello,


    I have a panel with tabs, one of these have a formPanel which have a userControl added to ContentControls.

    How can I force a reload of this formpanel from this usercontrol.?

    I hope...
  3. Hi Daniil,


    Yes is on the fly. OK Solved!

    Thanks so much Daniil
  4. Hi Daniil,

    Sorry, is propertyGridParameter which has a Params collection. I' ve a page as below:



    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="FxMetadataGrid.ascx.cs"...
  5. Hi Daniil,

    Yes, its rigth.

    Any idea? is possible implement it?

    Thanks
  6. Hi Daniil,

    Sorry, I dont explain well to you. PropertyGrid control has a params collection, I refer to these values not to Gridparameter values.

    Thanks
  7. Hello,

    I,m using a propertyGrid with two params, is works fine but when call a directMethod propertyGrid params are empty.

    ¿Is necessary rebuild the propertyGrid in ajax requests?

    Thanks
  8. Hello,

    Paste code again.



    function NewWindow(container, winId, winURL, winTitle, winHeight, winWidth, winModal, winMax, winRes, winCollap, winIconCls) {
    if (winTitle == ''...
  9. Hello,

    I' have this helper method to open new windows:



    function NewWindow(container, winId, winURL, winTitle, winHeight, winWidth, winModal, winMax, winRes, winCollap, winIconCls) {
    ...
  10. Hello,

    Attach a sample image, as visual studio show properties. Sorry, my english is little bad.



    Thanks
  11. Hello Daniil,

    As a toolbar separator, a line o bar title. Bar title could be a perfect solution as windows form property control.


    thanks
  12. Hello,

    Is possible insert a property separator in propertyGrid control?

    Could you implement it if not? Could be helpful.

    Thanks
  13. Hello,

    I,ve this code:



    Ext.Net.MessageBox( ).Notify( Resources.Global.dlgInfo, Resources.Global.dlgInfoRecargaApp ).Show( );


    I received a javascript error with dom undefined, it...
  14. I`ve asign a storeID and execute databind after it added to controls collection and works fine. CLOSED

    Thanks so much Vlad.
  15. Hello,

    I have a usercontrol with 2 directMethods, during runtime create more controls inside this usercontrol and add listeners to call a usercontrol directMethod, it works fine but i received a...
  16. Hi,

    I will try to explain you, but its a bit complex.

    I have developed a presentation framework which create UI at runtime from a xml metadata file. This framework is generic and use...
  17. Hello,

    Is possible call a directMethod in a httpHandler instead the local page?.

    How can I make this?

    Thanks
  18. Hello,

    I,ve tried to reproduce the example https://examples1.ext.net/#/GridPanel/Miscellaneous/Submit_to_Handler/ , but only works Add, AddAll, when try to remove fails.

    Could be an issue in...
  19. Hello,

    I received and SVN error and cannot get source code.


    Error mientras se realizaba la acción: Repository UUID '19c37cac-a947-4f52-8004-53eb3f34d9d3' doesn't match expected UUID...
  20. Hi Daniil,

    In all examples I've seen that displayField and valueField properties point to same recordField, it must be as is or it could be pointed to a differents recordfields.

    By example:...
  21. Hi Daniil,

    Thanks so much Daniil

    Regards
  22. Hi Daniil,

    I've tried to add a listener to my store with:



    St.AddListener( "KeyUp", "Ext.net.DirectMethods.LoadAutoCompleteData(this.getRawValue());" );


    But it generate a javascript...
  23. Hi,

    sorry, In code behind.
  24. Hi Daniil,

    Thanks so much.
  25. Hello,

    How can I add a custom param to store at runtime?

    Thanks
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4