jQWidgets Forums
Forum Replies Created
-
Author
-
March 21, 2017 at 2:39 pm in reply to: grouping and row details causing group not to take width grouping and row details causing group not to take width #92356
Here is a jsfiddle that shows the white spacing that is being created.
March 21, 2017 at 2:09 pm in reply to: Aggregates and Scrollbar causing bottom row to cut off Aggregates and Scrollbar causing bottom row to cut off #92355Hi Hristo!,
I’m not sure I understand what you’re suggesting. I tried to reduce the aggregate height but it didn’t do anything. A value is dynamically being created on the #statusbar for
top
. When there is no scroll bar, the value is576
and when there is the scroll bar, its572
. If I make it 576, it pulls down the appropriate amount, but leaves a white gap where there is clearly supposed to be more grid!Thanks so much,
JacobMarch 21, 2017 at 1:59 pm in reply to: Horizontal Scrolling w trackpad Horizontal Scrolling w trackpad #92353i can deal with it not being in tree grid. THANK YOU SO MUCH PETER!
March 1, 2017 at 10:08 pm in reply to: Horizontal Scrolling w trackpad Horizontal Scrolling w trackpad #92029Thank you for your response!
How can I disable it? It’s causing incredible dissatisfaction, I mean scrolling down the page triggers the table to scroll left to right and that doesn’t make any sense to me. I’m not saying remove the scrollbar, I just don’t want it to scroll sideways when I scroll down. On JSFiddle demos that are frequently shared, it doesn’t happen.
Maybe I can force scrolling to only work when manually dragging the scrollbar?
February 23, 2017 at 4:21 pm in reply to: Change Label // custom aggregate function for GROUPING Change Label // custom aggregate function for GROUPING #91826This has no longer been a requirement for my work.
I now need to put the aggregate sums in the row that states the Grouping. I haven’t tried anything yet so I can’t ask for help yet!
Will post again if I need help
February 8, 2017 at 2:55 pm in reply to: Preventing Row Select trigger when a link inside the table is clicked Preventing Row Select trigger when a link inside the table is clicked #91406thank you************
February 8, 2017 at 2:23 pm in reply to: Preventing Row Select trigger when a link inside the table is clicked Preventing Row Select trigger when a link inside the table is clicked #91404amazing! thank you so much
February 7, 2017 at 1:35 am in reply to: Grid Height is not what I am expecting Grid Height is not what I am expecting #91329What if there are only a few rows? Is it possible to have a max height and have it default to the number of rows in the grid?
January 31, 2017 at 2:39 pm in reply to: Triggering rowDetailsRenderer on Click of Row Triggering rowDetailsRenderer on Click of Row #91138What you showed me is really cool!
So I have a tree grid hierarchy of Accounts, and when you click on an Account, ideally, its details slide open (or new row) and inside this row there is a new grid with a list of Contacts associated with the account. The columns are all unique.
I’m using a regular grid to display the contacts, and I currently have the contacts for the grid loading on click of the row, but the grid is beneath the treegrid.
I am thinking that my solution will probably be to load the second grid in a modal window. It might also provide a better UX anyways.
thank you for your help,
Jacob
January 30, 2017 at 2:22 pm in reply to: Triggering rowDetailsRenderer on Click of Row Triggering rowDetailsRenderer on Click of Row #91107I wish I saw this earlier! I was waiting for an email.
Thanks so much for replying back to me! I did not think about adding a row to the child and that is a great idea. I will let you know if this works for me
Actually – I have a question. I am ultimately trying to load a second Tree Grid inside of this one, on click. Is it possible to have a new child row with only one (unique) column?
-
AuthorPosts