Add rows at design time

No it's not possible to add rows at design time. Rows consititute actual data - and at design time you're only building structure and format..

Why would you want to do this anyway?
 
loooooooong story, basically i have an interface where users drag and drop colours onto a grid to setup tasks, the grid is 7 days(7 columns) by 7 tasks (7 rows) i just needed a grid where i could quickly reference row and cell indexes and values etc i just generated 7 data row variables on form load and added them to the grid, works fine, more for interface use than data use, there is a very complex set of process behind the code to its not for data binding or anything, just doing the database stuff with ADO.
 
Back
Top