腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
在
designer
wpf
DataGrid
DataGridTemplateColumn
列
中
预览
、
有没有办法
在
XAML
designer
中
预览
我的
DataGridTemplateColumn
的外观?示例: <
DataGridTemplateColumn
.CellTemplate> </Button.Content>
浏览 18
提问于2018-01-18
得票数 0
回答已采纳
2
回答
如何处理
DataGrid
checkboxs
中
的选中事件
、
、
、
我需要用DataTable对象填充一个
DataGrid
作为DataSource。这是完美的,我可以做到这一点,但是,我坚持
在
每一行的CheckBox要求。我知道DataGridView提供了DataGridViewCheckBoxColumn,但我希望
DataGrid
也提供同样的功能。请为
DataGrid
(而不是DataGridView)提供正确的解决方案。 如果我将按某些列表填充数据表。如何在每一
列
中
动态添加CheckBox?
浏览 20
提问于2013-01-09
得票数 0
1
回答
ColorPicker
在
DataGrid
WPF
中
的应用
、
、
、
我有一个带有两个单元格的
DataGrid
,但是我想添加另一个带有ColorPicker的单元格<
DataGrid
Name="dtg" Grid.Row="2" Grid.Column="> </Style> </
浏览 2
提问于2017-10-29
得票数 1
回答已采纳
1
回答
按用户键入的方式格式化
DataGrid
列
、
、
、
我有一个
DataGrid
,其中
列
的内容是一个简单的DataGridTextColumn。我想做的是,当用户
在
DataGrid
中
的行
中
输入时,只允许他们输入特定的格式,
在
本例
中
是dd/MM/yyyy。
浏览 5
提问于2016-04-13
得票数 1
回答已采纳
2
回答
如何向包含combox
列
的
DataGrid
中
添加行
、
、
我有一个
DataGrid
定义如下: <
DataGrid
浏览 4
提问于2014-04-20
得票数 0
回答已采纳
1
回答
如何将
DataGridTemplateColumn
(按钮
列
)作为
WPF
DataGrid
中
的最后一
列
、
、
我使用c#和
WPF
,我有一个
DataGrid
控件,可以动态显示来自DataTable的数据,并且
DataGrid
控件的AutoGeneratedColumns属性设置为false。现在的问题是,我想在
DataGrid
控件
中
添加另一
列
DataGrid
,这将是最后一
列
。我使用了如下代码来添加Button
列
: <
DataGridTem
浏览 10
提问于2015-07-29
得票数 0
1
回答
WPF
DataGrid
不排序
、
在
默认情况下,我试图让
WPF
DataGrid
按
列
进行排序,但它不起作用。没有分类发生。出现排序图标,如果我单击它们,就会进行排序。 <!--Ordinal--> <
DataGridTemplateColumn
d:DataContext="{d:DesignInstance tabVi
浏览 2
提问于2013-12-12
得票数 0
回答已采纳
2
回答
WPF
在
添加新行之前禁用与
DataGrid
的TemplateColumn的交互
、
、
例如,考虑一个
WPF
DataGrid
(
DataGridTemplateColumn
)和用户启动的添加CanUserAddRows="True"允许的
WPF
<
DataGrid
.Columns>
浏览 0
提问于2018-10-16
得票数 0
回答已采纳
2
回答
在
Silverlight数据网格
中
绑定复杂类型
、
、
我已经使用VS2010
中
的实体框架设计器创建了一个名为"EmployeeName“的复杂类型。EmployeeName由FirstName、LastName和title组成。现在的问题是,我如何在silverlight
中
显示/绑定到
datagrid
?现在,它在
Datagrid
中
显示为每行
中
的"Namespace.EmployeeName“。
浏览 3
提问于2011-02-07
得票数 1
回答已采纳
1
回答
将复选框拉伸至单元格大小
、
、
我正在使用
WPF
和有复选框
列
的
DataGrid
。="False"> <Controls:DataGridTextColumn Binding="{BindingName}"/> <Contro
浏览 0
提问于2011-09-25
得票数 5
回答已采纳
1
回答
排序
WPF
DataGrid
,MVVM样式
、
、
、
我正在尝试让排序与
WPF
工具包
DataGrid
一起工作。我的
DataGrid
的行是视图模型的实例。行的视图模型为每
列
公开一个视图模型。每
列
都将数据模板化到不同的用户控件。下面是我的
DataGrid
的
列
声明: <tk:
DataGridTemplateColumn
Header="Name" MinWidth="150">
浏览 1
提问于2009-12-10
得票数 0
回答已采纳
1
回答
从
WPF
DataGrid
中
的数据模板获取组合框
、
、
、
我有一个
WPF
数据栅格,带有一个用于组合框的数据板
列
。<
DataGrid
Name="grdTest" ItemsSource="{Binding Path=TestsList,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"> <
DataGridTemplateColumn
Width="120">
浏览 2
提问于2014-10-08
得票数 1
回答已采纳
1
回答
WPF
数据栅格模板列编辑事件和交替
列
颜色
、
、
有一段时间我一直
在
使用
WPF
。我知道
WPF
中
的
DataGrid
没有
列
集合作为依赖项属性,因此不能动态添加
列
。问题1:我希望交替
列
具有不同的背景色。我怎么用程序实现它??(
DataGridTemplateColumn
没有背景属性,所以我无法找到解决方案) Problem 2:My
浏览 2
提问于2010-10-06
得票数 0
1
回答
数据网格
中
的NumericUpDown
、
、
、
我有一个
WPF
窗口,里面有一堆数字。或者使用更好的说法:每
列
绑定到一个int属性。现在我想要有一个很好的方法来更改一些数字,我希望我可以使用一个numericUpDown控件。
浏览 3
提问于2012-11-10
得票数 4
回答已采纳
3
回答
具有不同颜色的
DataGrid
列
、
、
、
我有一个
WPF
DataGrid
,我希望一些列有不同的颜色。<
DataGrid
> <DataGridTextColumn Header="Name" Binding="{Binding Name}" /><
DataGridTemplateColumn
Header="Weight"> <
DataGrid
浏览 6
提问于2015-08-01
得票数 9
回答已采纳
1
回答
为什么ListCollectionView.CustomSort这么慢?
、
、
、
我有一个ObservableCollection of ViewModels,它位于
WPF
DataGrid
中
。
DataGrid
有三
列
: 位置
列
;这是由UserControl在运行时呈现的,它显示了该行在my DataGridName
列
中
的位置;在运行时由显示列名的UserControl呈现(是的,我需要一个UserControl,所以
WPF
DataGrid
不能对它们进行本机排序。以下是我的自定义分类器
在<
浏览 1
提问于2010-01-08
得票数 1
回答已采纳
1
回答
如何使
WPF
Toolkit的
DataGrid
的模板
列
可排序?
、
、
、
我的应用程序使用
WPF
工具包的
DataGrid
。标准的
列
标题是可点击的(当我用鼠标移动到它们上面时,也会出现一些效果),但模板
列
的标题没有这种行为。当我单击标题时,排序事件不会触发,也没有视觉效果。<Controls:
DataGrid
Sorting="
DataGrid
_Sorting"> <Controls:DataGridTextColu
浏览 2
提问于2009-07-30
得票数 0
回答已采纳
1
回答
使用ItemsSource错误之前,项集合必须为空。
、
如何在
WPF
中
添加数据删除
列
,当我添加此列时,
在
使用ItemsSource错误之前,got项集合必须为空。<
DataGrid
AutoGenerateColumns="True" ItemsSource="{Binding}" Name="dgStatus"
浏览 10
提问于2013-08-07
得票数 1
回答已采纳
1
回答
如何使用连接到不同ItemSource的
DataGridTemplateColumn
获取行值
、
、
、
、
我使用的是
WPF
MVVM
DataGrid
,其中一
列
相当于DataGridComboBoxColumn,但由
DataGridTemplateColumn
组成。
DataGrid
本身绑定到一个对象,ComboBox
列
绑定到单独的对象。Header="Attribute"> <DataTemplate
浏览 16
提问于2015-11-30
得票数 0
4
回答
DataGridCheckboxColumn双向绑定
、
、
、
、
我使用的是.NET 3.5
WPF
工具包
中
的
DataGrid
。复选框将正确调用布尔值的属性get访问器。<
DataGrid
AutoGenerateColumns="False" ItemsSource="{Binding Object, Source={StaticResource model}, Mode, mode=TwoWay}"/>
浏览 5
提问于2012-05-18
得票数 25
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
微软把UWP定位成业务线应用程序开发平台
C#代码示例:在WinForm中创建并绑定一个DataTable
微软开发者大会:VS 2019 Preview 发布;Windows UX 主要技术开源
微软 .NET 9第 5 个预览版发布:改善性能、增强 AI 功能等
微软AI设计工具Microsoft Designer开启公测,支持Edge侧边栏
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券