jQWidgets Forums
jQuery UI Widgets › Forums › Plugins › Validator, Drag & Drop, Sortable › Query regarding jqxvalidation.
Tagged: jqxvalidator
This topic contains 7 replies, has 2 voices, and was last updated by Apeksha Singh 12 years ago.
-
Author
-
Hello,
Actually I am using jqxvalidation in my application but problem is that the message popup is not hiding when I move another another page but in jqxwidgets site demo the open message popup is not showing on navigating to another page.
I have used the validation on jqxwindow also but on closing the window I want to automatically hide the message popup that is not happening right now.
Please tell me how to resolve this problem.
Thanks & Regards,
Apeksha
Hi Apeksha Singh,
The first thing that we should know in order to help you is how are you navigating through the pages?
If you want to hide all the hints you can use the jqxvalidator’s method – “hide”. Please take a look at the provided example: $(‘#jqxValidator’).jqxValidator(‘hide’);Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi,
Actually I am navigating through pages using tab, menu items, buttons and hyperlinks.
Any time any navigation control can be used.
Please share with me a common way so that I can hide these hints without going specifically
for any control.
Also can I hide these using any div in which my form is rendered?
One more query, as I have seen the example of Jqxvalidator on your site, where you are using
tabs to navigate.
How are you hiding hints there?Thanks & Regards,
Apeksha SinghHi Apeksha Singh,
Hints are not supposed to be hidden, if the validation has failed. They are HTML elements with absolute position displayed next to the Input with Failed Validation. In our samples we do not hide the hints, too. They are on the page, but are with lower z-index than the new displayed content in the same tabs widget.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Mariya,
But in my case the the hint is visible from one Tab to another how I can set its z-index to resolved this issue.
Also if the validation is on jqxwindow then on closing or canceling the window I want hints should also be removed,but its not happening.
I am using jquery-1.8.2.min.js and jQWidgets v2.6.1 Release for my project and I cannot migrate to the latest version of jQWidgets as there is a lot of changes that we have done in style files.Thanks & Regards,
Apeksha SinghHi Apeksha Singh,
If you want to hide all the hints you can use the jqxvalidator’s method – “hide”. Please take a look at the provided example: $(‘#jqxValidator’).jqxValidator(‘hide’);. You can call that method whenever you need. For example, when you trigger the ‘tabclick’ event.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Mariya,
Thanks a lot for your reply setting the z-index has resolved my issue.
Thanks & Regards,
ApekshaHi Mariya,
I have query regarding the pageable property of grid can we increase the number of show rows to more than 20.
Right now jqwidget is providing 3 options 5,10 & 20. I want to increase this options to 30 , 50,……and as much as I want .
Is it possible to do so?
Please guide me regarding this as soon as possible.Thanks & Regards,
Apeksha
-
AuthorPosts
You must be logged in to reply to this topic.