I have seen similar posts in this forum, but none seemed to point to a working solution.
- Telerik RAD Controls for ASP.Net Ajax (2010.2.826.20)
- Target Framework: .Net Framework 2.0
- Visual Studio 2008
- This problem happens in Firefox 10.0.2, IE 8, and Chrome 17
Scenario: RadGrid within a user control (.ascx) that is dynamically loaded into a webform (.aspx). Filtering is enabled on the RadGrid.
When the user clicks on any of the filter buttons at the top of any of the columns, the filter menu is displayed, but not directly adjacent to the filter button (it is displayed too far to the right). This behavior did not occur when we were allowing the RadGrid and user control to assume 100% of the available screen width. It only became a problem when we restricted the display of the application to a fixed width (similar to what is described in this thread: http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-filtermenu-location.aspx).
Any guidance would be very much appreciated.
Thanks,
Andrew