This question is locked. New answers and comments are not allowed.
Hello,
I am new to this control and I am wondering why the ".IsExpandable" property is not existing.
Code:
I am new to this control and I am wondering why the ".IsExpandable" property is not existing.
Code:
private void gvMain_RowLoaded(object sender, RowLoadedEventArgs e)
{
GridViewRow a = e.Row as GridViewRow;
}
"a" does not have the IsExpandable property. I have viewed some examples in the net and I can't find something wrong. Please advice. Sorry for the newbie question.