datagrid
WPF datagrid - value of the edited cell
I am working on WPF datagrid control. Binding the data from code behind using a dataset/XML. I want to edit the cell of the grid and capture the new value which the user has entered. Is 开发者_C百科th[详细]
2023-04-08 05:40 分类:问答Binding Command inside DataGridTemplateColumn
I have View(XAML included) attached to my ViewModel with开发者_开发问答 commands. I need to invoke command when Button on DataGrid\'s row clicked. I\'m using behaviors for this (regular commanding hav[详细]
2023-04-08 05:21 分类:问答ASP.net/C# newbie looking for help editing column width dynamically when data is retrieved
I\'ve been messing around with this and have yet to find a clean solution. At the moment, I have a asp:DataGrid control on the aspx page (I am open to changing this). When I click a button, I retrieve[详细]
2023-04-08 02:57 分类:问答Determine the shape of multiple selected cells within a data grid
I\'m using the Infragistics UltraWinGrid to present some data. I ne开发者_开发知识库ed some Excel copy/paste functionality. That\'s the easy bit.[详细]
2023-04-08 01:23 分类:问答Communication between two data grids
I am trying to make connection between two datagrid in two separate windows. Until now, I am able to crea开发者_如何转开发te a datagrid in one FLEX browser window but got stuck furthur.[详细]
2023-04-08 00:08 分类:问答WPF UserControls interfere with each other
Simply put: I have a UserControl that contains a DataGrid and some dependencyproperties to apply binding to the DataGr开发者_JAVA技巧id.[详细]
2023-04-07 22:22 分类:问答Stretch the Checkbox to the cell size
I\'m using WPF and have DataGrid with checkbox column. the problem is that I would like the checkbox to stretch and fill the cell[详细]
2023-04-07 15:47 分类:问答Datagrid column sorting problem, sort looks fine visually but the ItemSource is still the same
Here is how i defined the DataGrid <toolkit:DataGrid Height=\"{Binding ElementName=parentCanvas, Path=ActualHeight}\"[详细]
2023-04-07 13:25 分类:问答C# Little library with DataGrid control
I need to create a little library that has the DataGrid control as frontend. In fact this library will have just 2 columns:[详细]
2023-04-07 12:18 分类:问答Apply multiple Filtering to WPF datagrid using C#
I have a datagrid which is boud to a database table. I could filter the datagrid using an ICollectionView using the code below:[详细]
2023-04-07 10:15 分类:问答