jQWidgets Forums
Forum Replies Created
-
Author
-
Thanks and one more issue. In InternetExplorer browser, suppose dropdownlist is in last field(near to bottomline of the page). Once you click on it, will open with UI jumping issue. Is they anyway to restrict this UI jumping?
Thanks. In your above example the dropdown list all values have title tag. But i am asking after user selected a value, that value should show in dropdown selected item with title tag or tooltip.
January 21, 2014 at 10:17 am in reply to: how to set dropdown width by using their values width? how to set dropdown width by using their values width? #48156Hello Dimitar,
ya i used this dropDownWidth, but i want to set the width from the dropdown values (maximum characters) width. please reply
December 13, 2013 at 12:40 pm in reply to: JQWidget 2.9.3 to JQwidget 3.0.4 JQWidget 2.9.3 to JQwidget 3.0.4 #46474Hi peter,
One more conflict in jqwidget3.0.4 grid control- when we are using jqwidget2.9 grid control on loading itself the grid width fully occupied (width:1240px) and its working fine.
But in jqwidget3.0.4 grid control on loading it will take the width only 730px and remaining width are empty space. Once you click on any action or refresh the page, then it will take occupied the full width (width:1240px).Example:
class=”jqx-widget-header jqx-widget-header-test jqx-grid-header jqx-grid-header-test” in style width:790px.After refresh the page or click any action,
class=”jqx-widget-header jqx-widget-header-test jqx-grid-header jqx-grid-header-test” in style width:1240px.If you know the reason, please help me. thanks…
December 11, 2013 at 12:04 pm in reply to: JQWidget 2.9.3 to JQwidget 3.0.4 JQWidget 2.9.3 to JQwidget 3.0.4 #46335When we are using JQwidget 2.9.3, we got the combobox value by using this “(‘#someid’).jqxComboBox(‘val’)” and it returns the exact value. But when we are try to using JQWidget 3.0.4, the above same code not return the exact value. It will return the value like “<div ……….”. May i know the reason please?
December 9, 2013 at 9:52 am in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #46193Hi peter,
I got a solution for this error, anyway thanks for your inputs.
1) “Uncaught Error: Invalid jQuery Selector – #jp-panel! means that there is no ID or CSS Class” – Only two option to recover from this error:
a) if(!$(“#jp-panel”)) { //Do our coding }
OR
b) if($(“#jp-panel”).length != 0) { //Do our coding }December 6, 2013 at 3:13 pm in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #46116Thanks peter,
when we are using jqwidget2.9.3, our code and design will working fine. Now we are upgrade to jqwidget3.0.4, here only we are facing these error.
1) “Uncaught Error: Invalid jQuery Selector – #jp-panel! Please, check whether the used ID or CSS Class name is correct”
2) Our whole UI design alignment collapseNOTE: Not possible to check our whole code.
December 6, 2013 at 2:19 pm in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #46113Peter, can i do like this?
If its a “ID or Classname” no such HTML Element in the DOM means, can i use .remove() or .empty() function by using jquery?Please suggest
December 6, 2013 at 1:59 pm in reply to: Uncaught Error: Invalid jQuery Selector Uncaught Error: Invalid jQuery Selector #46111Hi peter,
Same issue am facing “Uncaught Error: Invalid jQuery Selector – #jp-panel! Please, check whether the used ID or CSS Class name is correct”.From your above conversation i can able to understand this issue, but can you suggest us get out from this error?
Hi
What is the JQuery version needed for jqwidgets 3.0.4? -
AuthorPosts