5

Is it possible to adjust the row height in the grid to display the entire content?

1 Answer 1

2

You will have to override the bootstrap css

.ngCell { display : table-cell; height: auto !important; overflow:visible; position: static; } .ngRow { display : table-row; height: auto !important; position: static; } .ngCellText{ height: auto !important; white-space: normal; overflow:visible; } 
Sign up to request clarification or add additional context in comments.

7 Comments

Can you create a plunkr or fiddler for this? I'm not able to make it work.
You are using the old grid, I'm talking about the new grid that is still in beta. Do you have any ideas on that? Thanks for your help Aditya!
Can you provide me the link of directive that you are trying to use?
.ui-grid-cell { display : table-cell; height: auto !important; overflow:visible; position: static; } .ui-grid-row { display : table-row; height: auto !important; position: static; } .ui-grid-cell-contents{ height: auto !important; white-space: normal; overflow:visible; }
Not sure if it will work or not. I will try to explore this new grid. Thanks for introducing, this looks much better :)
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.