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.
我正在使用 Telerik 的 Grid,如果它与声明性数据源有关,它会揭示其潜力。但是我不需要创建数据库表,只是想使用标准DataTable作为我的数据存储。
DataTable
我要使用的组件项确实需要DataSource绑定。(GridDropDownColumn在 Telerik RadGrid 中)。
DataSource
GridDropDownColumn
有没有办法制作一个使用简单存储的数据源(适合声明性绑定到组件)DataTable?
就在这里。
只需使用ObjectDataSource. 在其 selectMethod 中,将其指向代码隐藏(或其他任何地方)中返回您的DataTable.
ObjectDataSource