raise Click Event??????

F

fiaolle

Hi
I have a DataGrid with ComboBoxes and I don't want the user to be forced to
click in the ComboBoxes to add a new row in the DataGrid, you have to click
on the selected item to add a new row. Is there a way I can make the things
that happen, happen when a user clicks on the ComboBox without the user
clicking on it.



Hope you understand what I mean.



Please Help



Fia
 
G

Guest

You could use a timer even and the .Add feature of the datagrid to populate
the grid from the combobox. My question is this: How do you know what they
want in the datagrid, if you don't allow them to interact?
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top