AD
Administrator
Syncfusion Team
December 13, 2004 09:55 AM UTC
It may be the readonly that is causing the problem you mentioned.
Not cutting ReadOnly cells is by design. If you want to allow cutting of these cells, then you should first set grid.Model.IgnoreReadOnly = true, then call Cut, and then reset the IgnoreReadOnly back to false.
If this does not solve your initial problem, can you tell us how to reproduce the problem in one of our samples, or can you post a sample project showing the problem?