-1

Is there any solution to enable scrolling in CGridView?I dont want to use yii extensions.I just wanna work with standard CGridView.

Kai
  • 38,985
  • 14
  • 88
  • 103
hamedkh
  • 909
  • 3
  • 18
  • 35

1 Answers1

2

To enable scrolling in the CGridView, you just put a div around it and then set the overflow using CSS. You will need to set the height.

CSS div element - how to show horizontal scroll bars only?

Community
  • 1
  • 1
Kieran Andrews
  • 5,845
  • 2
  • 33
  • 57