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

GridView (FrozenColumn and ColumnGroups)

3 Answers 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
AKROS
Top achievements
Rank 1
AKROS asked on 14 Nov 2011, 11:53 AM
Hi all,

I'm currently evaluating the beta version (Q3 2011) of the Telerik Silverlight bĂȘta controls.
In a RadGridView, I have 3 frozen columns (FrozenColumnCount=3), and some others columns that are dynamically generated...

My goal is to create a ColumnGroup for the 3 first 'static' frozen columns, and then some other groups for the dynamically created columns. But at runtime, I get a ArgumentOutOfRangeException.

Could someone help me on this?
Greetings,

Nicolas

3 Answers, 1 is accepted

Sort by
0
AKROS
Top achievements
Rank 1
answered on 14 Nov 2011, 12:03 PM
Hi again,

After further investigation, I found that the problem comes from a frozen GridViewDataColumn with the property IsVisible set to False. Changing it to True solve the problem, but now I've got a visible column that should be hidden.... Changing FrozenColumnCount to 2 or 3 did not help.

Any clue !?
Cheers,

Nicolas
0
AKROS
Top achievements
Rank 1
answered on 14 Nov 2011, 01:19 PM
I found a workaround:
On the column, set the following attribute:  IsVisible="True" Width="0" MinWidth="0"

But setting IsVisible="false" would still be the best solution. Is this a bug!?
0
Accepted
Pavel Pavlov
Telerik team
answered on 17 Nov 2011, 02:10 PM
Hi Nico,

I am glad you have found a workaround. Meanwhile i am scheduling a bugfix for this one for our very next service pack . Thank you for the feedback . I am updating your Telerik  points.

Best wishes,
Pavel Pavlov
the Telerik team

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

Tags
General Discussions
Asked by
AKROS
Top achievements
Rank 1
Answers by
AKROS
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Share this question
or