Browse by Tags
All Tags » Xceed DataGrid (RSS)
Showing page 1 of 4 (40 total posts)
-
Hi all.
I'm experiencing an odd behavior from xceed grid which I didn't expect and I was wondering if I could use a little help from you guys.
My xceed grid control is linked to a list of objects and given that the grid height is fixed, there is a vertical scroll bar which I use to navigate through the items. So far, so good. But, ...
-
I have an entity with an ID and a self referencing ParentID (both int) and I have successfully set up a DetailGrid to display the children at the first level, but have not found a way to have that cycle repeat itself down the hierarchy as required. The examples only seem to show how to do it manually....
Any ideas?
-
I'm working on quite big project which extensively uses Xceed datagrid. So far we have set CellContentTemplate to make it possible to map integer codes stored in transaction tables to human readable descriptions (also stored in database, in dictionary tables). See line below:<xcdg:Column FieldName=''Country'' Title=''Country'' ...
-
can any one help me .....
im new to this xceed datagrid.... now i want to use the group margin in my application..
need basic steps to bind data and group margin...
thanks in advance
-
Hi All,
I am in urgent need of a solution. I have a Dynamics GP application and from GP window I am opening a windows form. This windows form has an Xceed control with dynamically binding check box. The user clicks on the check box to check or uncheck a row. I have one more form which is a wpf form opened from GP. In this form I have a text box ...
-
Hello...
I have created a ResourceDictionary that contains:
xmlns:theme=''clr-namespace:XceedDataGridNeutralTheme;assembly=XceedDataGridNeutralTheme''
and styles for all types of XceedDataGrid :
<Style TargetType=''{x:Type xcdg:TableView}''> <Setter ...
-
God day to you.
We are currently working on a multiple window WPF application. In one of these windows we have a Xceed DataGrid showing live data. When the data is updated (from code behind) the window unexpectedly receives focus.
The problem has been narrowed down to the following: By use of article ...
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
-
Hello,
Is it possible to create/have a default style for all the views of the DataGridControl: TableView, CardView and CardflowView3D?
If yes, how?
Thank you!
Ioana
-
i use xceed datagrid for project.
i want to insert dynamic data to combobox.
but i don't find dynamic data sample in xceed . only fixed data sample(below...)
help me....-.-;;;
Xaml >......................................................................My Code
<xcdg:CellEditor ...
1
|
|
|
|