jQWidgets Forums
Forum Replies Created
-
Author
-
Hi,
i resolved this problem with applying the event “valueChanged” by testing if the value is negative the minus key will be pressed dynamically.numberInput.addEventHandler(‘valueChanged’, function (event) {
if (numberInput.value.toString().indexOf(‘-‘) > -1) {
(numberInput.value.toString().match(/-/g)).length > 1 ?
$(‘#’ + selector + ‘>input’).trigger($.Event(‘keypress’, { keyCode: 109 }))
: null;
}
});Best regards,
MohamedMay 23, 2017 at 8:58 am in reply to: Problem with Export to Excel when 100 records in Grid. Problem with Export to Excel when 100 records in Grid. #93808Hi,
I have the same problem with my data and i’m using an entreprise licence, i seted the serverURL to “http://localhost:4200/src/PHPExport/save-file.php” in the exportdata method, but when i execute it i have this error message: Cannot POST /src/PHPExport/save-file.php.
Please can you help me to find my error. Thank you.
Best Regards,
Mohamed KacemHello,
Can i create a jqxSplitter with 2 ButtonBar: one to expand and the other to collapse ? Thank you.
Best Regards,
MohamedHi Peter Stoev,
Thank you, it was very helpfull. Please i have another question about filtering in jqxGrid, can i activate both of: “showfiltermenuitems” and “showfilterrow” properties in the same time? I have to do it, thanks.
Best Regards,
Mohamed KacemHello Stanislav,
thank you for your help.
Best Regards,
MohamedHello Stanislav,
I mean that can i change the backgroud of the button from simple color to image.
Best Regards,
MohamedHi, can you help me and share the full content of package.json file because everytime i have issues in starting npm (version 4.1.2) node (version 7.5.0).
Best regards,
Mohamed
-
AuthorPosts