I know I am missing something simple. . .
I have an unbound column on a DataGridView. I want it to display some data derived from a non-visible key field of the dataTable the Grid is bound to. I want an ellipsis button on the text box, so the user can open a form to define the data that wll be set in the key field, then I will update the Unbound column.
Does that make sense am I going about this the wrong way

ellipsis button on a DataGridView cell
Eric Waterhouse
an example in visial studio is,
drop a DataGridView on a form and on the Properties tab, property grid for it, select the Columns property . . . see the little button to the right [...]
I want to do something similar in my form's grid.
GridColumn1 GridColumn2 GridColumn3
DataCol1 DataCol2 DerivedData [...]
DerivedData is derived from DataCol3. clicking the ellipsis pops up a form that is used to find a piece of data that will be pushed into DataCol3.
Make sense
splyf
Mark_Wilhelm
bthumber
Chris Skor
ChSchmidt
Sonkit
Very nice implementation of the textbox and a button.
How would you make the button visible all the time
Thanks,
Buster95
Ted Paulakis
Ashu283
What CommonGenius mentions is very similar to what you need to do for the DataGridView. Check out http://www.windowsforms.net/blogs/markrideout/FilePathSample.zip for an unsupported sample that has a user control that contains a textbox and a "..." button.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
-mark
DataGridView Program Manager
Microsoft
This post is provided "as-is"-mark