Hello Robert,
Thank you for posting in our community.
In order to ensure that I will provide you with better and more accurate support I will need some additional information regarding your scenario.
Could you please let me know what is the reason why in the rendered event you are setting the overflow-x property of the scrolling container to auto? I am asking because initially, only one column in your grid is displayed. Since autofitLastColumn property is set to true by default this column will extend to the entire width of the grid. In this scenario no horizontal scrollbar is needed. If you resize the column later and its width exceeds the width of the grid a horizontal scrollbar appears by default and you could scroll all the way to the end of this scrollbar. Having this in mind I was wondering what is the purpose of showing this scrollbar in the rendered event of the igGrid and additionally setting hscroller_container to be hidden?
If I comment the code in the rendered event the igGrid behaves as expected on my side. I am attaching your modified sample for your reference.
I am looking forward to hearing from you.
This was a workaround suggested by someone in your support when we could not see a horizontal scroll bar for a fixed height grid. You can view the case history for case - CAS-150367-J5M8K0. the known issue can be found here - http://es.infragistics.com/help/jquery/iggrid_known_issues.html#_Ref367440465
Hi,
Just a quick note to inform you that I am now taking care of this account.
We are really looking forward to hear a solution from you as it sounds like the last advice you gave us generated other issues.
- Arnaud
Hello Arnaud,
I have a solution for you which you can find attached. The code is in the igGrid.rendered event.
The small gap on the horizontal scroll bar that is initially observed is caused by the width of the vertical scrollbar which overlaps the TABLE with the data. Since the header doesn't have vertical scrollbar it won't get scrolled in the initial grid state, thus a misalignment may be observed between the header and the data. For this issue I couldn't find a good solution. For the other scenarios the scrollbar should work as expected.
Let me know if it works for you.
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin,
I checked your solution and I confirm that the scrollbar is no more limited.
However, I am still concerned by the header position that does not match the columns one: it does not look professional.
Furthermore, it appears that we have a very complex workaround for something that looks like a basic feature of the grid.
Would there be any chance that your developers have a look into this issue and release a fix for it?
Regards,
Did you have a chance to try my latest solution?Let me know if you have further questions regarding this subject.
Actually, I didn't try it because all the problem also occur on windows environment.Again, if I use the previously attached sample, it doesn't work on IE with the solution we got from you.
We also had other troubles with the grid itself which leaded me to incorporate your previous workaround (with additional fixes) to make it work.
However, as soon as we try to fix something, something else is breaking.For instance, we now have some grids which are flickering when we reach the end of the vertical scrollbar...
I guess we should start over with a 'simple' usage and see what is wrong to fix it instead of creating workarounds on top of workaround.I will try to provide you a clean example of the grid in the coming days.
Thanks for coming back to me.- Arnaud
Thank you for your feedback. Sorry to hear that things didn't work as expected.Starting over sounds good to me. We're always ready to help.