-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Dropdown cell template is now shown #3020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, Could you check it? This is important, because we can not use dropdown button in a grid. And it's widely used to provide actions for a row. |
It's almost certainly due to overflow properties on one of the other ui-grid directives, or the z-order thing. I really suck at css, and I think the other core ui-grid devs feel the same. It's also almost impossible to diagnose something like this without a plunker. I'd suggest using the Chrome developer tools and working up through the stack to see what overflow properties and other properties are set on the various elements that enclose the cell in question, and see whether editing any of them fixes your problem. If so, then you're into trying to create a css override to give you that effecct. |
I tried some overflow setting but could not succeed. I just did'nt try to change table's overflow. But I hesitate from changing it since it may break other things. I'll try it also. |
Any chance of a plunker for this? |
i am facing similar problem: http://plnkr.co/L04hy7Ld9NakQC82uS2i |
My current workaround is: .ui-grid .dropdown.open { position: fixed; } but it may also cause other problems in some conditions. |
+1 Would like a resolution to this issue |
@hikalkan Did you find solution to this problem. Eagerly waiting for some fix. |
Hi, this solution is worked for us https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=2504#p6442. |
@seriatechnologies-mateen, we are with @ismcagdas |
@ismcagdas Solution solution you pointed helped me. Thanks. You saved me !! |
@hikalkan . Got it working now with above solution. |
should i use the latest version for this..? for me its still not working. could you please let me know on which version its fixed? |
@ihappyk, we have tried with v3.2.1, what is your version ? |
@ismcagdas i am using v3.1.1 , and now its working. |
Hi,
Similar problem was discussed here: #666 But it's old. Now,
When I have a bootstrap bropdown button in a cell template, it is now shown. I created CSS (actually less) for it:
and then user showMe as cellClass. The result:
It seems working BUT, still there is a problem with table overflow:
When it overflows from table, it's now shown. How we can solve the problem?
The text was updated successfully, but these errors were encountered: