jQWidgets Forums

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: dropdown have title tag? dropdown have title tag? #48508

    Siva
    Participant

    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?

    in reply to: dropdown have title tag? dropdown have title tag? #48319

    Siva
    Participant

    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.


    Siva
    Participant

    Hello Dimitar,

    ya i used this dropDownWidth, but i want to set the width from the dropdown values (maximum characters) width. please reply

    in reply to: JQWidget 2.9.3 to JQwidget 3.0.4 JQWidget 2.9.3 to JQwidget 3.0.4 #46474

    Siva
    Participant

    Hi 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…

    in reply to: JQWidget 2.9.3 to JQwidget 3.0.4 JQWidget 2.9.3 to JQwidget 3.0.4 #46335

    Siva
    Participant

    When 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?


    Siva
    Participant

    Hi 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 }


    Siva
    Participant

    Thanks 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 collapse

    NOTE: Not possible to check our whole code.


    Siva
    Participant

    Peter, 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


    Siva
    Participant

    Hi 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?

    in reply to: Minimum jQuery version Minimum jQuery version #46105

    Siva
    Participant

    Hi
    What is the JQuery version needed for jqwidgets 3.0.4?

Viewing 10 posts - 31 through 40 (of 40 total)