Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Acumatica 中,当我通过简单地单击行而不更新任何值来选择网格上的新行时,如何回发?
我希望根据网格中当前选定元素的位置设置 UI 元素,但在服务器端。
默认情况下,Acumatica 框架不会将网格中当前选择的记录与相应 PXCache 的 Current 属性值同步,主要是为了提高性能。但是,通过将SyncPosition属性值设置为True,PXGrid 将在用户每次选择网格中的一行时调用同步操作。