jQWidgets Forums
Forum Replies Created
-
Author
-
Hi atomic,
The code you provided seems correct. Perhaps the source of the issue originates in the server-side code. We recommend you take a look at our help topic on the matter, Upload files with jqxFileUpload to PHP service. Please also make sure you are using the latest version of jQWidgets (5.4.0).
If the issue persists, please share more information about your code and the way you are using jqxFileUpload.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/October 30, 2017 at 6:17 am in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #96986Hello dadiduekappa,
Unfortunately, this cannot be achieved currently. We are sorry for the inconvenience.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/October 10, 2017 at 5:43 am in reply to: jqxGauge to make multiple gauges jqxGauge to make multiple gauges #96604Hello Md Aslam,
Unfortunately, this is all we can offer you on the matter as far as built-in functionality goes. However, you can try appending external labels dynamically to your jqxBarGauge like so: https://jsfiddle.net/Dimitar_jQWidgets/jk8t45g9/.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/October 9, 2017 at 4:54 am in reply to: jqxGauge to make multiple gauges jqxGauge to make multiple gauges #96562Hello Aslam,
You may be able to achieve your requirement using our jqxBarGauge widget. Please refer to its demos to see its capabilities: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxbargauge/index.htm. Of particular interest to you may be the example Auto change value.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/September 27, 2017 at 5:53 am in reply to: How to close documentPanel in jqxDockingLayout by customed context menu How to close documentPanel in jqxDockingLayout by customed context menu #96337Hello mgorji,
- Unfortunately, the only supported way of closing a documentPanel is via the built-in context menu.
- There is also no way of extending the default context menu. We are sorry for the inconvenience.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/September 18, 2017 at 4:53 am in reply to: Problem with hidding tab in jqxLayout Problem with hidding tab in jqxLayout #96075Hi Richard,
Unfortunately, there is no such built-in functionality, but you can try the workaround presented in the following forum topic: https://www.jqwidgets.com/community/topic/hide-title-bar/.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/September 14, 2017 at 5:32 am in reply to: Layout widths auto-converted to percentages, sometimes Layout widths auto-converted to percentages, sometimes #95992Hi Gary,
The way jqxLayout works is to convert pixel values to percentages in order to preserve proportions when having nested elements (in many of the use cases of the widget). This is the expected behaviour.
However, modifying the layout object directly was presented as a workaround solution and setting width/height in pixels there is not actually supported. Unfortunately, there is no way to convert your new sizes to percentages in the current implementation of jqxLayout.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/September 14, 2017 at 5:08 am in reply to: Getting old values of a row in updaterow method Getting old values of a row in updaterow method #95991Hello timo75,
If you have stored the old cell value in a global variable, it should be accessible in the updaterow callback, too. You can then pass it to your custom Ajax call for server synchronisation.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hello afrath,
As already stated, this is, unfortunately, not possible.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/September 11, 2017 at 6:00 am in reply to: Modifying Layout properties Modifying Layout properties #95931Hello sd#j.prizal,
Thank you for your contribution.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hello afrath,
Here is the same example, but with sorting and multiple selection enabled: https://www.jseditor.io/?key=jqxgrid-cascading-checkedlist-filter-and-sort. We hope it is helpful to you.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hello Pierre,
Unfortunately, such a feature is still not available. If you wish to request it, please contact our Sales Department at sales@jqwidgets.com.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/August 30, 2017 at 4:57 am in reply to: how to dynamically create documentGroup with jqxlayout? how to dynamically create documentGroup with jqxlayout? #95725Hello softboy99,
Thank you for your suggestion. We will consider implementing this functionality in a future version of jQWidgets.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/August 25, 2017 at 4:55 am in reply to: Vertical scroll overlapping data in right most column Vertical scroll overlapping data in right most column #95640Hello kiluakun,
You may be experiencing a different issue than the one posted by suryaprakasd. Could you, please, share the relevant parts of your jqxGrid code (initialization code, cellsrenderer definition, etc.) or a JSFiddle/JSEditor example so that we can review your implementation and offer advice?
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/August 24, 2017 at 5:16 am in reply to: Is possible adding element when writing search box. Is possible adding element when writing search box. #95622Hello Peter__Pan,
Please refer to the following solution: http://jsfiddle.net/Dimitar_jQWidgets/1jgb1yju/. In the example, if an item that is not from the source is entered and the Enter key is pressed, the entered value will be added as a new item of the combobox and selected. In your case, instead of
source.indexOf(value) === -1
, you should check against the records in tagsDataAdapter. We hope this solution is helpful to you.Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts