Browse by Tags
All Tags » Column (RSS)
Showing page 1 of 5 (47 total posts)
-
We have an application that is a plug in to Microsoft Outlook. When we login to our home page inside the application, we have some columns that are displayed ( like ''from'', ''to'', ''subject'' etc.). Our problem is everytime we login to this page after opening Outlook the columns are shoved to extreme left. Expected behaviour should be the ...
-
Dear Team,
I am new to Exceed grid i like to know if Exceed Datagrid supports Column selection as like Row selection. if yes how to enable that.
and also is there is any option to change Font Family, Font size. Font color for the selected column.
-
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 ...
1
|
|
|
|