Hi Isomorphic,
I got a design complaint today that I could reproduce in the showcase.
Please see this modified sample (using v11.1p_2018-02-09 / SNAPSHOT_v12.0d_2018-02-09). As you can see, the filterRow FormItems are strangely sized.

Best regards
Blama
I got a design complaint today that I could reproduce in the showcase.
Please see this modified sample (using v11.1p_2018-02-09 / SNAPSHOT_v12.0d_2018-02-09). As you can see, the filterRow FormItems are strangely sized.
Code:
isc.ListGrid.create({
ID:"dsListGrid",
width: "100%",
height: "100%",
autoFetchData: true,
dataSource: "supplyItem",
showFilterEditor: true,
showRowNumbers:true
});
Best regards
Blama
Comment