Search Results

Type: Posts; User: ISI

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    How to add a text (center align) similar to the image for a collapsed border layout region.
  2. Daniil,

    Thank you. It is working now.
  3. Daniil,

    Thank you. When i tried your suggestion I get the following error.

    "Microsoft JScript runtime error: Unable to get value of the property 'addClass': object is null or undefined."
    ...
  4. Hi,

    I have three items in the GridPanel toolbar. Combobox, and two buttons. How to set the combobox width to auto fill the remaining space.



    <TopBar>
    <ext:Toolbar...
  5. Daniil,

    Thank u this is what i am looking for
    ctxMenu.trg. You can close this thread.
  6. Daniil,

    What i mean by "Open context menu" is when a user right click's on any of the textarea control to show the context menu.
  7. Daniil,

    My requirement is, In a form there may be more than three textarea controls to which a context menu will be attached. The context menu item contains a grid control from which user can...
  8. Daniil,

    With out assigning the target will the context menu contains the traget element from which text area control this was opened.
  9. Daniil,



    Can we get the target control from which the context menu is opened?
  10. Hi,

    I am trying to achive similar to the following example.

    https://examples1.ext.net/#/Toolbar/Menu/Controls_In_Menu/

    But i need to insert selected grid rows text to the currently focused...
  11. Daniil,

    When the grid is binded the initial value which comes from the grid, when edit is pressed is
    "2012-02-07T00:00:00".

    So i tried the following



    var dt = Date.parseDate(e.value,...
  12. Daniil,

    I am having an issue in "setEditor" function. When i set an initial value for the datefield the value is not getting displayed in the datefield editor during edit.

    I am assigning the...
  13. Daniil,

    Thank you very much for a quick superb solution. It was really very helpful.

    Regards,
    Manoj
  14. Daniil,

    Yes, I followed the example you have suggested in post
    http://forums.ext.net/showthread.php...ll=1#post68135

    My only problem here is that the combobox values comes from a server for a...
  15. Daniil,

    What i am trying to achive here is, when the user opens a page ( this will be displayed in a window ). It should display a grid with two columns.
    1. token - column
    2. value - column
    3....
  16. Hi Danil,

    Can we create the editors during the Page_Load?. If so, how can we configure each combobox editor to use its own store?.

    Regards
    Manoj
  17. Hi,

    We have a requirement to show either a combobox or datefield editor in the grid panel based on the current records id. How to dynamically add them to a gridpanel from code behind?.

    The...
  18. Danil,

    I tried to set the Height="25" but still it is not displaying. What i tried is, I have placed the FileUploadField in a container and set the container layout to FormLayout with anchor to...
  19. Hi,

    I have a Form in a window with VBoxLayout. The items of this FormPanel are
    1. FileUpload
    2. GridPanel.

    When i display the window the FileUpload control is not showing the button. Am i...
  20. Hi Vladimir,



    The above code is working fine. Thank you.

    Regards,
    Manoj
  21. Hi Vladimir,

    If i add any script after the GridPanel.UpdateCell method i am getting a javascript error as follows:
    Note: Not able to show notification window or messagebox or even commit the...
  22. Hi Vladimir,

    After reverting the invalid data to original state how do i mark the cell as not edited because the cell shows a 'RED' icon on the top left corner.

    Regards,
    Manoj.
  23. Hi,

    I am trying to do a GridPanel cell validation using server side using GridPanel's DirectEvent->ValidateEdit. But, event though i set the DirectEventArgs e.Success = false and e.ErrorMessage...
  24. Vladimir ,

    Thank you.

    Regards,
    Manoj
  25. Hi,

    I have a PagingToolbar in one of my tabs. The tab contains a FormPanel with validation of required fields. The PagingToolbar is set to a store.

    What i need is, I want to restrict the...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4