Search Results

Type: Posts; User: RomualdAwessou

Page 1 of 7 1 2 3 4
Search took 0.02 seconds.
  1. Thanks for the quick anwser that is really helpful.

    Romuald
  2. Hello,

    I would want to understand why the use of Ext.each.

    I declare a handler for the beforeaction.

    The following code doesn't work
  3. Hello,

    How can I specify a blank space as thousand separator?

    Thanks in advance,

    Romuald.
  4. Thank you for your answer and your suggestion.

    Romuald.
  5. Hello,

    I specify just the keypress event on a field. In IE the function attached with the keypress event is only fires when all keys without the special keys are pressed. But with Firefox 3.6...
  6. Thank for your reply.

    With your example

    Imagine that there are the following items in the ComboBox: a, ab, ac, ba, bc.

    When type 'a' I need to show all items that contain 'a'. For example...
  7. Hello,

    I declare a combobox with local mode. I want to be able to do a search which not begin at the start of each item in the combo store which the default behavior of the combobox. Is there any...
  8. Thank for your reply. I have with it more information

    Romuald.
  9. I found the solution to my question:

    My controller should return a JSON object as result which will have following:


    would process the following server response for a successful submission:...
  10. <ext:FormPanel ID="formPanel" runat="server" Border="false" Url="~/getController/getAction"
    AutoScroll="true" MinWidth="870">
    <Items>
    </Items>
    ...
  11. So in order to track the events such as "actioncomplete" or "actionfailed" of the formPanel my controller must return an insatnce of AjaxFormResult, isn't it? Is there another object I can use...
  12. Hello,

    It's right that Ext.Net form doesn't use ModelState. But AjaxFormResult is not a mvc standard. I think It's provided by Ext. So I just want to understand how it deals with ModelState. At...
  13. Hi,

    There is an AjaxFormResult which extends the actionResult. Within this class the following code method is overriden



    public override void ExecuteResult(ControllerContext context)
    ...
  14. Hello all,

    I use the following code which creates an instance of the window component. In the autoload property I specifiy the value POST for the method property. But I notice that the autoload...
  15. Thanks, It works.

    Best regards.

    Romuald
  16. Hello,

    I would like to select a cell of a gridPanel which is configured to use a cellSelectionModel, after the grid's store is loaded.
    I see the example on the page Ext.NET Examples, but I...
  17. Thank you for the reply.

    It helps me to solve my problem.

    Romuald.
  18. Hello,

    I would like to hide some tab of a tabPanel but it doesn't. For example the tab wit id= "formPanel1" should be hidden.

    I use the following code:



    <%@ Page Language="C#" %>
    <%@...
  19. Thank you for your reply.

    The code I provided is almost the same with that which reproduce the issue. For the test you can use the following code for the action method.


    ...
  20. Hello,

    I have a problem when I trigger a search in a comboBox which use a remote store. Unfortunately I'm not able to provide you with with one and I hope you can build one on your computer in...
  21. The link you provide doesn't show me any another link on the google page.

    But if I understand coolite doesn't provide any mean to control this behavior? What about ext.history then?

    Romuald.
  22. Hello,

    How can I block the navigation with the browser's back & forward button.

    I try to use Ext:history but it doesn't work.

    Any idea?

    Romuald
  23. Hello,

    I don't make any update from svn. But I solve the problem by putting the applicationPath before the icons\...

    Romuald.
  24. Hello,

    Thanks for your reply.

    Your example doesn't work for the client side method. The method getIconUrl doesn't exist with the ResourceMgr object. I need the solution with the client side...
  25. Hello,

    I set an icon for a button which worked fine up to yesterday and do it any more.
    btnopen is the id of my button.



    btnOpen.setIcon("/icons/folder-png/ext.axd");
    I would like to...
Results 1 to 25 of 160
Page 1 of 7 1 2 3 4