Questions tagged [xceed]

Xceed is a provider of software components and tools for the Microsoft .NET platform.

Xceed offers a broad range of software components and tools that appeal to .NET, Windows Forms, WPF, Silverlight and ASP.NET developers for building better applications. It is best known for its zip compression libraries and data grid controls, used by Microsoft in Microsoft Office 2007, Visual Studio Team System 2010, Windows Home Server and Flight Simulator among others.

315 questions
0
votes
2 answers

In focus row in Xceed datagrid doesn't get updated

I have a Xceed Datagrid whose ItemsSource is CollectionViewSource defined in XAML. Whenever grid is updated, only the row which is in focus doesn't show updated values (revert back to original values) but all of other rows are updated. If I directly…
Navneet Duggal
  • 91
  • 1
  • 15
0
votes
1 answer

Bind id field to tag of image inside xceed datagrid

I want to bind Id field to tag of Image which inside column of Xceed DataGrid.
kunal2u
  • 11
  • 3
0
votes
1 answer

How to set selectedcolor of ColorCanvas by using Argb in code behind

I have a ARGB color code and now I'm trying to set selectedcolor of ColorCanvas by using that ARGB color code in codebehind. Argb color code is not static value since it'll kept changing. Can anyone know how to set it?I have tried to do like this…
0
votes
1 answer

Validate invalid input on DateTimePicker

I have a DateTimePicker as follows:
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
1 answer

Styling the Xceed ColumnManagerCell

I'm interested in styling the column headers on an Xceed DataGrid. The goal is to make the background color grey, with a dark grey border around each header column cell. It seemed to me like the best way to do this was to style the…
quietkatalyst
  • 97
  • 2
  • 8
0
votes
2 answers

Columns Visibility for xceed DataGridControl

I have an xceed:DataGridControl with bounded ItemsSource. Currently I'm trying to set my in/visible columns and the title/headertext for each visible column. Preferably I would like to bind a property in my ViewModel, to set the in/visible columns…
peter70
  • 1,053
  • 16
  • 31
0
votes
1 answer

How do I configure Xceed Real-Time for .NET compression to allow non-ascii file names?

What I'm trying to do is to compress files in real-time as they're coming down in chunks from Azure Blob Storage, and then stream the compressed chunks immediately down to the browser. Everything works perfectly except the ability to allow…
TheDude
  • 1,421
  • 4
  • 29
  • 54
0
votes
1 answer

xceed Propertygrid - how to use a property collection

I try to use the great propertygrid from exceed.wpftoolkit but I have to problems based on the application I have to create. First I didn't know at compile time the number of properties the grid has to show. So I couldn't use a simple class with…
user2377283
  • 365
  • 1
  • 2
  • 12
0
votes
1 answer

Compressing a directory on the go using Xceed

I have a directory that contains several files. I want to compress this folder to a zip (using Xceed third party dll library) and push to user through HTTP. At the same time I would like to create a log of all the files inside the folder and append…
A.Salam Alasaadi
  • 167
  • 1
  • 2
  • 11
0
votes
1 answer

Catel MVVM xctk:PropertyGrid = Error

I have an error when I use Catel Framework together with Xceed.Wpf.Toolkit.PropertyGrid. The error consists in the fact that the PropertyGrid is invisible custom attributes if I inherit from ViewModelBase If I inherit from ModelBase that all is…
user45245
  • 845
  • 1
  • 8
  • 18
0
votes
1 answer

Scroll position and visible row indices in Xceed WPF grid

I'm trying to detect when the user starts scrolling down in the xceed grid control. I would like to know what the scrollbar position is, and which rows are currently being displayed on screen (indices would suffice). Any ideas how I can accomplish…
Filip Frącz
  • 5,881
  • 11
  • 45
  • 67
0
votes
2 answers

In Xceed WPF PropertyGrid how to make Search and Sort buttons invisible

I would like to make the Alphabetic Sort and Search bar invisible on the Xceed WPF PropertyGrid. How would that be done? I have read through the list of object attributes for the PropertyGrid and did not see any property relating to the search…
Tim
  • 8,669
  • 31
  • 105
  • 183
0
votes
1 answer

Xceed FTP Library - Switch Local Working Directory

I have a requirement to enable switching of LocalWorking directory right before file downloads(uploading too) to allow for downloading of files to directories different from the local current working directory. Also, allow uploads from directories…
Kobojunkie
  • 6,375
  • 31
  • 109
  • 164
0
votes
0 answers

Xceed.WPF.Toolkit.MessageBox doesn't show

I've determined that: There is a checkbox at the bottom of the page named "Enable the Visual Studio hosting process" If I un-tick this the issue goes away. Has anyone else experienced this? Are there any other know pitfalls to using WPF.ToolKit…
Barton
  • 547
  • 5
  • 11
0
votes
2 answers

Displaying horizontal line between rows by dragging over in WPF Data Grid or Xceed Data Grid

I am looking for some possibility in WPF how to show horizontal line between rows by dragging over in WPF Data Grid or Xceed Data Grid.
Creator
  • 135
  • 11
1 2 3
20
21