-1

React Kendo grid once data assigned to the grid I need to resize the gird based on available space, and exclude header and footer of page

sarathi r
  • 11
  • 1

1 Answers1

0

The height can be set using the styles as regular HTML. To exclude the headers and footers you can use calc method. For example:

height: "calc(100% - 150px)"
Xizario
  • 481
  • 2
  • 9