I have a cellclicked invent for my datagrid in a winform how do i automatically click it in code?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a treeview that when i click an item it automatically populates my datagrid then i click on the datagrid row and it takes and populates some textboxes. How can i make it automatically fire the first row. I tried datagrid.rows[0].selected = true; with no success thanks for the help
-
I have a treeview that when i click an item it automatically populates my datagrid then i click on the datagrid row and it takes and populates some textboxes. How can i make it automatically fire the first row. I tried datagrid.rows[0].selected = true; with no success thanks for the help