Home All Groups Group Topic Archive Search About

raise Click Event??????

Author
5 Aug 2006 10:42 AM
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

Author
5 Aug 2006 12:51 PM
eSolTec, Inc. 501(c)(3)
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.


Show quoteHide quote
"fiaolle" wrote:

> 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
>
>
>