I use GridTemplateColumn and CheckBox in there.
I have event , which fire after I checkChange , this is code behind:
string n = ((sender as CheckBox).Parent.Parent as GridItem).Cells[1].Text;
i need some data from cell, but I get " " , how to fix that.
I would like to change color of checked row, too.
I have event , which fire after I checkChange , this is code behind:
string n = ((sender as CheckBox).Parent.Parent as GridItem).Cells[1].Text;
i need some data from cell, but I get " " , how to fix that.
I would like to change color of checked row, too.