When you issue the first FillWithData for the whole grid, iGrid has no information to link your ID's to the combo list items. Thus you need to define your column set and cboProductos before the IGrid1.FillWithData call. After that, issue the overloaded version of the FillWithData method with the
useCurColSet parameter set to True to use the defined column set.
Edited by user
2015-07-07T10:13:42Z
|
Reason: Not specified