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

GridView Events and Styles and Templates

0 Answers 32 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 28 Dec 2012, 05:36 PM
I have a gridview that I have a style for:

<telerik:RadGridView Name="GridView1"
              AutoGenerateColumns="False"
              IsReadOnly="True"
              ItemsSource="{Binding Items}"
              RowIndicatorVisibility="Collapsed"
              ShowGroupPanel="False"
              ShowInsertRow="False"                                
              Style="{StaticResource ItemGridViewStyle}" />

And when I put any event handlers on it, they don't work because the events don't seem to ever fire. When I take the style off, it works fine and all events fire. Is this a Silverlight thing, or a RadGridView thing? I don't understand why a style would interfere with events.

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Barry
Top achievements
Rank 1
Share this question
or