简体   繁体   English

在Visual Studio设计器视图中显示基础设施RowEditTemplate

[英]Show Infragistics RowEditTemplate in Visual Studio Designer View

We are using Infragistics in a Windows Forms application. 我们在Windows Forms应用程序中使用Infragistics。 I am trying to modify a RowEditTemplate on a Form that has an UltraGrid that when clicked opens a RowEditTemplate. 我试图在具有UltraGrid的窗体上修改RowEditTemplate,单击该窗体将打开RowEditTemplate。

I've tried setting the RowEditTemplate to visible, and that crashes the designer. 我尝试将RowEditTemplate设置为可见,这会使设计器崩溃。 I haven't been able to find any helpful documentation. 我找不到任何有用的文档。

How do you view the RowEditTemplate in the designer? 您如何在设计器中查看RowEditTemplate?

Be sure that you have an UltraGrid on the form with added band to it, in order to go through the UltraGridRowEditTemplate's wizard after its first step. 确保在表单上具有添加了带状的UltraGrid,以便在第一步之后通过UltraGridRowEditTemplate的向导。

  1. In design time from the Toolbox, drag and drop UltraGridRowEditTemplate on the form. 在设计时从工具箱中,将UltraGridRowEditTemplate拖放到窗体上。
  2. Then the UltraGridRowEditTemplate will start its wizard. 然后,UltraGridRowEditTemplate将启动其向导。
  3. Once you finish wizard's steps, you will be allowed to customize the template. 完成向导的步骤后,将允许您自定义模板。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM