1. Please add grid and apply width unit Pixels as below Img
2. Add Css Class Name Scroll-none as below img
3. add below css class under styling folder -> web -> scss file as shown img
.scroll-non{
overflow-x:scroll;
}
4. run the App and check it will be work as shown img
I hope it will be help you,
Thank you!
Hi, Prakhar Srivastava
I am already given answer to other devloper with image also, please search on forum below text. Any doubts on it please reach me.
How to implement horizontal scrolling for data grid2 like UP
I hope it will help you,
Thank you!
This is the image as you can see all the columns are not aligned as per their names .
Hi Prakhar,
To align the Columns you could use auto width. You can find this in the Column Configs.
You can also set the resize config to true. Then the User can config the Column by himself.
Check out the Datagrid2 doku for more features(Personalization etc)
Hope this helps,