Browse by Tags
All Tags » DataGrid (RSS)
Showing page 1 of 13 (123 total posts)
-
Hi,
Is there a way to disable the DataGrid refresh operation temporarily?
Indeed, in my application, I receive data continuously. These data are stored in a DataTable and are displayed in a DataGrid.
When I click on a button, I want to prevent the DataGrid from refreshing its content, even if the DataTable on which its ItemsSource is bound is ...
-
Hello,
today I
downloaded latest version of WPF Datagrid (v 4.3.11623.12010)
Grid
displays data fast but I faced a problem when scrolling grouped sets. Collapsed groups’ labels after
scroll down appear more than once or not in the right order and so do the corresponding averages.
It seems
that it is not related to the ...
-
Hey guys i have 2 datagrids in my project, the content of one depends on the selected index of the other. This part works fine. The part that im having trouble with is getting the independent datagrid to update its content when i use a button's event to remove an item from the list which is the grid's itemsource. The grid displays a list of file ...
-
I'm working with an Xceed datagrid and I want to know if there is a PropertyChanged event or something similar to this that exists for a column in an Xceed datagrid when the user clicks on the ColumnManagerCell that the column binds to. I wanted to apply some code after the grid was sorted by a column in the datagrid. If anyone can ...
-
I use MVVM Light for my program.
My soft is a part of big program, it is wpf dll.
So, with MVVM light I can use this construction for update all View's from ViewModel's: http://pastie.org/2503236
When I open one dialog and Refresh() work's good, all tables show me smthng.
But, when I close dialog and then open another dialog with ...
-
Hi,
I wanted to set a MouseDoubleClick trigger on the rows of my DataGrid. As:
<Style TargetType=''{x:Type xcdg:DataRow}'' > <EventSetter Event=''MouseDoubleClick'' ...
-
Hi
I have placed the Silverlight grid in a dynamic layout (i.e. a grid that resizes based on available space). However, when running in debug mode the grid displays the following warning message:''The grid cannot work properly if it is used in an unconstrained environment ... it is best that you explicitly set its size.''
How then can ...
-
Hello,
I'am using version 4.2.11215.9190 of DataGrid with EntityFramework and I'am facing issues with CellEditor.DatePickerEditor in the DataGridControl and TableView.
- In Edit mode, the drop down picker never show when i hit the button.
- Zeros are not shown on single numbered dates and presentation is different between Edit Mode and non Edit ...
-
Hello
I need to filter the values of a ComboBoxCellEditor depending on the value of another cell of the same row.
A simplified view of the datagrid:
ID Customer Projects
...
-
Hi
currently we are using version 1.1 ...
if we will upgrade the version1.1 to version 1.3 .what will be the effect on already developed part in version 1.1.?
it will be support backward compatability?..
can i use both version simultaneously ?
1 ...
|
|
|
|