Browse by Tags
All Tags » xceed wpf grid (RSS)
Showing page 1 of 2 (12 total posts)
-
Hi,
I am just update my xceed version to 4.3 now. However, I met the issue after that.
I integrated the data grid to one windowsForm project.
Then I drag the column header and want to group the values.
The shadow of the column header does not follow my mouse.
How to change it to let the shadow follows my mouse all the time?
-
Hi Marc,
Thank you about your reply.But I need different requirement.
I need to change layout of FixedCellPanel. that it will be seems as WrapPanel instead StackPanel today.
I would not want to loss all of features of cell - sort, filter, selected etc,But I try to change arrange of some cells.
Thanks again.
Nom
-
Hi,
I am quite new to the xceed wpf datagrid and this problem is quite crucial for me. So please help!!!!
My grid is bound to a xml. Whenever i update the grid, i send a message to the server and i get a new xml from the server, to which i need to bind my grid to.
In my project about 100 rows are created on the screen, of which only 10 are ...
-
Hi
I have a datagridcontrol which i bind to xml. But don't know why, i am not able to edit it once i bind it to xml. I was able to edit it and it worked fine if i used datagridcollectionview. Does any one of you have any idea as to whats wrong.
I want to bind the grid with the xml which i get from the server. Once the user updates ...
-
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 table whose columns are dynamic. Essentially, we allow a user to create a table through a user interface. Once that table is created, we are using the Xceed datagrid to allow them to input values into the table they created. We are binding a DataTable representation of what the user creates to the datagrid. ...
-
Am new to XCeed Wpf DataGrid and I like everything I've tried so far....
I read most of the posts which shows it done in XAML and also saw the post about constructing XAML on fly (which seems messy).
My dataset isn't known until runtime so I don't have a way to set it properly on the DataGridCollectionViewSource in XAML. Tried ...
-
Hi,
I am trying to find a way to make the fixed column splitter stay fixed at the declared column count. Currently, if the FixedColumnCount is four, it works fine as long the user doesn't drag one of the columns out of into the first four columns. But once that happens the splitter sticks and moves with the last column and no longer stays at the ...
-
How to display newly added/Inserted blank row when filtering is applied on a particular column(s).
Thanks
-
We require Excel like auto filtering. (Including distinct value check boxes and filtering using logical operators like OR, AND, NOT, CONTAINS, IN, STARTSWITH, ISEQUALTO, ISNOTEQUALTO). Currently xceed datagrid doesn't support filtering based on logical operations. Is anybody have solution for this limitation?
1
|
|
|
|