Hello,
In the columns editor/designer for the KryptonDataGridView, the "name" property for a column is missing, making it very very hard to be renamed after being created. I had to go to the designer.cs file, find where the columns have been added to my gridview (hard if there are many gridview), then rename them.
John