I my application I have some tabs with grids.
In every grid in design mode set parameters like: ShowCaption = false, alteranterecords, conditional forma, own text in column headers, ....
Today suddently all this settings disappeared :-(
I have previous version, but unfortunetly too old.
It looks like from *.Designer.cs was removed code lines like:
gridColumnDescriptor1.HeaderText = "Pracownik";
gridColumnDescriptor1.MappingName = "Nazwa";
or
gridConditionalFormatDescriptor1.Appearance.AnyRecordFieldCell.TextColor = System.Drawing.Color.Red;
gridConditionalFormatDescriptor1.Expression = "[Pracuje] = 0";
gridConditionalFormatDescriptor1.Name = "ConditionalFormat 1";
It was lot of work and iritated me but this not a first time/
Anyone knows this problem ?
What operation do it ? If I know I will do backup before ...