Browse by Tags
All Tags » BUG (RSS)
Showing page 1 of 2 (17 total posts)
-
I'm trying to use the QuickFtp class to upload a number of files to a particular folder.
If I use the Send(string, int, string, string, string, string[]) overload, the files are uploaded, but they are not uploaded to the specified folder. Instead, the component creates a directory structure within the specified folder which mirrors the entire ...
-
Hi everyone,
In my XAML, I use a DataGridControl with the View property set to a simple TableView and with the ColumnStretchMode set to ''Last''.
Everything works fine.
But if I override the TableViewScrollViewer style, in order to set its CanContentScroll property to False, the last column of my DataGrid does not stretch...
If I set ...
-
In version 3.7.10418.12160 of the Xceed grid, I'm trying to use a DatetimePicker in the insertion row.
When I Select a value in the insertion row and add the row, it loses the selected value. Any suggestions as to what I'm doing wrong ? Editing after insertion works. This xaml worked in version 3.5.
In resources:
...
-
I checked on v3.5 and v3.7 of the LiveExplorer and got the error to show up:
3.7 with Error http://img403.imageshack.us/img403/3457/captureds.png
3.5 No Error http://img176.imageshack.us/img176/3994/capture35.png
Sorry for the external links, the ''Insert image'' didn't seem to work
-
When changing the ItemsSource the DataGrid doesn't remove the old columns from the grid, yet it will add the new ones.
<DataGrid:DataGridControl ItemsSource=''{Binding DataModel.CollectionView}'' />
The DataModelCollectionView is of type DataGridVirtualizingCollectionView
I have two CollectionViews (of different types) that can be ...
-
Hi,
there is an example missing in the documentation and that happens to be the example I'm looking for...
Could you please provide it here?
Thanks,Patrick
http://doc.xceedsoft.com/products/XceedWpfDataGrid/Data_Virtualization.html
ShowExample 1: Binding to an IQueryable source
Include Topic Include: ...
-
Hello,
I've observed an issue in rendering of Marster-Detail grid. Imagine you have two DetailConfiguration for the same root element. When you start the application, it will render the detail grids oddly. The critical issue is, that the first Detail grid will take all available space on the screen down from its first row. If we remove one of the ...
-
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 ...
-
Hi everybody,
I think I have found a new bug in the DataGrid.
There is a big rendering bug when the new TableflowView is used with a custom template in the DetailConfiguration.Footers collection.
I sent you a sample with the bug.
-
When the grid is dispaly with FlowDireciton=RightToLeft and with grouping the keyboard operate as if FlowDirection is still LeftToRight - meaning to collapse a group you need to press the left arrow (instead of the right) and to expand a group you need to press the right arrow (instead of the left).
Ido.
1
|
|
|
|