jQWidgets Forums
Forum Replies Created
-
Author
-
April 30, 2024 at 4:54 pm in reply to: jqxTab headers display issue jqxTab headers display issue #134683
Hi Peter,
Thanks, works perfectly.
Best regards,
Allan
March 26, 2024 at 5:00 pm in reply to: Drop down button behaviour in tool bar Drop down button behaviour in tool bar #134499Hi Ivan,
Thank you for the clarification.
Best regards,
AllanFebruary 4, 2020 at 6:21 pm in reply to: Grid: rowdetails display issue Grid: rowdetails display issue #108007Hi Hristo,
Thanks, using
scrollposition
andscrolloffset
replicates exactly the behaviour using row details button.Best regards,
Allan
January 27, 2020 at 4:46 pm in reply to: Grid: rowdetails display issue Grid: rowdetails display issue #107941Hi Hristo,
I did try that before and I found that
ensurerowvisible
method aligns the row you provide at the bottom of the displayed grid rows. This means that the opened row details are displayed off the bottom of the grid. I then calledensurerowvisible
with row + 1 and this does ensure row details are visible.However, the overall behaviour of opening and closing row details in this way is for the position of the selected row to be displayed in different positions which is disconcerting.
Does this mean it is not possible to have the same behaviour as row details button by calling
showrowdetails
andhiderowdetails
methods?Best regards,
Allan
January 23, 2020 at 4:10 pm in reply to: Grid: rowdetails display issue Grid: rowdetails display issue #107912Hi Hristo, Sorry for the confusion, my description of the issue was incomplete.
In the modified demo the opening and closing of row details works and displays as expected as long as you do not scroll down. For example, if you scroll down to “Laura” or “Anne” and select one of them the row details are opened but the grid display is reset to the beginning of the data, ie “Nancy” is displayed first and the row details and selected row are no longer visible.
Hope this is clearer,
Allan
Hi Ivailo,
Is there any feedback on the docking issue I raised?
Allan
April 28, 2016 at 3:00 pm in reply to: Docking layout in jqxwindow Docking layout in jqxwindow #83991Hi Ivailo,
You can see the code in jseditor https://www.jseditor.io/?key=docking-layout-test
Thanks,
Allan
-
AuthorPosts