This question is locked. New answers and comments are not allowed.
I'm trying to show the insert row when the grid has 0 records.
(rgTasks.FindNewRow() as GridViewNewRow).Visibility = Visibility.Visible;
I can't seem to get this to work.
Am I missing something.
I call this after the grids datasource is set.
Thanks,
(rgTasks.FindNewRow() as GridViewNewRow).Visibility = Visibility.Visible;
I can't seem to get this to work.
Am I missing something.
I call this after the grids datasource is set.
Thanks,
