Browse by Tags
All Tags » WPF Data Grid (RSS)
Showing page 1 of 8 (77 total posts)
-
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?
-
In my application, I have licensing requirements to remove certain columns in different licensing scenarios. The following code works great (insert into the MasterDetail code sample, MainPage.xaml.cs, at the end of the MainPage() constructor (Line 37).
this.grid.Columns.Remove(this.grid.Columns[''LastName'']);
Like I said, this code works ...
-
I recently upgraded to 3.7 and still couldn't get this to work easily. I did eventually though but I think not through the ForeignKeyConfiguration property.
I had to jump through several hoops to get it working. Here is how I did it.
PARTIAL CollectionViewSource
<xcdg:DataGridCollectionViewSource ...
-
Hi I just purchased a new subscription and am now upgrading from 3.2 Std to 3.7 Pro (we are VS2008 so no 4.0 yet).
Wondering if there are any particular issues I should be wary of to upgrade my application to the new version?
I mean just as an example, I just deleted the references in my app, re-added them to get the new versions. Ran the ...
-
Well...I'm half way home.
My issue was the namespace... the CellEditorBinding that I saw in the documentation wasn't available in my DataGrid namespace so I had given up on that approach. This restricts to ints (using my event handler, no listed) :
<XceedDG:CellEditor ...
-
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 ...
-
Thanks to the Stack Overflow community for helping me with this one.
There is a typo in the documentation. They forgot to include the CellErrorStyle property on the datagrid. See the above Stack Overflow link for a code sample.
-
I posted a question on 16 March 2010. I received an email from Exceed stating that I should get an answer in 2 to 5 days. I have received none. My post was titled: ''DateTimeTextBox in celleditor problem?''
Does Xceed have a policy that if you don't pay $299+ for support you are ignored on the forum?
I'm not asking for priority ...
-
I just encountered this bug myself. Two grids in my application are acting weird after I insert something. When I press enter new data into the InsertionRow and press ''Enter'', a new row shows up in the grid area, but the same data still shows in the InsertionRow. The odd thing about this is that it seems to only happen for the first ...
1 ...
|
|
|
|