M
Microsoft News Group
I am trying to control the visibilty of the footerrow, but having little
luck. I am currently at this.
if (e.CommandName == "Update")
{
PropertyGridView.FooterRow.Visible = true;
}
if(e.CommandName == "Edit")
{
PropertyGridView.FooterRow.Visible = false;
}
But I also have tried it in every event the gridview has with no avail. I
want the footer to dissappear in edit mode, but to reappear on update or
cancel. Any clue on how to make this work. The footer contains my add row
function.
luck. I am currently at this.
if (e.CommandName == "Update")
{
PropertyGridView.FooterRow.Visible = true;
}
if(e.CommandName == "Edit")
{
PropertyGridView.FooterRow.Visible = false;
}
But I also have tried it in every event the gridview has with no avail. I
want the footer to dissappear in edit mode, but to reappear on update or
cancel. Any clue on how to make this work. The footer contains my add row
function.