[2008] DataGrid control - where is it?
I can see the DataGridView control in the toolbox, but no DataGrid. When I right click - choose items on the tool box, I make sure all the DataGrid options are checked yet I still do not see it in the toolbox. What am i doing wrong?
Also what are the main differences between the DataGrid and the DataGridView controls?
Re: [2008] DataGrid control - where is it?
Hi,
Right click the toolbox and then choose Items then select Datagrid.
Here's a link with some explanations about the datagridview:
http://msdn2.microsoft.com/en-us/lib...agridview.aspx
Hope it helps,
sparrow1