jQWidgets Forums
Forum Replies Created
-
Author
-
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.
Hi Peter,
Here is the file I get as exportPNG
ROI.pngWhen I try to open it it says File not supported.
Thanks
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
Thank you Peter.
Great.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?
Thankshi 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
January 12, 2022 at 10:15 am in reply to: copy/paste in jqxGrid with comma separator copy/paste in jqxGrid with comma separator #121364hi Peter,
You are right in version 13.1 it is fixed.
ThanksDecember 2, 2021 at 10:15 am in reply to: copy/paste in jqxGrid with comma separator copy/paste in jqxGrid with comma separator #121160Hi guys,
Could you please provide an update for the issue.
Is this one going to be resolved?Thanks
November 12, 2021 at 4:36 pm in reply to: copy/paste in jqxGrid with comma separator copy/paste in jqxGrid with comma separator #121064Hi,
I think issue is still not resolved with jqwidets 13.0.0. Any updates on this one.
ThanksSeptember 24, 2021 at 11:15 pm in reply to: copy/paste in jqxGrid with comma separator copy/paste in jqxGrid with comma separator #120838Hi Peter,
thanks for reply. Your steps with provided fiddle and for
cellsformat: 'c2'
is correct, but it still does not work forcellsformat: 'd2'
. You can test it on same fiddle.
ThanksSeptember 24, 2021 at 1:35 am in reply to: copy/paste in jqxGrid with comma separator copy/paste in jqxGrid with comma separator #120833Hi 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?
thanksHi 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.
thanksThanks Peter,
Any idea when this could be resolved?
Best
July 17, 2021 at 4:42 pm in reply to: multiselect combox in Grid column multiselect combox in Grid column #120520Hi 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
Hi Yavor,
Thanks. If I define filtergroup1 as
filtergroup1.operator = 'and'
and alsofiltergroup2.operator = 'and'
andfiltergroup3.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 withfiltergroup1.operator = 'or'
then I think it has priority over last filter operator defined which in this case is filter2filtergroup2.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
-
AuthorPosts