Icon View Incident Report

Serious Serious
Reported By: Paul Waegemans
Reported On: 7/25/2015
For: Version 2.00 Build 2
# 4201 Adding Items for EditComboBox Grid Control at Runtime Not Working

The added Items must normally appear in the column INFO (controltype=ctEditComboBox) but they don't !

GridColumnInfo.items.clear;
GridColumnInfo.items.add('');
with L_StatusTrainingen do
    begin
    open;
    first;
    while not eof do
          begin
          GridColumnInfo.items.add(L_StatusTrainingen.columns['status'].asstring);
          next;
          end;
    end;



Resolution Resolution
Fixed Problem on 7/30/2015 in version 2.01 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image