AdvancedDataGrid LockedRowCount 不起作用
我正在尝试锁定 ADG 中的第一行。 第一行是 SummaryRow。 当我将lockedRowCount属性设置为1时,它仍然不会冻结第一行。 我尝试过使用不同的数字,但仍然不起作用。 事实上,当我尝试跟踪lockedRowCount 的值时,它会将其跟踪为0。任何人都可以提供有关如何使用lockedRowCount 属性执行此操作的建议吗?或者如果您可以为我提供另一种解决方法,那就太好了。
谢谢 :)
I am trying to lock the 1st row in my ADG. This 1st row is the SummaryRow. When I set the lockedRowCount property to 1, it still does not freeze the 1st row. I have tried with different numbers, but it is still not working. In fact, when I try to trace the value for lockedRowCount, it traces it as 0. Can anyone provide suggestion on how to do this with the lockedRowCount property or if you can provide me with another workaround, that'll be great.
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您使用分层数据作为数据提供程序,如果数据提供程序的类型为 HierarchicalData,则您无法锁定高级数据网格
i think u r using hierarchical data as dataprovider, u cannot lock advanceddatagrid if the data provider is of type HierarchicalData