Hallo,
Is there a way to get a object Type from a datagridview which bound to bindingsource with binding list?
I can get it , if the datagridview has atleat one row by following code but how to do it when it does not contain any row?
Dim ObjType as Type = datGridView1.CurrentRow.DataBoundItem.GetType
Thanks