Some problem with DGW .HeaderCell

Answered
0
0

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.

 

  • You must to post comments
Best Answer
0
0

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

  • mgmst
    • mgmst
    • May 15, 2023 - 7:09 pm
    Thank you! In 3.2.2. P bug is fixed.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.