I have a multiband grid that has lots of columns (around 45). I have set the layout to Autoextendlastcolumn and after the grid id loaded, I want to increase the width of last column while not changing width of any other columns. Basically I want grid's total width to incease/decrease if I decide to resize my last column. This is not happening now.
Currently if I resize the width of my last column then the adjacent column's width decreases while the 1st visible column appeaer to increase in size in the scroll region.
May I know how can I fix this issue?
Hi,
What you are asking for is contradictory. If you have set AutoFitStyle to ExtendLastColumn, then the grid will automatically adjust the width of the last column so that it fills the remaining space in the grid. So there is no way to make this column bigger without turning off AutoFitStyle.
Hi Mike,
I am working with QAD and we are using Infragistics tool. Actually i have an issue with Grid . In the grid if i will do group by of more than 4 to 5 columns then
It is not possible to scroll far enough across to the right as the summary row gets truncated at some point.I need to fix this issue and
allowing scrolling across further and seeing the full summary row. How can i make grid width the larger of the group-by and columns width.
How can i use mouse over event to show the entire record using tool tip .
Kindly suggest
Thank you.
Regards,
Surya Panda,
QAD India pvt ltd
Hi Surya,
If you cannot scroll the entire summary into view, then something is wrong. There's nothing you should need to do to make that work. The grid should never allow you to get into a situation where you can't scroll properly.
What version of the controls are you using?
Can you post a small sample project demonstrating this behavior so we can check it out?