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.
无法启用/禁用 RadListbox 控件 [Telerik] 的 Transferall 按钮。如果列表项计数超过某个值,请建议如何从服务器端/客户端控制 TransferAll 按钮属性。
您可以在函数中添加它以将数据源显式绑定到列表框。
if (count > 25) { listbox.ButtonSettings.ShowTransferAll = false; }