M
Milsnips
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
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