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
1 answer

Format the display of the GroupBy header for Xceed Grid

I am using the groupby control on an xceed grid. I am trying to format the header. I want to get rid of the circled part in the pic below. Any ideas?
g.t.w.d
  • 601
  • 1
  • 10
  • 30
0
votes
0 answers

32 bit active x controls in a 64bit for windows application

I'm creating a windows application in vb.net which I want to be able to compile for "All CPUs". Now,i want compile the app in 64 bit ActiveX controls for that i have change from All CPU to x64 and i compile the app but it showing error that could…
Victor Athoti.
  • 829
  • 9
  • 22
  • 49
0
votes
1 answer

How to convert this Xceed XAML to C#

I am trying to dynamically build columns in C#, but I am not sure how to convert this to C#
g.t.w.d
  • 601
  • 1
  • 10
  • 30
-1
votes
1 answer

Extended datetimepicker raise error DateRange because DateTime Device not in range

Error appear when click Datepicker box. Error as below: XAML and CS Code: Device DateTime Value is: 21-May-11
Wan Aideed
  • 41
  • 1
  • 6
-1
votes
1 answer

IsMaskcompleted sometimes is null, why is that?

I'm working on a new WPF form. I'm using the Extended.Wpf.Toolkit's MaskedTextBox. I'm using the IsMaskCompleted property in a MultiBinding expression. Here's the XAML:
Rod
  • 4,107
  • 12
  • 57
  • 81
-1
votes
1 answer

Create DOCX file with support for RTL (hebrew, arabic) using C# .NET

In the last several weeks i have figured that DOCX (XCEED) component does not support Hebrew really good, if i write something in Hebrew (Or Arabic) and need dot or colon at the end of the line, they appear at the beginning. I'm still waiting for…
Y.G.J
  • 1,098
  • 5
  • 19
  • 44
-1
votes
1 answer

Xceed Datagrid Cell Colouring

I have an xceed WPF Datagrid that I want to color a particular cell in each row a particular way. The grid is bound to a Collection of Bid objects. The column I want to apply to color is BidValue.
JoeHz
  • 2,136
  • 1
  • 18
  • 29
-1
votes
1 answer

Xceed wpf wizard - how do I set an application image?

I am using the Xceed wpf Wizard, which is really useful, but I have a problem with it. On the left side, where there would usually be an image for the application, there is just a gray area. I have an image I want to add, but cannot find a way of…
Schroedingers Cat
  • 3,099
  • 1
  • 15
  • 33
-1
votes
1 answer

Whe does my XCeed DataGridControl with IValueConverter always returns 0 for a null value?

I have a WPF application with an XCeed DataGridControl. I'm trying to use an IValueConverter to convert a data cell (int? value)'s contents as follows. If value == null or non-numeric then display 'N/A' If value is numeric then display the…
JohnB
  • 3,921
  • 8
  • 49
  • 99
-1
votes
1 answer

WPF Exceed busyindicator + listbox combination style issues

I am using xceed busyindicator control and listbox with the very simple example. So i have background color of listbox set to black and when isbusy property of busyindicator is set to true. Listbox background color changes to white but for the rest…
-1
votes
1 answer

Xceed DataGrid: Filtering Details

I've got a Master/Detail DataGrid and I want to filter the details. Here's my DataGridCollectionViewSource:
Hjalte Tagmose
  • 67
  • 1
  • 12
-1
votes
1 answer

Prism NotificationRequest vs Xceed MessageBox

When we use MVVM we are told to avoid using System.Windows.MessageBox in our ViewModel, and I guess it is because it would not be good for our tests. Is it true? With Prism NotificationRequest, we can comunicate with our users, but it is a little…
Carlos
  • 1,638
  • 5
  • 21
  • 39
-1
votes
1 answer

Xaml binding to attached property referencing another property

Re-worked as per Peter’s suggestion. I have an xceed DateTimePicker. This accepts a DateTime? value to display and bind to. I have a special date – 1900-01-01 00:00:00 If I pass this date into the DateTimePicker, I would like this to be treated as…
andrew
  • 1,184
  • 3
  • 19
  • 28
-3
votes
1 answer

Change button background color using Xceed ColorPicker

How can I change button background color by using Xceed ColorPicker on a click event Button
kurub
  • 1
-6
votes
1 answer

Why is a package not available on NuGet?

I see from Codeplex that Xceed's Extended WPF Toolkit Community Edition v2.4.0 has just been released. My C# project references the NuGet package of the Toolkit, but is not reporting the update (I'm still using v2.3.0). Can someone enlighten me as…
Peter
  • 364
  • 5
  • 17
1 2 3
20
21