jQWidgets Forums
Forum Replies Created
-
Author
-
December 10, 2015 at 3:37 pm in reply to: expand group by clicking on the group header text expand group by clicking on the group header text #79192
maybe its somehow possible to simulate the click in the arrow div? which event is used here? it’s not working when I trigger the click, select or mousedown event
December 10, 2015 at 12:52 pm in reply to: expand group by clicking on the group header text expand group by clicking on the group header text #79183thanks, but it’s not working when you have a scrolling grid. Any idea how to handle this?
December 9, 2015 at 2:54 pm in reply to: expand group by clicking on the group header text expand group by clicking on the group header text #79125I tried this but to use this functions I need to pass the number (index?) of group.
But when I listen to the cellclick or rowclick event there is no variable passed that i can use. args.selectedindex and args.visibleindex is undefined.can you give me a hint how to implement this?
ok that’s not the point why the styles getting lost when opening the window, but i found a way to archive my goal with pure css3. thanks
Hi Hristo
no I cannot use the class vertical to the celclassname. The fiddle is just a stripped example. In fact I need to do the manipulation after the grid is rendered, there’s no way around.
So how can I catch this rendered event? As you see, after opening the jqxWindow, the grid is re-rendered and so the dimension of my div is lost.
I don’t understand what you mean with cellendedit. I’m not editing a cell. The problem comes when you open the jqxWindow.
Hi you can test it here:
When you RUN this fiddle, then you see the red div fits to the cell’s height. When you then click on the Popup Button, a jqx popup shows and the red div will loose the correct height.
I need to catch this event when the div is re-rendered, so i can adjust the height again. -
AuthorPosts