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

[Solved] Contents of footer disappear

2 Answers 65 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.
Seo
Top achievements
Rank 1
Seo asked on 02 Dec 2010, 08:16 AM
Hi

I put the stackpanel in the footer of the gridview.
Double clicking the border of the header, the contents of the footer disappear.
And then I changed the size of the header, the contents of the footer show up.

And which kind of the event has occurred when the border of the header has been double clicked?

You can refer to the attached file.

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 02 Dec 2010, 11:08 AM
Hi Seo,

 Double-clicking the border of the header cell causes the width of the next column to be set to Auto. The two events fired are ColumnWidthChanging and ColumnWidthChanged. You can handle the ColumnWidthChanging event and cancel it if necessary.

All the best,
Yavor Georgiev
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Seo
Top achievements
Rank 1
answered on 06 Dec 2010, 02:28 AM
Hi Yavor

Thanks for your reply.

Before I posted this thread, I wrote the code to handle the events you mentioned.
So this phenomenon happened after the event handler added.
From that, I rebuilt the project about after an hour, it was alright.

It seems to be fine now.

Thanks
Tags
GridView
Asked by
Seo
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Seo
Top achievements
Rank 1
Share this question
or