Re: How to apply Row and Column Templates to Datgagrid
Posted: Sat Apr 16, 2016 12:42 am
I have been following this discussion and I think I see where you were having it go wrong.
Datagrid forms only display a row if it actually has some data in it to show.
No data, nothing to display, so it doesn't draw the row.
This is why in your screen shot you see one row (form) with your fields etc and then blue and white lines below.
The blue and white lines are empty rows (forms), which display their emptiness by not drawing anything.
Datagrid forms only display a row if it actually has some data in it to show.
No data, nothing to display, so it doesn't draw the row.
This is why in your screen shot you see one row (form) with your fields etc and then blue and white lines below.
The blue and white lines are empty rows (forms), which display their emptiness by not drawing anything.