DataGrid Columns Scrolling issue

Hi,

I have a DataGrid Page with 49 columns. How can I configure this DataGrid to have the capability of horizontal scroll.

I already set "AllowColumnResize" & "AllowColumnReoder" to be true. The column width is 100px.

Do anyone know how to make a horizontal scroll ?

Regards,

Paul Wang

You do not need to enable AllowColumnResize and AllowColumnReoder to have horizontal scrolling, just specify ColumnWidth:

If you want column resizing with horizontal scrolling you can set ColumnReiszeMode to Expand

Hi enchev,

Thanks for your suggestion. It works for me now.

Regards,

Paul Wang