【问题标题】:Infragistics datagrid when edit text hide编辑文本时隐藏的 Infragistics 数据网格
【发布时间】:2014-10-01 07:50:31
【问题描述】:

我正在使用基础架构 wpf 控件并尝试使用数据网格。

datagrid 的外观看起来不错,但是当我要编辑该字段时,文本消失了一半。考虑照片。

无编辑

编辑时

如您所见,当我尝试编辑字段时,文本框消失了一半。

XAML 编码-p

 <igDp:XamDataGrid Theme="Metro" DataSource="{Binding Logins}" IsGroupByAreaExpanded="False"
                                      GroupByAreaLocation="None">
                        <igDp:XamDataGrid.FieldLayoutSettings>
                            <igDp:FieldLayoutSettings AddNewRecordLocation="OnBottom" AllowAddNew="True" AllowDelete="True"/>
                        </igDp:XamDataGrid.FieldLayoutSettings>
                        <igDp:XamDataGrid.FieldSettings>
                            <igDp:FieldSettings AllowResize="False" LabelWidth="200" LabelTextAlignment="Center" Height="Auto"/>
                        </igDp:XamDataGrid.FieldSettings>
                    </igDp:XamDataGrid>

在编辑时我该怎么做才能使文本不会消失?

【问题讨论】:

  • 您是否对任何列使用 EditableCellTemplate?
  • 什么是 EditableCellTemplate?但我认为不会。

标签: c# wpf datagrid infragistics


【解决方案1】:

我没有看到您看到的具体行为,建议您自行进行一些测试以收集更多信息。我建议的第一个测试是删除主题设置,如果这样可以解决问题,那么它与正在应用的主题有关,您应该使用 Infragistics 的最新版本进行测试。如果这仍然重现了应用主题的问题,那么您应该让他们知道,以便他们解决问题。您可以在此处向 Infragistics 提交支持案例/错误:

https://www.infragistics.com/my-account/submit-support-request

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-06-08
    • 2014-03-19
    • 2013-11-27
    • 1970-01-01
    • 1970-01-01
    • 2012-03-26
    • 1970-01-01
    相关资源
    最近更新 更多