SmartClient Version: v12.1p_2020-10-14/AllModules Development Only (built 2020-10-14)
Chrome on OSX
Hello, please modify the #expansionRelatedRecords sample like this:
I've added the autoFitData:"vertical" setting to expansionRelatedProperties, but it is ignored:
Is it expected?
Chrome on OSX
Hello, please modify the #expansionRelatedRecords sample like this:
Code:
isc.ListGrid.create({ ID: "categoryList", width:850, height:300, alternateRecordStyles:true, dataSource: supplyCategory, expansionFieldImageShowSelected:true, autoFetchData: true, canExpandRecords: true, expansionMode: "related", detailDS:"supplyItem", expansionRelatedProperties: { border: "1px solid inherit", margin:5, autoFitData:"vertical" } });
Is it expected?
Comment