SmartClient Version: SNAPSHOT_v13.1d_2024-07-03/AllModules Development Only (built 2024-07-03)
SmartClient Version: v13.0p_2024-07-03/AllModules Development Only (built 2024-07-03)
Hello, please try this test case:
you'll see that the arrow_upward icon is misplaced

this if you reverse it:

similar problem also with others flat skins (the icon is on the left, near the title)
SmartClient Version: v13.0p_2024-07-03/AllModules Development Only (built 2024-07-03)
Hello, please try this test case:
Code:
isc.ListGrid.create({
ID:"dsListGrid",
width: "100%",
height: "100%",
showHeaderContextMenu: false,
autoFetchData: true,
initialSort:[{property:"itemName", direction:"ascending"}],
dataSource: "supplyItem"
});
this if you reverse it:
similar problem also with others flat skins (the icon is on the left, near the title)
Comment