I am creating a gridView that allows adding new rows by adding the controls necessary for the insert into the FooterTemplate, but when the Ob
gridView
FooterTemplate
Ob
If you do not want to display data when the column/row is null:
if (!String.IsNullOrEmpty(item.DataName)) { e.Row.Visible = false; }