Hi all
I have a DataGrid with only one column (the cell editor is a combobox )
What I'm trying to achieve is when ever the user change a value in this column (select different value from combo box or just click a row), I get an event with the selected value
Does anyone know how to get the selected row event?
question 2:
I have an insertion row
<xcdg:TableView>
<xcdg:TableView.Footers>
<DataTemplate>
<xcdg:InsertionRow/>
</DataTemplate>
</xcdg:TableView.Footers>
</xcdg:TableView>
how can I get a new insertion row after I use this one ?
Thanks for your help.