Hi,
I have just started with iGrid today and must admit to being somewhat confused.
A simple thing like setting the current cell, I have not been able to achieve.
I have a statement:
uExpEntryDlg.iGrid1.SetCurCell(2, 3)
I would have thought that this is enough to specify that cell(2,3) is required to be the current cell. But iGrid seems to want something assigned via an "= ". What is it that I have to assign? If I try to set a value, I am told that "assignment to constant is not permitted".
I am obviously missing something about the fundamental concept. Is there any documentation that describes the fundamentals or some simple source code that illustrates the fundamental usage of the grid.
Any help is gratefully received.