Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
problem resize iggrid column combo
posted

Hi,

I have a columns type combo.

But, I can see this content with my browser window is small.

When I have a browser window large, i can't see the content of column.

I think about problem may be because the divs are pressed.

I have a references to infragistics.ui.grid.css. This is css problem.

when I remove the reference to this library, the problem is solve, but the style is not beautiful.

could you help me solve my problem?

Thank advances.

Best Regards.

Parents
No Data
Reply
  • 1145
    Offline posted

    Can you post the code for your grid as well as a picture showing the problem you're seeing. 

    Have you checked the CSS in your browser (in IE using F12 or something like Firebug in Firefox) to see if you're maybe overwriting the infragistics' CSS with your own styles? If your problem is what I think it is, it's similar to a problem I had with the filter combos and it was caused by my own CSS padding settings  (in my case, for anchors) being inherited by anchors in the filter combos and it caused them not to fit properly.

Children