Hi everyone, I was hoping to get some advice on displaying a data grid with 20 columns without it becoming too cluttered. I tried using a 'Scroll Container' with Data Grid 1 and set each column's width in pixels, but it doesn't seem to be working as I expected. Should I be adjusting the CSS, or is there a better approach I should consider? Any suggestions would be greatly appreciated!
asked
Lucia Fang
1 answers
0
Lucia,
I think you'll also need to add width CSS to the overall grid. If each of your 20 columns is 200PX wide, you should add
width: 4000px;
in the Datagrid > Properties > Appearance tab > Common > Style field