Hi,
I have a form with tab control in it and in on of the tabs I got a datagrid.
On runtime, whenever I try to display data on the datagrid from a
database, the datagrid "jumps" from the tab to the form itself so the
tab hides most of it.
What am I doing wrong?
Thanks,
Udi
Loading
Udi GoldsteinPosted Dec 13, 2010, 3:21 PM
I've figured out what I did wrong, it now works (I've initialized the datagrid on form1 when I should've initialized it to the controltab)
Thanks,
Udi
CrishPosted Dec 13, 2010, 4:36 AM
This code shows how to use data gridview in tabcontrol.