jQWidgets Forums
Forum Replies Created
-
Author
-
June 21, 2017 at 4:47 am in reply to: Editable RadioButton Group in JQXGrid without row or cell click Editable RadioButton Group in JQXGrid without row or cell click #94448June 21, 2017 at 4:47 am in reply to: radion button inside jqxgrid radion button inside jqxgrid #94447
Hi Shamine Dsouza,
By implementing the column callback functions createwidget and initwidget, you can display radio buttons directly in jqxGrid cells (without the need to enter cell edit mode). Here is a demo showing how these functions can be used: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customwidgetscolumn.htm?light. And the following example shows how to implement a context menu which is shown when a grid cell is right-clicked: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/contextmenu.htm?light.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 19, 2017 at 4:58 am in reply to: export jqxgrid data to excel sheet locally export jqxgrid data to excel sheet locally #94408Hello snehaljadhav,
This is not actually related to jQWidgets but to a server-side setting that limits the upload/post size. Perhaps the following page will provide solution for you: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/82556357-f004-4047-94d8-fdd231d14cfe/custom-sharepoint-wcf-rest-service-error-413-request-entity-too-large?forum=sharepointdevelopment.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 16, 2017 at 5:06 am in reply to: How to use kqxFileUpload with WordPress How to use kqxFileUpload with WordPress #94362Hello Dirk,
The jqxFileUpload control is basically a styled wrapper for a standard HTML form and input with type=”file”. If you manage to make a standard set of elements work in your project, you can share your form settings and we should be able to help you transform them to the respective jqxFileUpload properties (e.g. the uploadUrl property’s value is directly set as the inner form’s action attribute).
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 15, 2017 at 5:11 am in reply to: How to use kqxFileUpload with WordPress How to use kqxFileUpload with WordPress #94328Hello Dirk,
The value of the jqxFileUpload property uploadUrl has to be a string. Please read the uploadUrl entry in the jqxFileUpload API documentation for more information and an example on the matter. Note the use of fileInputName, too. Finally, the tutorial Upload files with jqxFileUpload to PHP service may also be helpful to you.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 14, 2017 at 4:55 am in reply to: jqxDockingLayout Error: Uncaught Invalid property: width jqxDockingLayout Error: Uncaught Invalid property: width #94301Hello Dirk,
Please make sure you have referenced a version of jQuery, too (before jqx-all.js). If that fails to solve your issue, please use the separate jQWidgets scripts.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 9, 2017 at 4:54 am in reply to: jqxDockingLayout Error: Uncaught Invalid property: width jqxDockingLayout Error: Uncaught Invalid property: width #94236Hello Dirk,
- The file jqxcore.js has to be included before any other widget file. There are other cases in which the order of scripts is important, such as including jqxgrid.js before any of the auxiliary jqxGrid files (such as jqxgrid.sort.js). In the case of jqxDockingLayout, you need to include the file jqxlayout.js before jqxdockinglayout.js. You can also refer to each widget’s Getting Started help topic to see the recommended order.
- jqx-all.js should be suitable in your case. Note, however, that you also need to reference globalization files (such as globalize.js) separately as they are not part of jqx-all.js.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/June 8, 2017 at 5:30 am in reply to: jqxDockingLayout Error: Uncaught Invalid property: width jqxDockingLayout Error: Uncaught Invalid property: width #94207Hello DirkHeymer,
We tested your code (https://www.jseditor.io/?key=jqxdockinglayout-append-dyncamically) and it works as expected – no errors are thrown. Please make sure you are using the latest version of jQWidgets (4.5.3) and that you have also read our help topic How to Use jQWidgets in WordPress. If the issue persists, please share more information about what other widgets (if any) you are using on your page and any other details you think might help us determine the source of the issue. A screenshot of your browser console (with error thrown) might be helpful as well.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/May 31, 2017 at 4:55 am in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #93974Hello sd#j.prizal,
Please note that all widgets (including jqxGrid) have to be displayed in order to be properly initialized. When initializing widgets inside jqxDockingLayout panels, you need to do so in the respective panel’s initContent callback function. This ensures the widget containers are displayed before attempting to initialize them. The initContent function can be seen implemented in most jqxDockingLayout demos, such as IDE-like Layout.
We also recommend only calling the documented public methods of jqxDockingLayout, as using any internal API can cause unexpected behaviour.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/May 29, 2017 at 5:10 am in reply to: Change value after user has entered Change value after user has entered #93902Hi Sameer Ahmed,
Here is how you can achieve this requirement: https://www.jseditor.io/?key=jqxgrid-uppercase-editor. Note the implementations of createeditor and geteditorvalue for the first column.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi mariojqx,
Unfortunately, jqxTooltip does not support the feature you require.
Please also do not post links to third-party software products as this is in violation of the forum policy.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi hsolar,
Unfortunately, the arrow of jqxTooltip cannot be customized for each position.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/Hi morgenweck,
Unfortunately, this feature has still not been implemented.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/May 9, 2017 at 5:22 am in reply to: Excel and Range Filter in same grid for different columns Excel and Range Filter in same grid for different columns #93356Hi Ajit,
Unfortunately,
filtermode: 'excel'
does not provide a date range filter type. Such an option is available in other filter modes, though (filtermode: 'default'
and the filter row withfiltertype: 'range'
).Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/May 4, 2017 at 5:13 am in reply to: Excel and Range Filter in same grid for different columns Excel and Range Filter in same grid for different columns #93285Hi AjitArya,
- Unfortunately, date filtering in the manner shown here is not available.
- We do not experience such an issue with the latest version of jQWidgets (4.5.1). You can find a working example here: http://jsfiddle.net/jqwidgets/LYLvA/ (try changing the cellsformat of column “Order Date”).
- Cascade filtering is discussed in the following topic: http://www.jqwidgets.com/community/topic/cascaded-filter-in-jqxgrid/. Please refer to it.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts