LookUpEdit绑定数据后会默认弹出数据框很不友好
问题现象:

Devexpres下LookUpEdit绑定数据后会默认弹出数据框的解决办法

问题解决前的代码:

 1 lueManagement.Text = groupEntity.Name;

2 lueManagement.EditValue = groupID; 

通过分析发现,没设置Text的时候是不弹出。有的解决方案说设置:Properties.ShowPopupShadow改为False就可以了。

我出现的问题的解决办法就是只设置:lueManagement.EditValue = groupID;

完美解决。

相关文章:

  • 2022-02-16
  • 2021-06-22
  • 2022-12-23
  • 2021-06-08
  • 2021-06-05
  • 2021-03-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2021-10-17
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案