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.
我有一个剑道 ui 网格。我想手动加载我的网格。例如,当我的页面加载时,网格没有加载,但是当我单击一个按钮时,数据会加载到网格中。我该怎么做?谢谢。
autoBind通过将网格的属性设置为禁用从网格的数据源自动加载false,然后read()在单击按钮时调用数据源。
autoBind
false
read()