Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42412

[RESOLVED] DataGridView CellValuePushed

$
0
0
hello,
i have a datagridview that i create during runtime, to summarize some datagridviews

totally 2 columns and 8 rows are created inside a loop and
i insert values to datagridview.rows(i).cells(j) indiviually, no datatable bindings.

which datagridview event am i supposed to handle in order to fire after i finish loop?
i am using CellValuePushed which needs datagridview.VirtualMode set to true
and this VirtualMode=True prevents my "pushed cell values" to be seen in datagridview.
thanks for any help

Viewing all articles
Browse latest Browse all 42412

Trending Articles