Hello,
I am unable to delete the grid from the UI as the cut, copy, paste delete all options are disabled in the context menu.
I am unable to delete the grid using the delete key on keyboard. Below is the screen shot of the same.
Any help would be appreciated,
Thanks
Hello Nupin,
Following the steps you suggested I was unable to reproduce this issue. I created an empty Windows Forms project. Then I added an UltraGrid to the project. When I right clicked on the grid each clipboard related options were active. Look at the screenshot I created during my test.
Looking at the screen shot you provided it seems that you have several split containers in your form. It seems that your form is not so simple one, so to investigate this further I will need a small sample project reproducing this behavior. Therefore, can you isolate this in a small sample and send it to me.
Looking forward to your reply and sample provided.
Miiko,
Actually I haven't mentioned any steps. where did I?
There is a grid on the form and which is placed earlier and I am placing a new one. The old grid has some properties set on it which are making these menu options disabled.
New grid is not having the same problem. So it is not the problem with the split container.
Please let me know what properties on the grid are making these options disabled.
Regards,
Thank you for your feedback.
As of my knowledge, there is no property on the grid, which will disable cut, copy and paste options in designer context menu. This is why I asked for isolated sample reproducing this behavior, so I can investigate it further. Note that, if I am not able to reproduce this at my side there is not much I can do about it.
Additionally if you are not able to reproduce this behavior in a small sample project, please open the form.design.cs file of your form and send me its entire content.
Looking forward to your reply.
Dear Miiko,
Based on the feedback you provided I have tried to figure out the issue but there is no property on the grid itself. Also other controls already existing in the form also have same options disabled so this doesn't seem to be a grid issue. We can close this issue.
Thanks for your help.