I try to get the insert in an hierarchial grid working and found a piece of code which 'reads' a control in the editform. However, it doesn't read GridNumericColumn and GridDateTimeColumn. How can I read the values of those controls?
Piece of code:
Dim TaskDescription As String = (TryCast(insertedItem("TaskDescription").Controls(0), TextBox)).Text
Piece of code:
Dim TaskDescription As String = (TryCast(insertedItem("TaskDescription").Controls(0), TextBox)).Text