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
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.
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.
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.
I would want to express my gratitude to you for penning such an engaging article on the subject. This has given me a lot to think about, and I am looking forward to reading more. hurdle game
I want my table to be vertically scrollable and I want the header row to always canuckle be visible.