Search Type: Posts; User: ateodorescu

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    26
    Views
    6,729
    Here is the example I promised: http://www.mzsolutions.eu/Pivot-grid-with-drill-down-plugin.html
  2. Replies
    26
    Views
    6,729
    Hi,

    You just have to add the plugin to the pivot grid like this:
    plugins: Ext.create('Mz.pivot.plugin.DrillDown')

    I will also add an example on the website. If you downloaded the trial version...
  3. Replies
    26
    Views
    6,729
    Hi there,

    The latest version has new features like:
    - sort columns by aggregated values
    - drill down plugin
    - example of integration with Ext JS charts

    Checkout the examples of mzPivotGrid!...
  4. Hi,

    You used "dataIndex" on your column definitions but your model fields have no "name". Remove "convert" configs and add names.

    Cheers
  5. Replies
    26
    Views
    6,729
    I didn't make a sencha architect component for this but I have finally managed to implement the columns expand/collapse feature.
    A drill down plugin could be easily implemented. Double click a cell...
  6. Hi,

    We have solved this by changing the code in findGroupHeaderIndices (v 2.1) of the dataview.List component:



    findGroupHeaderIndices: function() {
    var me = this,
    ...
  7. Replies
    32
    Views
    5,984
    What extjs version do you have? In both 4.0.7 and 4.1.1 is working.
  8. Replies
    32
    Views
    5,984
    Could you provide the use case so I can look into it?
  9. Replies
    32
    Views
    5,984
    You could use the "enableMultipleToolbars" config to have all plugins on a second toolbar. Don't know if you have the latest version though.
  10. Replies
    32
    Views
    5,984
    I wanted to implement that as well but Samuelsan did a great job with his "image upload" plugin so I gave up. Here is a link to his plugin: http://www.sencha.com/forum/showthread.php?160774
    ...
  11. Replies
    26
    Views
    6,729
    Hi Steve,

    I don't have a Sencha Architect license so I have no idea how to integrate this into it. Is there any chance to create such a Sencha Architect component without a license for it?
    ...
  12. Replies
    26
    Views
    6,729
    Hi,

    I have redesigned the pivot grid and now it supports rows and columns grand totals. Have a look at this example: http://www.mzsolutions.eu/mzPivotGrid-configurator.html
    It is also...
  13. Replies
    26
    Views
    6,729
    The new website is up and running. Enjoy!
    http://www.mzsolutions.eu

    Adrian
  14. Replies
    26
    Views
    6,729
    Hi there,

    Yeap, for the moment I removed the component from my website as I am rebuilding the site now. It will be available soon. The component will only be available commercially though.
    ...
  15. Replies
    32
    Views
    5,984
    New plugins available:

    strikethrough
    justify full
    multiple toolbars
    39102
  16. Ext version tested
    4.1.1

    Browser version tested
    Chrome v22 (Windows)

    Description
    The file upload field button gets hidden when the parent fieldset is collapsed.

    Steps to reproduce
  17. Replies
    32
    Views
    5,984
    No, this is not the procedure. The text gets cleaned up in "html mode" because you actually paste in a simple textarea.

    Please tell me in which browser did you test this?
  18. Replies
    32
    Views
    5,984
    The localization should be done the same way it's done for the htmleditor component in the extjs package. Have a look at the "locales" folder.
    Regarding the "paste from word" you have to ensure that...
  19. Replies
    21
    Views
    6,963
    If you guys are talking about the pivot grid that I made, you should know that it should run in a web server, because the store attached to the grid is a json store fetching data from a url.
  20. Replies
    26
    Views
    6,729
    Hi,

    New features:
    - expandAll/collapseAll
    - enableGrouping or not
    - refresh method for reconfiguring the pivot grid
    - modified the aggregator function to return an empty string if no records...
  21. Replies
    26
    Views
    28,204
    Hi,
    You can find some themes for Extjs 4.x here: http://www.mzsolutions.eu/shop/
    Cheers,
    Adrian
  22. Hi,
    Have a look here: http://www.mzsolutions.eu/shop/
    Cheers,
    Adrian
  23. I have managed to reproduce the error. If you change the code and remove the codemirror field from the form you will see that you will still get the same error. It's probably a bug in Extjs and not...
  24. Replies
    21
    Views
    6,963
    Do you get any errors? What is wrong with it?
  25. Replies
    26
    Views
    6,729
    Hi,
    I have changed the pivot grid a bit. It is possible now to collapse row groups. Column groups are not collapsible yet. I have also created a feature to add row summary.

    Check it out here and...
Results 1 to 25 of 55
Page 1 of 3 1 2 3