Create Datagrid Controls as runtime

  • Thread starter Thread starter Big Dave
  • Start date Start date
B

Big Dave

I'm driving myself nuts trying to find a good tutorial in vb.net to
create a datagrid at runtime. I've got how to do it at design time,
but I'd like to build a class that handles all of the coding so I
don't have to do it every time. Does anybody know of a good tutorial
that covers adding columns at runtime, including a column that
displays a label from a lookup table in the bound dataset and a
dropdown list for that columns edititemcommand.
 
Back
Top