Hi,
how should i set the grid in order to have the vertical scrollbar in its own column instead of having it in the last grid's column ?
thanks you in advance
regards
Hello Steeve,Thank you for posting in our forums.I have done some research on this and found When the grid renders on a page it renders as an HTML table, with TABLE, TR and TD elements. Setting the height properties directly for these elements is not supported. To get the vertical scrollbar we set the height property to the grid instead of last column of the grid.Setting the height (vertical scrollbar) to its own column has been determined to be a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>. Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone fromthe product team has additional questions for you.Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back tothis thread for additional details.
Thank you in advance to submitting your product idea.
Thank you for your answer, but i think that i've not properly explained my problem, sorry.
I've set the height of the grid, so when it reaches the point, a scrollbar for the whole grid appears. i'm okay with that. But the scrollbar ( or the ui-iggrid-scrolldiv ) appears on top of the last grid's column. its fine if you don't have an horizontal. When we have an horizontal scrollbar in the grid and we scroll to the most right column , the header doesn't match with the content of the column ! it doesn't look good at all.
How can i fix that , please ?
thank you