Unplanned
Last Updated: 08 Jan 2021 09:54 by ADMIN
Matt
Created on: 26 Aug 2016 14:06
Category: Spreadsheet
Type: Feature Request
1
Do not auto-focus spreadsheet to A1 on load
In support ticket #1058916 I was told I need to use an overriding pageLoad function to focus on the top of my page if I have a Spreadsheet control at the bottom of my page to prevent it from scrolling down to the spreadsheet when somebody navigates to the page.  Was the Spreadsheet control designed to be the only element on the page?  By forcing focus to be in cell A1 on pageLoad, it scrolls to the spreadsheet immediately and bypasses anything I might have above it.

I would rather see a property on the spreadsheet control to focus on A1 on pageLoad that is defaulted to False rather than having to add a script.  When I first navigate to any page without anchor tags in the URL, I expect to see the top of the page, not something that scrolls down to the spreadsheet and ignores anything above it!
2 comments
ADMIN
Rumen
Posted on: 08 Jan 2021 09:54

Hi Folks,

The behavior indeed comes from the Kendo UI Spreadsheet (RadSpreadsheet is a wrapper of which) so please follow this link for updates on this matter:

https://github.com/telerik/kendo-ui-core/issues/2107 

 

Regards,
Rumen
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Jason
Posted on: 12 Apr 2017 20:39
This happens in the Spreadsheet for Kendo UI...any workarounds besides overriding the pageload?