Search Results

Type: Posts; User: Kev

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Hello,
    Is there anyway with the gridpanel/checkbox selection model example to disable the row checkbox based on a boolean value in the record? E.g. if false, disable. I can't find an example of how...
  2. Is there any way with textfields, numberfields, checkboxes, etc of marking them as changed like the gridpanel isdirty red triangle? Can't find an example anywhere sorry. Thank you in advance
  3. I have a grid panel and one column displays a text value which could be a number of data types, e.g. "true"/"false" (bool), "123" (int), "hello world" (string). As part of the store, I know what data...
  4. Thanks Vladimir, this has fixed it.
  5. I've added in the meta tag to force it to Edge but the tool tips are still broken.

    I've checked for compatibility mode and it doesn't seem to be on.

    Thanks.
  6. Hi,

    I've just noticed that tool tips with the latest EXT build are being cut in half on IE 11. They're fine on 10.

    7384

    Any idea on a fix?

    Thanks,
  7. Thanks Daniil, the latest build fixed the ResizeHandles issue I was having.
  8. The code above I provided with


    XResizeHandles="n"

    replacing ResizeHandlers is where it went wrong.

    I shall update from the trunk and try again.

    Thanks
  9. No luck with that either Daniil.

    Guess I'll just wait for the outcome of the investigation. Not an end of the world problem for now anyway.

    Cheers

    Kev
  10. Hi,

    I have a viewport with a North/East/Center setup.

    Inside the the Center panel is two panels where one can be resizeable. However I only want this panel to be resizeable with a 'North'...
  11. I have followed this example where the filter is applied on the server via a direct event:

    https://examples2.ext.net/#/GridPanel/Plugins/GridFilters_Local/

    The FilterUpdate listener on the...
  12. Hello,
    after applying a local gridfilter to a gridpanel column, what is the best way of accessing the records that are left as a result of the filter? I'd like to access them client side if...
  13. Thanks Daniil. That worked.
  14. Hi,
    I've got a viewport with a menu panel and menu items in the west section. What I've noticed is that if the menu item has child items and you click the menu item, the child menu will not show...
  15. Thanks Daniil, I shall see if I can find a theme builder for ExtJS 3.4.
  16. Theme="None" in the resource manager or theme="none" isn't a valid enum unfortunately Daniil? I've tried renderstyles="None" though which switches everything off.

    Unfortunately, the stylesheet...
  17. Thanks Daniil. What are the options to apply a custom theme in 2.1 to override the built in ones? I've downloaded one from a theme builder site.
  18. I'm using 2.1.1.18167
  19. Hi,
    I've downloaded a custom theme and added it to folder in my project. However, when I modify the web.config to include the path to the css file I get the error "Unrecognized attribute...
  20. Found it:



    [DirectMethod]
    public void GetGridpanelData(object sender, DirectEventArgs e)
    {
    store1.LoadProxy();
    }
  21. Hello,
    I've got a grid panel binding / paging using a direct method. What I'd like to do now is search the grid panel using combo boxes outside of the grid panel - hence the need call the...
  22. Hi Baidaly,
    thanks for this, but I'm not sure what you mean "change BeforeDrop handlers"? Are you saying to change them to a handler? What would this achieve?

    Also, the AfterRender listener...
  23. In the example below, I can't seem to re-order the treepanel when combining with a drag and drop from a grid - I've tried tweaking the code but to no avail. Is there a simple way to do this? As it...
  24. Thanks Daniil. Yes, I've examined the source code after what you suggested and can see what you mean. I can see that the init function, the creation of the controls and self executing function which...
  25. Hi,
    I'm a bit confused at the following after doing a little housekeeping and looking at which technique to use with Ext.onReady.

    If I declare inline Ext.onReady in the head of a page, I cannot...
Results 1 to 25 of 54
Page 1 of 3 1 2 3