Hi All,
Many of us struck with displaying more no records in a scroll-able Kendo Grid.
We can adjust the height of the Kendo grid so that we can make more no of records viewed by the users,
Here is the solution,
We can adjust the height of the Kendo grid so that we can make more no of records viewed by the users,
Here is the solution,
If you want all over the application the kendo grid should be of same height then, in the Kendo.default.min.css file give the following style,
div .k-grid-content
{
max-height: 900px;
}
{
max-height: 900px;
}
OR
If you want for a particular page alone means in that page include the above mentioned style in the top where we are declaring script blocks
div .k-grid-content
{
max-height: 900px;
}
Now Check your kendo grid by running the code...
No comments:
Post a Comment
Thanks for your valuable comments