Dear Sirs, I have a Datatable which is retrieved from a database table.
MySfDatagrid.DataSource = MyDatatable;
The grid is bound to the datatable and has the appropriate columns retrieved dynamically, that's why I cannot use an IEnumerable object with predefined type elements as in your examples.
I would like to add an image column to my grid, but I cannot find any information in documentation.
I'm also experiencing a problem: if I set
MySfDatagrid.UseWaitCursor = false;
MySfDatagrid.Cursor = Cursors.Hand;
when mouse is hover the grid, cursor still remains the same (no Hand cursor).
Thanks for your suggestion,
L