DHALL003
2016-10-03T22:39:45Z
iGrid working great but I just started on this today and I simply want to change iGrid0 based on what's selected in iGrid1 - stupid simple but I can't find an igrid1_Click event??
Igor/10Tec
2016-10-04T07:03:39Z
If you want to use a click event for that, you need iGrid's CellClick event. But a better approach is to use an event fired when the current row or cell has been changed. These are CurRowChanged and CurCellChanged respectively. These events work when the user changes the selection using various methods including the keyboard, or even when the selected item disappears. For instance, if the current row has been removed, you need to clear the details grid as there is no master record for it.