I have an ASP.Net page with Telerik controls like the RadMenu, RadButtons, RadTextBox, RadLabels, and RadioButtonList at the top of the page.
After the Telerik controls there is a Crystal Report Viewer control.
I need a way to keep all the Telerik controls at a fixed position at the top of the page so that no matter how the user scrolls the rest of the page including the Crystal Report Viewer, that all the Telerik controls will stay in view. This needs to be able to work on mobile devices (Android, iOS, Windows) as well.
I have tried using CSS position: fixed with a div but that does not work well and gets even worse on Android devices.
Any ideas?
Please help.
Sincerely,
Keith Jackson