Forum Replies Created
-
Author
-
March 7, 2015 at 12:36 pm in reply to: Drag a row from one grid to another Drag a row from one grid to another #68156
I have a very similar setup like the one named in the starting post. Basically I try to drag rows from one grid into another. I tried the solution posted by Dimitar but sadly its not working for me. When I try to drag a cell a copy of it gets displaced in the top left corner and does not move. I can’t figure out why this happens.
- This reply was modified 8 years, 6 months ago by norathem.
Ah, I’m sorry i wasn’t specific enough.
I cant give the expander an exact size. The expander is inside another div and got some content above it and I want it to take all the remaining available space.
Damn I can’t edit it anymore:
I meant that I want to use a tree inside and expander.
July 26, 2013 at 8:22 am in reply to: Content below Expander moves up on collapsing Content below Expander moves up on collapsing #25775Thanks it works now.
Ok the problem seems to be that im using ” expandMode: ‘multiple’ ” in the Navigation Bar and it doesn’t work with the Tree
I made some more Testing with a simple Tree without any other Widgets and can narrow it down to the following:
If I give the height in pixels it works fine – but since I dont know the exact hight its not really a solution
If I give the height in percentage it simply showes a 1px line no matter what.
If I use auto for the high it works, but it dosn’t show a scrollbar when the items extend the visible area.I tried using 100% instead of auto before but sadly it doesn’t work neither.
The problem is that the second Navigation Tab (the on with the Tree in it) doesn’t expand correctly – it simply shows just a line of roughly 1px.I also tried to do the initialization of the tree inside the “initContent function” of the Navigation Bar but it didn’t made a difference.
Stupid me, should have thought about that .. thanks anyways.
Any idea about the Tree issues?
-
AuthorPosts