Thx for the help but I found out a way that solved the problem. I have an application with tabpages and in the From1_load function I added:
tabControl1.SelectTab(2);
tabControl1.SelectTab(3);
tabControl1.SelectTab(0);
When the tabpage was selected in the form1_load function then the coloring...
Hmmm I tried to create my own datagridview instead of using the application generated one. I feel so unlucky.. no difference. I really need some help now, it feels that it cannot be solved.
myDataGridView is defined as:
public partial class Form1 : Form
{
DataGridView...
Hi I have this strange problem concerning datagridview.
I have build an aplication which has a datagridview in which I add data stored in a file. When the application starts up I call a function that adds data to the datagridview and after that I change the color of specific cells in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.