We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Can we specify the height of syncfusion asp.net mvc grid?

Hi,
Suppose no items are present in the grid initially.
Still I want to show the grid with height to say 100pt.
Right now even if I set the height, suppose no data is available, the grid doesn't expand.
Please help.


2 Replies

KK Kedar Kodlapur April 23, 2013 12:03 PM UTC

Why isn't anyone replying?


BM Bala Murugan A.S Syncfusion Team April 24, 2013 04:04 AM UTC

Hi Kadar,

Thanks for using Syncfusion Products.

We are sorry for the delay in response.

We suggest you to use scroll width to grid using Scrolling property to achieve your requirement. Please refer the below code snippet.

.Scrolling(s=>s.Height(200))

Please try the above code and let us know if you have any other concerns.

Regards,

Bala Murugan A.S


Loader.
Live Chat Icon For mobile
Up arrow icon