datagrid
How to update DataGrid in Silverlight when Property in ObserveableCollection changed
I have a Datagrid bound to a ObserveableCollection(MyClass) source1; MyClass has 2 Properties: string Name, int AGE[详细]
2023-04-13 08:45 分类:问答How can i get the value of a datagrid cell on the dataGrid1_BeginningEdit Event?
I\'m trying to check if the value of a datagrid cell is null when i use the dataGrid1_BeginningEdit Event to stop the event.[详细]
2023-04-13 07:47 分类:问答How to enforce visualisation of controls in datagrid
I have datagrid that contains plenty of DataGridTemplateColumn columns. When I move the scrollbar it creates requests to load data to the controls as they become v开发者_如何学运维isible. This slows d[详细]
2023-04-13 05:51 分类:问答How to get excel like behaviour in a DataGrid?
I am using DataGrid from codeplex in my WPF application. I have defined some DatagridTemplateColumns. The datatemplate can contain a TextBox or a ComboBox depending on the data in ViewModel.[详细]
2023-04-13 03:21 分类:问答Changing viewport of datagrid
I need to change viewport of datagrid to maximum so all rows are propagated in constructor. So I used Scrollview with row height set to auto.[详细]
2023-04-13 02:48 分类:问答Update List item from DataGrid event CellEditEnding
I\'ve loaded datagrid from a LIST. On every click event to a button it loads data to the LIST and eventually update the DataGrid by resetting the source.[详细]
2023-04-13 00:15 分类:问答Flex Datagrid Selection
I have a dataGrid in Flex to which data is added dynamically using dataGrid1.dataProvider=myArrayCollection;[详细]
2023-04-12 20:38 分类:问答Datagrid in WPF and sql datatable vs other methods
Here is what i tried to do.. I want to provide an in place editing of products within a datagrid. Firstly i wrapped 开发者_如何转开发into a ObservableCollection a List<Product> and implemented I[详细]
2023-04-12 20:36 分类:问答how to hide a checkbox inside a datagrid?
i have datagrid and inside which i have a checkbox . now i want this check to be hidden at page load. my code is :[详细]
2023-04-12 20:09 分类:问答WPF show popup on DataGrid cell MouseOver
I would 开发者_Python百科like the following functionality: I have a datagrid, and when I go with my mouse pointer over a cell, I would my program to show a popup screen with information. When my mouse[详细]
2023-04-12 13:05 分类:问答