Dyalog / ewc-client

Other
1 stars 4 forks source link

Grid display is incorrect if CellWidths property is set #85

Closed mkromberg closed 11 months ago

mkromberg commented 11 months ago

Run DemoGrids. Notice CellWidths property, which should control the width of each column:

{"WC":{"ID":"F1.Holdings","Properties":{"CellWidths":[30,30,50,60,100,200],"ColTitles":["Ticker","Fixed","Price","Quantity","Value","Comments"],"Event":[["CellChanged",""],["CellDown",""],["CellDblClick",""],["CellMove",""],["KeyPress",""]],"Posn":[40,10],"ShowInput":0,"Size":[100,470],"TitleWidth":0,"Type":"Grid"}}}

At the moment, this displays as:

image