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

FilterControl position is incorrect when browser's size changed

3 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dmytro
Top achievements
Rank 1
Dmytro asked on 31 Jan 2012, 11:35 AM
I opened filter control for particular colmn in RadGridView and than changed browser size via Max/Min button.
Position of FilteringControl is broken(see attachment).
Is there any way to fix that? Or maybe some kind of workaround is available.
Is there any way to programmatically control FilteringControl positioning?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 31 Jan 2012, 01:45 PM
Hello,

We tested your scenario with our Q3 SP1 2011 and we were not able to get the described behavior. Are you able to reproduce the issue on our demos?

All the best,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Dmytro
Top achievements
Rank 1
answered on 31 Jan 2012, 02:33 PM
Hello,
I was not able to reproduce the same situation with demo controls.
But i found what the problem is. This happens when column has relative value for Width property, like this:

<telerik:GridViewDataColumn Header="Name"  Width="2*" />
<telerik:GridViewDataColumn Header="Type"  Width="*" />

When column's Width is fixed value than everything forks fine.
We are using such values to adjust grid columns to strech them through all available space for grid.
Another question is how not to show grid lines for not used space without columns, it looks like there is another column without header defined.

Is it possible to set something to avoid such behavior (see attachment)?
0
Vera
Telerik team
answered on 31 Jan 2012, 03:32 PM
Hello Dmytro, 

Thank you for the details provided.
We have managed to reproduce the issue and we will do our best to fix it as soon as possible.

Regards,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Dmytro
Top achievements
Rank 1
Answers by
Vera
Telerik team
Dmytro
Top achievements
Rank 1
Share this question
or