I admire the excel “insert comments” cell option. I would like to reproduce this in my datagridview in .net 2.0 using c#. Could somebody give me an idea as to the approch I should take on creating the edit box.
Thanks
c# winforms, .net 2.0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A simple overview would be to create a form that looks like the insert dialog from Excel, and implement the various options (shifting cells up/down, inserting a new row/column).
You will need to add a context menu strip to the datagridview with a insert menu item, and when that is clicked have your insert dialog pop up.