jQWidgets Forums
Forum Replies Created
-
Author
-
October 2, 2023 at 4:36 am in reply to: Show popover manually only Show popover manually only #133686
Hi,
The easiest way is to hide the actual selector and have a cloning of it.
Here is an example:
https://jsfiddle.net/9mL2teb0/8/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 27, 2023 at 5:59 am in reply to: Build error when I add jqxWindow control Build error when I add jqxWindow control #133645Hi,
Thank you for the update!
If you have any questions, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 26, 2023 at 7:42 am in reply to: Manually typing date filter Manually typing date filter #133636Hi,
Thank you for reporting this, I have opened a work item for it!
Meanwhile, if you have any questions, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 26, 2023 at 7:32 am in reply to: Build error when I add jqxWindow control Build error when I add jqxWindow control #133635Hi,
Can you share your component here, please?
Also, may you update to the latest version?
The following component compiles and works:import * as React from “react”;
import “jqwidgets-scripts/jqwidgets/styles/jqx.office.css”;
import JqxButton, {
IButtonProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxbuttons”;
import JqxButtonGroup, {
IButtonGroupProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxbuttongroup”;import JqxSplitter, {
ISplitterProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxsplitter”;
import JqxTree, {
ITreeProps,
jqx,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxtree”;import JqxComboBox, {
IComboBoxProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxcombobox”;
import JqxCheckBox, {
ICheckBoxProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxcheckbox”;
import JqxDropDownList, {
IDropDownListProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxdropdownlist”;
import JqxNotification, {
INotificationProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxnotification”;
import JqxTooltip from “jqwidgets-scripts/jqwidgets-react-tsx/jqxtooltip”;
import JqxNumberInput from “jqwidgets-scripts/jqwidgets-react-tsx/jqxnumberinput”;
import JqxInput, {
IInputProps,
} from “jqwidgets-scripts/jqwidgets-react-tsx/jqxinput”;import JqxListBox from “jqwidgets-scripts/jqwidgets-react-tsx/jqxlistbox”;
import JqxWindow from “jqwidgets-scripts/jqwidgets-react-tsx/jqxwindow”;
const App = () => {
const myWindow = React.createRef<JqxWindow>();
return (
<>
{/* @ts-ignore */}
<JqxWindow
ref={myWindow}
width={500}
height={300}
minWidth={200}
maxWidth={700}
minHeight={200}
maxHeight={400}
showCollapseButton={true}
>
<div>Hi</div>
</JqxWindow>
</>
);
};export default App;
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 18, 2023 at 3:06 am in reply to: jqxnumberinput mobile keyboard, no decimal jqxnumberinput mobile keyboard, no decimal #133629Hi,
You may use spin buttons to add the separator if you accidentally delete it.
Here is an example: https://jsfiddle.net/k0u4g6ys/5/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 18, 2023 at 2:55 am in reply to: jqxDataTable columngroup with Vue3 jqxDataTable columngroup with Vue3 #133628Hi,
I have opened a work item for this.
If you have any additional questions, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 18, 2023 at 2:38 am in reply to: Where is the dataexport.php file? Where is the dataexport.php file? #133627Hi,
If you don’t want to deal with hosting the export, we also offer a client-side exporting method – ‘exportview’:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dataexportview.htm?lightIt performs the export on the client side and it doesn’t require a server, so it is a better choice for handling large data. Please note it also requires these additional files:
1. from the scripts folder: ‘scripts/jszip.min.js’
2. from the scripts folder: ‘scripts/pdfmake.min.js’
3. from the scripts folder: ‘scripts/vfs_fonts.js’
4. from the jqwidgets folder: ‘jqwidgets/jqxexport.js’ (if you don’t use jqx-all.js)Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
Can you explain the problem?
Also, please try updating to the latest version and see if it is resolved.Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 15, 2023 at 9:04 am in reply to: Vue 3 using data from API Vue 3 using data from API #133621Hi,
The jqxDataAdapter may accept beforeSend function:
beforeSend(jqXHR, settings): A pre-request callback function that can be used to modify the jqXHR
Please visit the documentation of the jqxDataAdapter to get familiar with:
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdataadapter/jquery-data-adapter.htm?search=Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/Hi,
Thank you for reporting this, I have opened a work item for it!
Meanwhile, if you have any additional questions, do not hesitate to contact us!Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 14, 2023 at 7:15 am in reply to: jqxDropDownButton not closing when clicking elsewhere when in a window jqxDropDownButton not closing when clicking elsewhere when in a window #133610Hi,
Here is a quick fix for this:
https://jsfiddle.net/dmtsy2w8/1/Add a click event handler of the window and close the drop down
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 14, 2023 at 7:03 am in reply to: Paging and scrolling – under the hood Paging and scrolling – under the hood #133609Hi,
In the following demo with the virtual paging, you may see that in the rendergridrows callback, the data is generated by passing the startindex and the endindex. This way, you can fetch only the required data.
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/virtualdata.htmAnother option is to use our newer product, here is an example of Server-Side Pagination with our newer product:
https://www.htmlelements.com/demos/grid/server-side-paging-sorting-filtering/Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 14, 2023 at 6:52 am in reply to: Issue with jqxdata.export.js Issue with jqxdata.export.js #133608Hi,
Thank you, we are waiting for you!
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 14, 2023 at 6:48 am in reply to: Vue 3 using data from API Vue 3 using data from API #133607Hi,
You may use the mounted lifecycle hook and fetch the data manually and you will recreate the dataAdapter with the fetched data
Here is an example of fetching the data: https://codesandbox.io/s/blissful-curie-tl4wm6Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/September 13, 2023 at 5:47 am in reply to: Issue with jqxdata.export.js Issue with jqxdata.export.js #133596Hi,
Could you please, send us the project or a demo project with the problem?
Best regards,
Svetoslav BorislavovjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts