How to set the minimum column width of kendo grid when screen is resizing?
For example I had this grid and I want to set the Description column min width to 300px
I have tried:
media: "(min-width: 300px)"- I found this article but it only works if resizing the column in the grid.