Hi,
Am facing an issue in the igGrid when using the recent IgniteUI_20122.2113_SR release. I have a grid where a user can enter rows. I have rowVirtualization enabled for the grid. Though i tried with different combinations of grid height and avgRowHeight, the scroll bar doesn't appear as soon as the viewable rows in the grid exceed. The excess rows start hiding if i keep on adding more rows. The scroll bar appears if i do not set the rowVirtualization mode.
I did not notice this issue in the 2012.12 major release. Can someone let me know the solution please.
Thank you, Wajid.
I have another issue with the scroll bar in grid in the 2012.2 major release. Whenever i try editing a row and then try to scroll up/down in the grid, the changes in the row are lost and the row edit ends automatically. I understand this is legitimate since the same DOM nodes are being used in virtualization. In order to let the end user know that the changes in the row being edited will be discarded, I would like to capture the scroll event of the scroll bar and prompt a message.
May you please let me know the best way to bind the scroll event of the grid's internal scroll bar? I tried the following way in the editRowStarted event, which doesn't work.
$('#' + this.id + '_scrollContainer').on('scroll', function (evnt) { alert('scroll triggered'); });
Hello Wajiid Mohammed,
Thank you for contacting Infragistics!
Thank you for the sample. It was helpful.
I was able to reproduce the behavior you described. After further investigation, the grid renders its vertical scroll bar using a much earlier script version with rowVirtualization enabled. If rowVirtualization is set to false, the scrollbar renders as well using script version 2113. On this note, I am creating a private support case on your behalf.
If you have any questions, please let me know as well.