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