Browse by Tags
All Tags » WPF (RSS)
Showing page 1 of 4 (34 total posts)
-
I want to export the contents of a grid but the items of the CellEditor's ItemsSource are exported also. How do I prevent the ExcelExporter to do that?
...
Found it myself by adding Browsable(false) attribute to the properties I don't wish to show ... How come no documentation exists for that!?
-
Recently, we had a question here at technical support asking if we had ''Excel Like Selection of DataCells''.
Well... we don't! When SelectionUnit is set to Cell on DataGridControl it is possible to make your selection on a cell-by-cell basis and to select multiple cells at once by Shift Clicking but still, that is not what some clients expect, ...
-
I use MVVM Light for my program.
My soft is a part of big program, it is wpf dll.
So, with MVVM light I can use this construction for update all View's from ViewModel's: http://pastie.org/2503236
When I open one dialog and Refresh() work's good, all tables show me smthng.
But, when I close dialog and then open another dialog with ...
-
Hello
We try to get started with Xceed WPF DataGrid and we like to start at the beginning (the provieded examples are all heavy overloaded). Therefore we tried to create the most simple DataGridControl example we can imagine:
MainWindow.xaml:
<Window x:Class=''Xceed_DataGrid_for_WPF_virtual_override.MainWindow'' ...
-
How to display newly added/Inserted blank row when filtering is applied on a particular column(s).
Thanks
-
Dear xceed,
Firstly, thank you for a very impressive WPF grid. I'm enjoying learning how to get the most out of it.
I have one particular example with a large data table where it was desirable to use the lazy loading features of the DataGridVirtualizingCollectionView. I've hooked it up, and done the C# necessary to get the data loading / ...
-
Alexandre:I would like to change the upload path. Where do i find this in the Uploader Tour Sample code?
Thank's a lot from Brazil.
-
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 ...
-
For those who still experience a similar issue, I've found another more elegant approach
<DataGrid:DataGridControl.Resources> <Style TargetType=''{x:Type DataGrid:DataRow}''> <EventSetter ...
-
I have a WPF drop down control (illustrated using theComboBox control below) that is host in the Xceed Win Forms GridControl using aCellEditorManager.PROBLEM: If I open the drop down and click anywhere in thedrop down that is also overlapping a cell then the drop down disappears and theclick falls through the underlying control. If the drop down ...
1
|
|
|
|