I am unable to run even the simplest of examples from the manual that deal with row or column collections.
Something as simple as "iGCol myCol = iGrid1.Cols.Add()" throws an error?? "Object Doesn't support this property or method: "iGrid1.Cols"
I have a grid that needs to create columns dynamically, but will have 81 columns by default.
Each row added will have to have the data displayed in 1 of 4 formats.
I am finding this task impossible without being able to access the row/col collections and their properties.
I can create columns and rows and populate the grid with data, but I need to be able to access the collections to get the finer points of formatting accomplished correctly
Edited by user
2017-06-30T17:46:54Z
|
Reason: Not specified