The FormItems in that example are not attached to fields in a grid that have a type set on them.
We already pointed out how to get your sample to work - just create ListGridFields with names that match the fields in the dataSource (your DS fields had lowercase initials), and then setType() on the field.
We already pointed out how to get your sample to work - just create ListGridFields with names that match the fields in the dataSource (your DS fields had lowercase initials), and then setType() on the field.
Comment