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.
我有一个 6 列的 xtraGrid。我想制作一列来查找编辑列。我如何在lookupeditcolumns 上插入我的数据源(数据表或数据集)。谢谢你的帮助。
到目前为止你尝试了什么?通常我使用设计器并创建 RepositoryItem 以便它存在于代码中。然后在我的页面加载或页面初始化中,我只需将数据源分配给该 RepositoryItem。这很简单 :)