Text and Button Column

Hi,

I want to create a custom column that allow users to enter text, or click "..." button at the right of that column to display a dialog form, select a value and then "pass the value" back to that specific cell, that's something like:


http://i49.photobucket.com/albums/f282/peternash/CustomColumn.jpg

Thanks,



Answer this question

Text and Button Column

  • Pramod

    You could try creating a custom cell that derives from DataGridViewCell, and then use that as the member of a custom column deriving from DataGridViewColumn.
  • darc

    Do you have any example about this

    Thanks,

  • Text and Button Column