0

I am unable to display SelectColumnMenu when KOgrid has data. It hides behind the data. I am using knockout 2.2 and kogrid 2.2.1.

Here is the image :

enter image description here

Bhoomi
  • 781
  • 6
  • 22
  • can we see some code? – Nitesh Jul 01 '13 at 13:07
  • My KOGrid works fine. It has normal KOGrid rendering code as per the examples. I am using Twitter Bootstrap. The issue is z-index and absolute positioning of the divs. Here is another image if that makes little more sense. – Bhoomi Jul 01 '13 at 13:16
  • Some CSS that overrides z-index? – Anders Jul 01 '13 at 13:18
  • Until we see the live code or the code in issue, we cannot precisely predict what is the issue. – Nitesh Jul 01 '13 at 13:19
  • Yes I am trying to set z-index of kgColMenu class which displays the column menu selection but it is not getting applied because the div is absolute positioned. Creating the fiddle. – Bhoomi Jul 01 '13 at 13:19
  • Here is the fiddle : [link](http://jsfiddle.net/bhoomikakaiya/C4GV7/1/) Though in the fiddle it works gr8. But I have too many other CSS's referred. Something else is contradicting. I shall try to replicate the scenario in the fiddle. – Bhoomi Jul 01 '13 at 13:42
  • Use Firebug or Chrome console and check the element's associated CSS – Anders Jul 01 '13 at 13:56
  • Oh got it fixed. I had messed up with the CSS. Thanks all for the replies. – Bhoomi Jul 02 '13 at 07:06

0 Answers0