Browse by Tags
All Tags » Column (RSS)
Showing page 1 of 5 (45 total posts)
-
Hi
I have a rather strange problem I'd like help to solve. The scenario is as follows: Most rows I'd like to display in columns as is natural, however, some of them might be missing some data, and I would like to display an informative text in that row, in adittion to some of the columns.
[Case Id] [Resource name] [Time] [Distance]1202232 John ...
-
Hello,
we have an application with 20-50 Columns. Our problem is when a column isn't inside the visible range the validation rules are not executed and no error glyph appears in the front of a row in the rowheader. If we scroll the Datagrid horizontal the validation rules are fired as soon as a column gets into view.What can we do to ...
-
hello,
I have the following issue with grid filtering :
I can not make filtering on some columns, these colum are binded to complex field of my dataObject.
e.g :
MyDataobject :string nameMyDataObjectType typein the xaml :
<xcdg:Column FieldName=''Name''>
<xcdg:Column ...
-
I have a grid bound to a collection of users, each row is bound to a user.
class User { int Level {get;set;}}
How to implement two-way binding of a column HighLow:bool to a property Level:int on an entity User when to implement a conversion, converter needs to know the entity to
which current row is bound (conversion logic depends on some ...
-
Hi everybody,
Is there a way to invert rows and columns in the DataGrid ?
Indeed, I need to display each item of my ObsverableCollection as a column, and each row should represent a property of this item.
Thanks.
-
Using the DataGrid 4.1.10566 When the visible property of a column is bound on a boolean with a false value, the following exception is thrown. ''An item with the same key has already been added.'' at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at ...
-
Hi All,
I've got a UserControl that gets bound to an object that has two properties. IsAll (bool)List (ObservableCollection) I am able to bind the collection to the DataGridControl. Where I am having the problem, is that I want the IsAll property to determine whether or not one of the columns in the DataGridControl is ...
-
I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files. The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event. Only the unbound columns are ...
-
Given the following column that is bound to an int value(actually to a DataGridCollectionView first), how do I get the userInput to allow only digits to be input?
On other controls in my app I've used the PreviewTextInput event (backed by a regex that handles any non-numeric input), but that does not seem to be available on the column definition ...
-
hi,
I am trying to have one of the columns to behave as a ''link'' to a line data point chart that opens in a new window (sort of master/detail like behavior). The chart would be bound to one of the properties of the object bound to the given row. I am not sure how to proceed. The property is a KeyValuePair collection. It should ...
1
|
|
|
|