Browse by Tags
All Tags » Xceed DataGrid (RSS)
Showing page 1 of 4 (40 total posts)
-
Hello,
I'm looking for the way to trigger the event of filtering on a grid
currenttly i have something like :
<xcdg:FilterRow>
<xcdg:FilterCell FieldName=''LastName'' ...
-
Is there any way to create multiple column headers in XCeed DataGrid for WPF v4.x ?
Header A
Header B
Hedaer1
Hedaer2
Hedaer1
Hedaer2
Regards
Rajesh Sajjanar
-
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 ...
-
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?
-
binding ListCollectionView is not working on XCeed... it is working fine with ObservableCollection .... Do we have to do something extra to support it...
-
Hi
I am trying to implement a CellValidationRule that will throw an error if a duplicate entry exists in the grid already.
The problem is that within my custom validation method, the thrid parameter ''CellValidationContext context'' refers to a cell, and i can not gain access to the grid control from this object.
I can get the ...
-
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?
1
|
|
|
|