This is a migrated thread and some comments may be shown as answers.

RadButton inside scrollable RadGrid Filters bar

5 Answers 60 Views
Button
This is a migrated thread and some comments may be shown as answers.
shyka
Top achievements
Rank 1
shyka asked on 15 May 2011, 11:09 AM
Ive got a custom filter inside scrollable radgrid. this filter uses 2 buttons. when im moving the grids scrollbar, those buttons are not moving with the rest of the headers and filters. i tried the popular solution of position:relative of those buttons container (a table or a panel) without any luck. what can i do?

thanks, shay

5 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 16 May 2011, 07:23 AM
Hello,

You should put the position relative to rgDataDiv element in order to have the scrollable grid with buttons to work properly. Another option is to apply also overflow: auto if the relative fix does not work.

Regards,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
shyka
Top achievements
Rank 1
answered on 16 May 2011, 08:19 AM

both solutions doesnt work.
those problematic buttons are in the filter row, so tyied

 

 

.rgFilterRow

{position: relative !importent}
but thats stops the scrolling of the whole filters row.
0
Bozhidar
Telerik team
answered on 16 May 2011, 08:30 AM
Hello,

In that case, I will ask to send us a simple sample project where the problem exists, so we would be able to test it.

Best wishes,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
shyka
Top achievements
Rank 1
answered on 16 May 2011, 10:00 AM
the problem occurs only on ie-9
0
Bozhidar
Telerik team
answered on 17 May 2011, 07:23 AM
Hi,

We could not reproduce that issue. In order to help you further, we will need a sample code that reproduces the problem. It will be also helpful if you could provide some screenshots showing the problem.

Best wishes,
Bojo
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Button
Asked by
shyka
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
shyka
Top achievements
Rank 1
Share this question
or