jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 69 total)
  • Author
    Posts
  • in reply to: jqx chart export jqx chart export #135644

    atomic
    Participant

    Hi Peter,

    You are right $_SERVER[‘REMOTE_HOST’] Remote host is index that is not defined.
    If I comment out part where you write export_log.txt file (in export.php script) all works, and I am able to open file.
    a bit strange how this warning ends up in content.

    Thanks.

    in reply to: jqx chart export jqx chart export #135638

    atomic
    Participant

    Hi Peter,

    Here is the file I get as exportPNG
    ROI.png

    When I try to open it it says File not supported.

    Thanks

    in reply to: jqx chart export jqx chart export #135628

    atomic
    Participant

    I is quite simple.
    I use export.php found in PHPExport folder in jqx source.

    — REMOVE CODE —-

    This is my button event handler.

    
            $("#exportRoi").click(function() {
                $("#ROIChart").jqxChart('saveAsPNG', 'ROI.png',  'Api/PHPExport/export.php');
            }); 
    

    This event click does export ROI.png, but when I try to open .png I get file not supported.

    Thanks

    • This reply was modified 2 months, 3 weeks ago by  admin.
    • This reply was modified 2 months, 3 weeks ago by  admin. Reason: violation with copyright
    in reply to: pivot grid theme pivot grid theme #121648

    atomic
    Participant

    Thank you Peter.
    Great.

    in reply to: minValue auto minValue auto #121613

    atomic
    Participant

    hi Martin,
    Thank you for your reply.
    Well it is not that straightforward since I allowed copy/paste functionality of large amount of data (8760X50), parsing and checking min value would affect performance. Any other tip?
    Thanks

    in reply to: Pivot Grid Chart Pivot Grid Chart #121384

    atomic
    Participant

    hi Peter,

    No I haven’t, I cannot find setRowHeight method in Pivot Grid documentation. Could you please direct me to full documentation page.

    Do you have any hint on second question. Is there a way to get data from rendered JQX Pivot Grid, so I could use it to produce JQX chart.
    I would like to provide visualisation (JQX Chart) based on displayed data in JQX pivot Grid.

    Thanks so much.

    Best


    atomic
    Participant

    hi Peter,

    You are right in version 13.1 it is fixed.
    Thanks


    atomic
    Participant

    Hi guys,

    Could you please provide an update for the issue.
    Is this one going to be resolved?

    Thanks


    atomic
    Participant

    Hi,

    I think issue is still not resolved with jqwidets 13.0.0. Any updates on this one.
    Thanks


    atomic
    Participant

    Hi Peter,

    thanks for reply. Your steps with provided fiddle and for cellsformat: 'c2' is correct, but it still does not work for cellsformat: 'd2'. You can test it on same fiddle.
    Thanks


    atomic
    Participant

    Hi Peter,

    I have just downloaded new release of JQX 12.2.0 (I detected the issue in 12.1.2), unfortunately the issue is not resolved as indicated in your reply.
    Any new info?
    thanks

    in reply to: connected list sortable connected list sortable #120786

    atomic
    Participant

    Hi Yavor,

    I have seen on github that this issue is fixed and closed. Does Fixed in v12.2 means that it will be included in 12.2 release of jqxWidgets. I see that current version is 12.1.
    thanks

    in reply to: connected list sortable connected list sortable #120521

    atomic
    Participant

    Thanks Peter,

    Any idea when this could be resolved?

    Best


    atomic
    Participant

    Hi Dimitar,

    I came to same issue when I have multiselect dropdownlist in jqx Grid. Yes you are right that we can customize display of items with geteditorvalue, but the cellvaluechanged event of the grid is then
    also affected. Is there way to only display names in jqx grid with multiselect dropdownlist?

    thanks

    in reply to: Custom grid filtering Custom grid filtering #120437

    atomic
    Participant

    Hi Yavor,

    Thanks. If I define filtergroup1 as filtergroup1.operator = 'and' and also filtergroup2.operator = 'and' and filtergroup3.operator = 'and', then result would be rows if all filter conditions are met. The only way it works, if I define my filter1 as the last one with filtergroup1.operator = 'or' then I think it has priority over last filter operator defined which in this case is filter2 filtergroup2.operator = 'and'.
    Maybe it would be good if you put it in your documentation, so it would be more clear how to chain logical operator on column filters in JQX Grid, or even better to implement priority in logical operators as AND is always enforced first and then OR, which would be more clear.
    Thank you for your help and time.

    Best

Viewing 15 posts - 1 through 15 (of 69 total)