-1

I have to place two columns buttons( Edit and Delete) under one columns using C# window form application. I tried every ways that I searched in every place but nothing work. Send me help pls. Merge two column headers also okay then I can set border to none .

1

1 Answer 1

0

You can't put two buttons in one column. A column can only be one type (e.g. text, button, checkbox, ...).

You can create a custom column to do this but I have no idea how this works. I found this: How can i add two buttons to a single datagrid column dynamically?

Sign up to request clarification or add additional context in comments.

1 Comment

thanks . I solved it with cell painting event and make border style to none between two button.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.