帮助在 CellEditingTemplate 中查找 TextBox
你能给我一些关于如何在 CellEditingTemplate 中找到 TextBox 的想法吗? 谢谢
Can you give me some idea about how to find TextBox inside CellEditingTemplate?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想在哪里找到你的控制..?仅当网格进入编辑模式时才会加载 CellEditing 模板。
检查以下链接并查看是否有帮助
DataGrid:帮助访问 CellEditingTemplate 中定义的控件
http://social.msdn.microsoft.com/Forums/en /wpf/thread/e4cc93eb-9ded-4eb1-a7d2-cedda7eedb70
带有 DatePicker 的 DataGridTemplateColumn 需要单击三下即可编辑日期
Where do you want to find your control..? The CellEditing template will be loaded only when the grid enters editing mode.
Check the following links and see if it helps
DataGrid: Help accessing a control defined in a CellEditingTemplate
http://social.msdn.microsoft.com/Forums/en/wpf/thread/e4cc93eb-9ded-4eb1-a7d2-cedda7eedb70
DataGridTemplateColumn with DatePicker requires three clicks to edit the date