G
Guest
How can I fire a datagrid click event? So far I have:
DataGrid1.Select(dg1)
DataGrid1_Click(Nothing, Nothing)
where dg1 is a variable passed from a combobox which fired successfully.
DataGrid1.Select(dg1)
DataGrid1_Click(Nothing, Nothing)
where dg1 is a variable passed from a combobox which fired successfully.