Short summary:
- Enabled virtual scrolling of Grid
- Using Remote data source with paging
- When the user resizes our UI, it may adjust the Width of the Grid
- If this happens, our columns are set to wrap their contents
- After columns wrap, it appears the internal Kendo GRID logic does not recalculate the virtual scrolling offset/height/position so rows at the bottom of the grid are "lost" and can no longer be reached.
Best seen via demo: http://dojo.telerik.com/@nkoterba@blackpointcyber.com/EMeqI/3
Run the demo. Then scroll down to the very last record, which has ID 11077.
Then use the resizer in the DOJO window to **reduce** the width of the grid...notice how rows disappear and record 11077 is no longer even reachable.
Thoughts? Suggestions? on how to handle/fix this? It seems like the Kendo Grid should watch for resize activity and when it happens, ensure the internal scrolling logic is re-calculated so that users can reach bottom of list.

Columns are not locked in Export to Excel is their any possibility ?
Column A "First Name" is locked and working fine on treelist but when i export the treelist the "First Name" Column is not freeze perfectly
http://dojo.telerik.com/EgoCa

Reposting this to the Grid Forum (It was posted to the General Discussion by mistake):
This problem may be related to the one reported here:
http://www.telerik.com/forums/grid-virtual-scrolling-not-working-after-adding-data-using-datasource-add#48QZtko1cU2qQt68QcxCTA
Though this case is a bit different.
Building off of the virtual scrolling from local data example, if a single row is added to that grid, the scrolling stops working:
http://dojo.telerik.com/@Henry%20Kaufman/icubE
Press either button at the top of the grid to add a row and cause the scrolling to fail.
Note that both the native create ("Add new record") and the custom "copy first row to end" buttons both cause the scrolling to fail.
Is there any solution or workaround to this problem?
Thanks!
Henry Kaufman
This problem may be related to the one reported here:
http://www.telerik.com/forums/grid-virtual-scrolling-not-working-after-adding-data-using-datasource-add#48QZtko1cU2qQt68QcxCTA
Though this case is a bit different.
Building off of the virtual scrolling from local data example, if a single row is added to that grid, the scrolling stops working:
http://dojo.telerik.com/@Henry%20Kaufman/icubE
Press either button at the top of the grid to add a row and cause the scrolling to fail.
Note that both the native create ("Add new record") and the custom "copy first row" buttons both cause the scrolling to fail.
Is there any solution or workaround to this problem?
Thanks!
Henry Kaufman
Hi,
Can anyone please let me know how to display Destroy Command Delete option in Kendo grid based on other column status in Javascript?
Thanks,
Edwin