jQuery UI Widgets Forums Layouts Panel and Responsive Panel How to avoid blank jQXPanel Display

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • How to avoid blank jQXPanel Display #92715

    walker1234
    Participant

    Please take a look at this JSEditor (following link) with an example of jQXPanel usage.

    https://www.jseditor.io/?key=grid-and-panel-1

    What is happening right now over there is that, when a user clicks on any row for the first time, a blank jQXPanel shows up there. Then a user needs to click on any row for one more time to populate the result/content in the jQXPanel.

    My Question:

    Is it possible to have jQXPanel show with the content for the very first time only? I mean, I don’t want the blank jQXPanel to show first and then user had to click again to view the contents? Please advise.

    Also, I don’t want to display the blank jQXPanel when the page loads with “Please , select one row” option. I want to display the jQXPanel only when a user clicks on any row along with the content.

    Thanks

    How to avoid blank jQXPanel Display #92741

    Hristo
    Participant

    Hello walker1234,

    You initialize the jqxPanel when you click for the first time, it should be initialized before that, this is the reason.
    Please, take a look at this example:
    https://www.jseditor.io/?key=grid-and-panel-update

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.