Hello there,
I have a kendo grid with 1 locked column, and rows of data that can be null, sometimes a entire row returns null for data.The row height will be mess up when a entire raw has null value. Is there a fix for that?
Here's a live version to demonstrate my problem.
4 Answers, 1 is accepted
Take a look at this sample illustrating how to make the rows of the grid a specific size. The size of the row can be adjusted using CSS as discussed in this post.
Hope this helps.
Regards,
Pat
Telerik
Hi Pat,
Thanks for replying. However, I don't quiet want to set a row height on the grid if I can. I feel the default behavior should take care of this scenario, because the row does have data - in locked column. It's just the way locked column is implemented, it separated one table into multiple.
And here's the live demo (sorry I forgot to post the link): http://plnkr.co/edit/gwALbv0vrZvPhtykOpnt
Best
Unfortunately, that is the best solution we have. I will bring it up to the developers to let them know about this case.
Pertaining to your grid, you would create the height to be 38px.
Regards,
Pat
Telerik
Hello Pat,
That's unfortunate to hear. I'll apply your suggested solution for now. I hope to see improvement in this area in the future.
Thanks for helping,
A.