Horizontal scroll bar is not coming up if the Virtual Grid is more than 30 columns
Hi,
We have a requirment in our current project to display the more than 30 columns when the user click on button. by using Virtual report definition.Horizontal scroll bar is not coming up when the screen overflows.We have tried to use the below code:
height: 500px !important;
overflow-y: auto !important;
overflow-x: auto !important;
Only vertical scroll bar is working.We have tried to put the section in div tag but no luck.Only vertical is working.Please provide some guidelines.