Manually created popup datagridview where i can edit rows and columns in window application..
In that datagridview,i need close icon at top right end..
Dim closeicon As New DataGridViewImageColumn()
Dim img As Image = Image.FromFile("./close.jpg")
closeicon.Image = img
I need this image at right end of datagridview..How to bring over there