Hi there,
what i'm trying to achieve is this ( i dont know how it'll affect the grid
performance during loading):
1. I am loading 3 columns in my datarows manually via
DataTable.Rows.Add(myRow)
2. I want to put in a button in the 4th and 5th column which will be, say
either an image "delete" button, and a "edit" button - can either be a
picture control with a click event, or an actual button control, not too
fussed, however the picture control is more visually pleasing to the eye
:-))
Can anyone guide me in the right direction here on how to do this?
thanks,
Paul
<ctacke/> - 22 Mar 2007 17:31 GMT
You're on your way to a custom control - the DataGrid won't do this.

Signature
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
> Hi there,
>
[quoted text clipped - 12 lines]
> thanks,
> Paul
Alex Yakhnin - 23 Mar 2007 20:52 GMT
Take a look at the Ilyia's sample that shows how to achieve that. It does
require CF v2 SP1 or later:
http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx
--
Alex Yakhnin, Device Application Developer MVP
> Hi there,
>
[quoted text clipped - 12 lines]
> thanks,
> Paul
Milsnips - 23 Mar 2007 23:21 GMT
Hi Alex,
Yep its exactly the kind of thing i was looking for.
thanks,
Paul
> Take a look at the Ilyia's sample that shows how to achieve that. It does
> require CF v2 SP1 or later:
[quoted text clipped - 19 lines]
>> thanks,
>> Paul