Row level validation using ValidationRule
How can i add row level validation rule for the DatagridControl? Similar to the one in Datagrid in WPF.
AvalonDock: Is there a way to keep a floating LayoutAnchorable 'on top' of its parent's main application window?
AvalonDock: Is there a way to keep a floating LayoutAnchorable 'on top' of its parent's main application window?
WPF control licensing
I'm currently evaluating the WPF DataGrid component but am unclear on licensing. The website blurb states that it is a "perpetual" license, but section 7 of the license agreement suggests that I need an active subscription to continue using the component
DataGrid pre-sales questions
I manage a large WPF desktop data processing application that utilises data grids in a big way, with some fairly complex use cases. All this has been accomplished using the vanilla .Net DataGrid, and inevitably involved a lot of jumping through hoops
Indent a paragraph in Word for .Net
I use the indent option in Word to indent pictures and images. I also use the indent option to indent lists of bullet items. Is this feature available in the current version of Words for .Net I can't tell from reading the release notes of recent
How to install / access documentation?
I'm using Windows 11. After installing the ultimate suite, I have "documentation" links in my start menu. Those links open a folder which contains two files: helpcontentsetup.msha XceedDocuments.cab The msha file has no associated application. The cab
ActiveX
"ActiveX component can't create object" error message when using Access... what to do? Regards, Excavation Rochester
Problem with 64bit XceedZip
We have just upgraded a 32-bit MS Access application that was using the 32-bit XceedZip control to un-compress files from 32bit MS Access to 64-bit MS Access and have changed over to now using the 64bit XceedZipX64 control within the updated app. The
BindingList<>.Clear() appears to cause Memory leak
Although similar to http://forums.xceed.com/forums/ShowPost.aspx?PostID=7305 I just want to be clear that this is the same issue/will be solved by v1.2. I have a BindingList<> of internal business objects. These objects are dynamically created at run
Xceed WPF Chart Control
I'm trying to create the Chart using Xceed WPF Plus Toolkit Chart control with my Trial version. I’m facing one problem that the labels which are showing on the axis are in decimal format but I want them to be in whole numbers. I tried the data template
AppendPicture Issue
I am adding a couple pictures to a word document via docx. When I add the pictures to the document and create it they all come out in the correct orientation. If I do the same thing, but user the ConvertToPdf option the some of the photos are rotated
Use of Hamburger and HamburgerMenu WPF controls
Hello. I'm trying to implement the WPF Hamburger and HamburgerMenu controls that are available on the Toolkit plus package, just like it looks on the Documentation, but apparently it isn't working and I can't find why. Could someone provide me with an
Xceed WPF Toolkit Plus edition Chart Control
Support for Xceed WPF Chart Control
Avalon Dock: Check Floating status of LayoutAnchorable
Using the attached sample application please try the following scenario which will illustrate the floating status of the LayoutAnchorable: (a) Start the sample application (b) Click the 'Check Pane Status' button to see that the status indicates that
ASLR Enabled?
A long time ago we purchased Xceed VCL components: Zip Compression Library v 6.0 and FTP Library v1.1. These were for a desktop Delphi program we still support (not .NET). I'm assuming these are ActiveX components. Does the current version of these
AvalonDock: Prevent docking of LayoutAnchorable within itself
Please try the following scenario with the attached sample application: (a) Start up the sample application: (b) Manually float the LayoutAnchorable by dragging it from the main window: (c) Using the pull-down menu of the floating LayoutAnchorable, select
AvalonDock: When an application has one or more LayoutAnchorable floating - Hover over the application's task bar icon
When an application has one or more LayoutAnchorables floating and the user hovers over the application's task bar icon, is there a way to show the application's main window and the floating panes like in Visual Studio? On left is VS main window on right
AvalonDock: Is there an event to determine if a LayoutAnchorable is about to be or has floated or docked?
I would like to control the default size and position of a LayoutAnchorable as it is about to be floated.
Limitations with a trial license
After creating an encrypted zip file, I find that I can unzip it without specifying the password. Is this a limitation with the trial license? This is with using the XceedZipX64.dll using direct calls to the DLL API functions. Code snippet: bool Finalize(std::wstring
MaterialTabControl in WPFToolKit 4.3
Greetings, I'm using a MaterialTabControl in a NET CORE 6 solution. Two questions How do I Center Align the Tab Headers, they default as Left Aligned. How do I disable the Swipe Animation when switching tabs, it defaults to on. I looked in the documentation
VBA zip file and folder together
Hello, I'm trying to zip a file and a folder together without success. My situation looks like this: testfile.xml bindata\test.pdf bindata is a folder with files. I want to zip those two things together as one zip and the folder "bindata" has to stay.
Dynamic ComboBoxEditor Population
Hello, Having trouble populating a ComboBoxEditor in one cell based on the selection of a ComboBoxEditor value in another cell within the grid. For example, one cell contains a dropdown list of Categories and based on the selection the dropdown list in
How to use the Zip component trial?
I suppose should be easy to do, but I'm not able to use the component as a trial. My first attempt was to refer the library from NuGet, but the debug breaks on this exception: System.Exception: 'Xceed.Compression.Formats.Licenser.LicenseKey must be set
Tables in exported PDFs from Words4.Net don't have the correct appearence
I can't find a Sub-Category for the Words for .Net, so I put this question in the General Category. We are generating Word documents using "Words for .Net", that have tables in them. But when we export these Word Documents using the PDF Capability of
LayoutAnchorable content not displayed when close of layout anchorable is prevented by e.cancel = true;
Please find attached a simple Exceed WPF Toolkit project which illustrates two issues I am experiencing: For LayoutAnchorable 'la1' I have added a Closing event handler in which a user can select if the closing should be cancelled. When the user selects
I am getting this issue when building my app to iOS
Hi there, I am building an app in Unity using Xceed Words. App works fine when running in editor. But I getting the following error when building to iOS. MissingMethodException: The method 'System.Void System.IO.Packaging.Package::.cctor()' has no implementation.
Words for .NET - Rotate a textbox
Hello, I can't find a way to rotate a textbox (shape). Is this even possible and if so, how does it work? Thank you for your support.
MaterialTabControl: Change Font for Tabs?
Greetings, I have a MaterialTabControl and I need to set the Font Style and Weight that is displayed on the Tabs themselves (where you click to change tabs). Also can the Tabs be centered in the display instead of being left aligned?
Converting to .net 6.0
Hi! I tried to convert the TableView demo to .net 6.0, but ran into a lot of issues. Is there any documentation about how to upgrade a .net framework 4.8 to .net 6.0 for exceed DataGrid? If I create a new .net 6.0 project and use a xceed DataGrid, everything
How so send datagrid validation errors to view model
I have a datagrid from the wpftoolkit. It is bound to a collection in a view model, and UI level validation has been implemented. The validation works correctly, but I want to send the validation errors to a view model. I need to enable or disable controls
PropertyGrid theme issues
Hi, I installed the 45 day trial and I am on my first day. I am tweaking the LiveExplorer demo to test various aspects of the tool, but for some strange reason, the Theming/AvalonDock controls example with PropertyGrid does not work with the Metro Theme.
How can I get the specific GroupHeaderControl with a given Group or CollectionViewGroup?
The title basically says it all. I am trying to get to the GroupHeaderControl to make some changes whenever a row within the group is clicked. I am able to navigate to the CollectionViewGroup and Group, but have no idea how to get to the GroupHeaderControl.
Words for .NET
Hi, Is it possible insert a document i a specific point of the document ? I'm using g_document.InsertDocument(mydocpath); but add the file on bottom of document.
Forum about Javascript
I found that you made a datagrid for Javascript. So far it works great and incredibly fast. I was wondering if you were planning to create a specific section in your forums for this product. https://www.xceed.com/en/our-products/product/xceed-grid-for-javascript
Grid null reference exception red x scroll bars
I have a WinForm application that used Xceed.Grid. When the grid loads, I get the following exception and the scrollbar is a large red X. ----------------------------------------------
Exception:
System.NullReferenceException
Object reference not set
Memory Leak when using BindingList<>
Ok, I’ve narrowed down where / when the memory leak is that I had found. I do not know if it is something that I am doing or a problem with the control itself. If it is something in what I am doing, can someone please let me know how to fix the problem
License-Key
First of all let me state that this is an amazing program for free. I am however, still having an issue with the free license. I followed the steps in setting the license key but I am still getting the pop up window advising me how many trial days I have
Error unzipping:InvalidZipStructureException
Hi, I have a zip file (attached) that I’m trying to unzip using the CopyFilesTo function. I get: Xceed.Zip.InvalidZipStructureException = {“The information contained in the local header does not match the information of the central header. Zip file:
Avalon Dock: Data bound title works in designer, but not when running app
I am currently trying to create a UI using Avalon Dock from Xceed WPF Toolkit 3. I created a much simpler version of this example. Basically, my view model looks like this: namespace NonWorkingAvalonDock {
public sealed class MainViewModel {
Xceed grid licenser licensekey must be set to valid error in design mode
Our legacy WinForm project has few forms with Xceed.Greed control. The project runs OK. However, when I try to open the windows form, I have the license error message (please, see error details below). The Xceed.Greed.Licenser.LicenseKey property is set
Next Page