Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

How do add Vertical and Horizontal scrolling to the bound column

$
0
0
Hi..
I have a template that I'm generating in code. How do add Vertical and Horizontal scrolling to the bound column?


  boundColumn = new GridBoundColumn();
            boundColumn.DataField = "Title";
            boundColumn.HeaderText = "Department Title";
            boundColumn.UniqueName = "Title";
            boundColumn.ItemStyle.Width = Unit.Pixel(250);
            boundColumn.HeaderStyle.Width = Unit.Pixel(150);
            
            gridActivity.MasterTableView.Columns.Add(boundColumn);

Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>