jQWidgets Forums
Forum Replies Created
-
Author
-
June 4, 2020 at 4:13 pm in reply to: Rowdetails custom height based on nested grid height Rowdetails custom height based on nested grid height #112140
Hello,
I search on this forum but i found nothing.
I would like the same thing but I work with Angular. Do you know how is it possible to transcode your example with Javascript to Angular ?
Regards
Romain
May 12, 2020 at 4:49 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111957Hello,
I will send an email to the support.
I try your final result on my computer.
– I download the project
– I put the project on my folder with other angular projects.
– I made a npm install in the project.
– I did ng serve –open to start the project.I try the demo from this page: https://www.jqwidgets.com/angular/angular-validator/#https://www.jqwidgets.com/angular/angular-validator
I paste everything except the index.html file.I try the validator and i can’t close the error message.
So I guess the problem isn’t jquery and jqwidgets but maybe my version of Angular.
May 8, 2020 at 3:41 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111943May 8, 2020 at 3:36 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111942Hello,
in your example you install jquery latest version but you don’t declare it in the angular.json file.Maybe we don’t need to declare it in the angular.json file but I see this in every tutorial for installing jquery.
And in my application, if I don’t declare it, My data-toggle doesn’t work.I try in stackblitz and everything work when i paste all of my project.
But if I create a new projet in my computer with same code doesn’t work.
I would like to share you my project in stackblitz but i don’t know how I can.
I’m new in angular/stackblitz/jqwidgets
May 7, 2020 at 4:26 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111930Hello,
After lots of tests, I found something.I make a project angular.
I install jQwidgets latest version : 9.1.4
I install latest version jQuery : 3.5.1in angular.json in array scripts I put : “node_modules/jquery/dist/jquery.min.js”
If I try to use jqxvalidator, message appear but I can’t click to close the error message.
I uninstall this version of jQuery
I install a later version : 2.2.4 (other more recent versions > 3.0.0 doesn’t work)I can click to close my error message.
May 7, 2020 at 1:04 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111928How can I demonstrate you the problem on my application ?
I don’t need jQuery for jqWidgets tools but I need it for my website with some click dropdown.
I don’t understand why there is this conflict between both.
May 6, 2020 at 1:24 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111923Someone can help me ?
Because I can’t delete jquery from my project I need it. But if I let him jqxvalidator error message never disappear
May 6, 2020 at 12:11 pm in reply to: Jqx validator error message can't disappear Jqx validator error message can't disappear #111922I found the problem.
There is a conflict between jqwidgets validator and the scripts : “node_modules/jquery/dist/jquery.min.js”,If i comment this line in angular.json, everything works.
Hello,
When I<jqxInput hidden class="sortKeyInput text-input" name="productSortKey" [width]="195" [height]="22" [value]="checkedRadioButton" ngModel></jqxInput>
If i submit the form my value is always empty, how can I get my value from my hidden input ?
and if I don’t put hidden my value is visible but not submitBest Regards,
March 20, 2020 at 1:10 pm in reply to: Save state with custom name input Save state with custom name input #111468Hello,
Thanks for your answer, that’s exactly what I want.
March 18, 2020 at 12:48 pm in reply to: Save state with custom name input Save state with custom name input #111448Hello,
I show from your example that you put a state.name in the typescript file. But I didn’t show how I can get this name from an html input.I’m new in Angular so that’s maybe the problem :/
-
AuthorPosts