SVb.net wrote:
i use C#.net 2005 and datagridView .i need to add button at columns , not as datagridviewbutton. i can customize columns for my request.
Find the X & Y values of your column, and create a button dynamically. Then set the position of the button to the X & Y of your column. You can do this for each column, or however many times you need it. Just create a new button each time, and load the buttons into an array. Then you will have a collection of all the controls you created.
"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")