When I add a field with optionDataSource and its editor is a SelectItem with multiple columns then this editor's headers stop rendering when I change column list in that ListGrid.
To reproduce:
SmartClient version:
To reproduce:
- Go to https://www.smartclient.com/smartcli...pendentSelects or https://www.smartclient.com/smartcli...pendentSelects
- In editorProperties of orderList.itemName field add:
Code:pickListFields: [{name: "itemID"}, {name: "itemName"}],
- Apply changes
- Click on Order New Item
- Click on editor for Item field - shown editor has headers (Item ID and Item)
- Cancel editing so that new row disappears
- Right click on Item column and hide Category column
- Click on Order New Item
- Click on editor for Item field - shown editor has no headers - it should behave the same as in pt. 5.
SmartClient version:
- v11.1p_2018-05-20/AllModules Development Only
- v12.0p_2018-05-20/AllModules Development Only
Comment