开发者

webgrid witha horizontal scrollbar?

开发者 https://www.devze.com 2023-03-07 20:25 出处:网络
I am using webgrid of asp.net mvc 3.0 razor view to display a dataset. The dataset has 36 column开发者_C百科s and so the webgrid goes beyond the visible window. How can I display it within the visble

I am using webgrid of asp.net mvc 3.0 razor view to display a dataset. The dataset has 36 column开发者_C百科s and so the webgrid goes beyond the visible window. How can I display it within the visble window with a horizontal scrollbar. I'll appreciate any help. Thank you.

vks


You can not have scrollbars directly on webgrid. It is rendered as table anyway. However, you can wrap a div around webgid and apply scrollbars to div. Not a very elegant solution but works fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消