Question
I have a problem with the ComboText Cells.
My Version is GTP.NET 1.3.1 with VS 2003 an VB.NET.
Then i try to add a Value in a Cell or do anything (EditBox) with ComboText Style i receive a error
System.NullReferenceException
Code:
Private Sub grdPla_OnBeforeEditCell(ByVal grid As PlexityHide.GTP.Grid, ByVal beforeEdit As PlexityHide.GTP.BeforeEditEventArgs) Handles grdPla.OnBeforeEditCell
Dim ti As PlexityHide.GTP.ComboText
ti = beforeEdit.Cell.Content
ti.EditBox.Items.Clear()
ti.EditBox.Items.Add(“agsjhasg”)
ti.EditBox.Items.Add(“agsjhasg”)
End Sub
The same error exists in your own Grid Sample in C#.
Answer
Our mistake. A bug introduced in 1.3.1 causes this. Request pre-release at support@plexityhidemainsite.azurewebsites.net to quick-fix