Need help with PictureBox DataGridColumStyle

  • Thread starter Thread starter ataha
  • Start date Start date
A

ataha

Im trying to create a column for the datagrid that displays a picture.
Ive found a couple of examples at thecodeproject.com but when I use
them in my application i get

"'EpocHost.DataGridDataPictureColumn.ConcedeFocus()': no suitable
method found to override"

and the same thing for Abort, Commit, Edit, etc. Even when I go into
the code and type 'protected override ' the autocomplete only gives me
a limited number of options (nothing that i can use to create a new
column).

Is it not possible to create custom column styles on .net comapct ?
Thanks in advance
Taha
 
The DataGrid in the CF doesn't support that.

There're a few 3rd party controls around that might be able to that.

ComponentOne for example.
 
Back
Top