DataGrid&CheckBox

  • Thread starter Thread starter Jure P
  • Start date Start date
J

Jure P

I have a problem with handle an exception on DataGrid - TemplateColumn

I have a datagrid with many columns. One of them is itemID. Second is
presented with checkbox. I would like to run some procedure ( sth(ItemID) )
when i change the checkbox. I don't know how to do this.

thank you, Jure
 
When I use "oncheckedchanged=someSub" it works, but i would like to do
"oncheckedchanged=someSub(ID_of_This_Row)"
 
Back
Top