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

GridViewToggleRowDetailsColumn MouseUp event not firing

2 Answers 193 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jeffrey
Top achievements
Rank 1
Jeffrey asked on 19 Dec 2009, 08:30 AM

I have placed the following in my radgrid:

            <telerikGrid:RadGridView.Columns>
                <telerikGrid:GridViewToggleRowDetailsColumn MouseUp="GridViewToggleRowDetailsColumn_MouseUp" />
            </telerikGrid:RadGridView.Columns>

When I click on the + sign to expand the row details, the GridViewToggleRowDetailsColumn_MouseUp event handler does not fire. Is there something I'm missing?

2 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 19 Dec 2009, 12:32 PM
Hi Jeffrey Lewis,

You should attach to the grid's RowDetailsVisibilityChanged event if you want to listen for row details being shown / hidden. If that is not what you want to do, could you please specify in great details what is the exact goal you are after.

All the best,
Ross
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.
0
Jeffrey
Top achievements
Rank 1
answered on 19 Dec 2009, 01:02 PM
Hi Ross,

Thanks for the reply, that's exactly what I was looking for.
Tags
GridView
Asked by
Jeffrey
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Jeffrey
Top achievements
Rank 1
Share this question
or