Home › Forums › WinForms controls › Xceed Grid for WinForms › IsSelectedChanged event › Reply To: IsSelectedChanged event
as usual, posting made me think a little harder. the event was not firing because i had added a new row and this row did not have the event attached, so the event never fired. if i attach the event during the DetailGrid.AddingDataRow event the behaviour is as expected.
which brings me to my new question: why can’t i attach the event to the DetailGrid.DataRowTemplate so that it works for new and existing rows? i couldn’t get this to work either.
kh
Imported from legacy forums. Posted by kh (had 3038 views)