Browse by Tags
All Tags » DataGrid (RSS)
Showing page 1 of 10 (98 total posts)
-
I am using the Infragistics XamNumericEditor as the CellEditor.EditTemplate in one of my columns in an Xceed DataGrid. The XamNumericEditor has a constraint (ValueConstraint) on it that restricts values to a specified range. Firstly, the control tries to prevent invalid values from being entered. However, if an invalid value is ...
-
Can anyone describe how to configure a DataGrid's column to use foreign key to display and edit data when the grid is bound to a IBindingList source. I haven't found any sample on this in the documentation, or on the web.
Both the main data source, and the foreign key data source is a collection that implements IBindingList. I tried to ...
-
Hello,
I need to display the data in the format like amount@price (1.23@1 000 000) in the PRO grid. I have created a temple like the following
<DataTemplate x:Key=''RequestedOrder''> <StackPanel Orientation=''Horizontal''> <TextBlock Text=''{Binding ...
-
Hello,
I am trying to attach a Custom Dependency Property to each Row in the Xceed DataGrid. I am not able to find any element to which I can attach the same.
I tried to attach the dependency property to DataRow , but in that scenario I am not able to see the Data in the Grid.
The way I tried doing it was ...
-
Hello
I have a Grid, and when the user places a column on the GroupByRow it automatically collapses all groups.
Now the user clicks on a group header - the rows under the header is displayed.
Now the user clicks another header and then i want to collapse the previous selected header. I have looked on mostly all posts here to find a solution or ...
-
A few months back, Lee Sherry, Senior BI Manager at Microsoft Business Intelligence, contacted our sales director, Charles, about having an app created for the company. Charles understood right away what her needs were and proposed the project to Pierre-Luc (“PL” for short!), Lead Developer for Xceed DataGrid for WPF. Everyone involved with the ...
-
Hello, I have a problem which I couldn´t handle with removing item from grid. I have a grid with 3 items, but when I use code below, the grid crashes
due System.ArgumentOutOfRangeException, Index was out of range. Must be non-negative and less than the size of the collection in DataGridCollectionViewBase.cs:line ...
-
Hello,
I want to change the default look of dates in the grid (from mm/dd/yyyy to dd/mm/yyyy)
I thought of two ways, but i'm currently stuck.
first one, is to change the culture of the grid, because in some countries we write the date with the dd/mm/yyyy format - but, I didn't find the right way of doing that
the second, is to change the ...
-
Hi,
I would like to know how I can make my DataGrid to refresh its content when I tell it to.
In fact, my DataGrid is bound to an ObservableCollection. My data are refreshed every milliseconds in a working thread and my GUI becomes unresponsive, trying to refresh its display everytime my data are updated.
So I would like to create a timer that ...
-
Hi mohammed,
Thanks for information, actually problem is not solved when i change the cell value , based on that cell value in the xceed grid other cell has to enable or disable which is not happening immediately when i use scroll only its updating with the properties enable or disabled .
1 ...
|
|
|
|