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

GridViewColumn PropertyChanged Event

1 Answer 73 Views
GridView
This is a migrated thread and some comments may be shown as answers.
sebastien pinel
Top achievements
Rank 1
sebastien pinel asked on 28 Jan 2010, 01:38 PM
Hi,

I'm currently trying to catch the PropertyChangedEvent while resizing columns but it doesn't seem to raise any event.
Did someone already had this problem?

Best regards,

Sébastien.

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 28 Jan 2010, 02:17 PM
Hello sebastien pinel,

Unfortunatelly RadGridView does not provide (yet)  a direct API to sense changes in column width. So to solve the problem a little hack is needed .
Please have a look at the attached sample project .
You can place any logic to respond to column width changes in the callback within the

OnColumnWidthChanging callback.

Best wishes,
Pavel Pavlov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
sebastien pinel
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or