Hi Team,
After the last version 3.2.1 I had strange problem with DGW .HeaderCell
For this lines of code:
.HeaderCell.ToolTipText = ODTROW.Item(“Interface_Object_Localisation_Language_CURRENT”).ToString
.HeaderCell.Style.BackgroundImageSource = Wisej.Ext.VaadinIcons.Icons.Search
.HeaderCell.Style.ForeColor = Color.Gray
I receive: System.NullReferenceException: ‘Object reference not set to an instance of an object.’
The code worked perfectly before version 3.2.1.
Some help, please.
Hi there,
we identified this as an issue in 3.2.1 and it will be fixed in 3.2.2.
As a temporary workaround you can add row(s) first before setting up the header cell if that´s applicable in your code.
You can try Wisej.NET 3.2.2-preview.0 to verify the fix.
Best regards
Frank
Please login first to submit.