Thursday, March 29, 2012

lookup table to populate textbox in a datagrid

Hi,
I have a datagrid with a textbox column that needs a lookup table.
Now, I was going to just use a dropdownlist instead of the textbox,
but that won't fly here. So, what I need to know, is it possible to
have the following:
When a textbox in this column in the datagrid has focus and the user
hits a hot key, have a new form come up with a datagrid of available
values (along with their respective names), have the user select one,
then return back to the original datagrid and populate the value into
the textbox that had the focus before the user hit the hotkey.
thankshttp://www.dotnetjohn.com/Articles.aspx?articleid=67
<tommy.tashjian@.gmail.comwrote in message
news:1182958102.547852.135730@.g4g2000hsf.googlegro ups.com...

Quote:

Originally Posted by

Hi,
I have a datagrid with a textbox column that needs a lookup table.
Now, I was going to just use a dropdownlist instead of the textbox,
but that won't fly here. So, what I need to know, is it possible to
have the following:
When a textbox in this column in the datagrid has focus and the user
hits a hot key, have a new form come up with a datagrid of available
values (along with their respective names), have the user select one,
then return back to the original datagrid and populate the value into
the textbox that had the focus before the user hit the hotkey.
thanks
>

0 comments:

Post a Comment