Hi,
I have infragistic grid with fixed column headers but currently it's displaying scroll bar with headers fixed at the top.
Is there any way to remove vertical scrollbar without hampering fixed header functionality.
Thanks
The information you shared is very accurate, it gives me the knowledge drift boss that I need to learn. Thank you for sharing this useful information.
Yes I am able to fix the headers at the top but the problem is I don't want vertical scroll bar of the grid which is displaying by default. Is there anyway to hide it.
Hello Kashinath,
Thank you for posting in our community.
By design igGrid provides fixedHeaders property, which by default is set to true. This means that headers will be always fixes and only grid data is going to be scrollable.
//Initialize $(".selector").igGrid({ fixedHeaders : false });
In case that Virtualization feature is enabled. fixedHeaders will always act as if it is true.
Please let me know if I could be of any further assistance.