How to get full column names and horizontal scroll bar in Data Grid

0
Hi All,   I am trying to build an app in which i am using Data grid to display the data. The page looks like in studio pro is: And in the web view : It looks awful, can anyone help me out how to fix this, and also if possible to have a horizontal scroll bar in the window.   The properties of the Data grid is as :   Will appreciate any help. Thank you in advance
asked
2 answers
0

You could use data grid 2 and in grid settings, you can hide some columns by default. Those hidden columns can be shown to user on click of the eye symbol.

answered
0

As Satya suggested you can indeed use datagrid2.

Or in your existing setup you can set the width of the data grid to say width: 2000px; and set the column size accordingly. This will enable a horizontal scrollbar.

answered