Search Results

Type: Posts; User: stratadev

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. In your examples for the Ext.grid.feature.Summary feature , there's an alignment bug. If you take a look at your example...
  2. Hi, is there any way to do what highcharts does with their range series in ExtJS?

    http://www.highcharts.com/docs/chart-and-series-types/range-series

    I just want to shade the region between two...
  3. Hi,

    As stated in my title, I am having couple of trouble using TreePanel when there is a locked TreeColumn on it. Taking the example below, here are the two problems I have seen so far:

    1. The...
  4. Danill,

    What about this?

    When I do a direct method on Me.myColumn.Hidden, it returns True even though I changed it to False in code. The GridPanel isn't wrapped in a Container/Viewport.



    ...
  5. Thanks!! I think you can close this thread.
  6. I see. The problem is we have a master page where all components are wrapped in a Container/ViewPort. I guess I'll have to work around this. Thanks.
  7. Actually, I was able to reproduce. Can you try wrapping your code in a Container:



    <ext:Container runat="server">
    <Items>
    <ext:Window runat="server"...
  8. Thanks Daniil, I'm not sure why it's not doing the same on my side. Is there a property I set on the resource manager or web config that might cause the checkbox properties to not post back the value...
  9. Hi, let's say I have a window with a checkbox in it. The window is hidden. On Page Load, when I do

    Me.myCheckbox.Checked <- This returns true

    But in a direct method, when I do the same...
  10. Hi Daniil,

    It's hard to explain so i've attached a video. Note I click on Field B, then outside, then Field A. on Chrome. I've uploaded the AVI file here since this forum doesn't allow video...
  11. Hello,

    Using the code below, there is visual errors when SelectOnFocus is set to true for textfields. This only happens in Chrome. To reproduce:

    1. Click on Field B.
    2. Click anywhere outside...
  12. Hi,

    I have a Buffered GridPanel with an 'Add Record' button on the top and 5000 records loaded.

    When I click 'Add Record', a new Record will be inserted at index '0' of the store.

    now, If I...
  13. You are correct. We were still using the ext3 compatibility file and that had the offending code. This can be left as Closed.

    Thanks,
    Ryan
  14. I don't believe this issue was ever resolved. The root cause of this issue that I think cleve was trying to get to is that in the extjs source, when using 'GetRowClass' the following happens:


    ...
  15. Can you show me how to clear it manually? selectionModel.deselectAll() does not work nor does deselect(record). The broken selections aren't members of selectionModel.getSelection() so the control...
  16. Hi Daniil,
    If you set ClicksToEdit="2" the issue is still there. The bug is that when a cell is selected, and then you press add plant, and then click on a different cell, the first cell should no...
  17. I can reproduce my issue using your CellEditing example: https://examples2.ext.net/#/GridPanel/Plugins/CellEditing/.


    Click on a cell
    Click 'Add Plant'
    Click on a different cell from the...
  18. it is reproducible in IE7.
  19. Hi, this issue was fixed but the button does not appear correctly in IE7. See attachment.
  20. Thanks Daniil and Vladimir, I can see a bug report created. Baidaly, that wasn't my intention, thanks too though.
  21. Hi, in my ModelField config, I stated that the SortDir="DESC". But it doesn't seem to sort descendingly on first click. Also, if I supplied a DefaultValue config to the ModelField (e.g.,...
  22. it is not reproducible in any other IE version.
  23. Hello,

    it's not reproducible in Compatibility mode. i overrided one of the css to fix the problem:



    .x-strict .x-ie7 .x-form-text {
    height: auto !important; /* it was 18px before */
    }
  24. Hi. Run the code below in IE 7 (Compat View). I'm using the latest pull from the repository. Note that I have Rows="10" in the text area below. The field only shows 1 Row.


    <html>
    <head...
  25. Checked with latest and it does appear to work correctly now.

    Thanks,
    Ryan
Results 1 to 25 of 72
Page 1 of 3 1 2 3