如何放弃&网格中的向下按钮

时间:2018-04-12 07:43:05

标签: acumatica

尝试实施&向下按钮移动网格中的记录。如何启用选项

enter image description here

1 个答案:

答案 0 :(得分:1)

在ActionBar中试试这个。

<CustomItems>
    <px:PXToolBarButton CommandSourceID="ds" CommandName="moveUpResults" Text="Row Up"
        Tooltip="Move Row Up">
        <Images Normal="main@ArrowUp" ></Images>
    </px:PXToolBarButton>
    <px:PXToolBarButton CommandSourceID="ds" CommandName="moveDownResults" Text="Row Down"
        Tooltip="Move Row Down">
        <Images Normal="main@ArrowDown" ></Images>
    </px:PXToolBarButton>
</CustomItems>