{"id":3129,"date":"2025-09-10T15:51:36","date_gmt":"2025-09-10T15:51:36","guid":{"rendered":"https:\/\/xceed.com\/?p=3129"},"modified":"2025-09-17T16:08:33","modified_gmt":"2025-09-17T16:08:33","slug":"xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling","status":"publish","type":"post","link":"https:\/\/xceed.com\/es\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/","title":{"rendered":"Xceed Toolkit Plus for WPF 5.1"},"content":{"rendered":"<h1 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Release Week Deep Dive on Conflict\u2011Free DataGrid Mixing and Easier UI Styling<\/mark><\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">Why this update matters<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Conflict-free composition: Mix Toolkit and Xceed DataGrid in the same solution without brittle workarounds.<\/li>\n\n\n\n<li>Faster theming with less XAML: AppearanceProperties and new converters give you clean, centralized control over radius, spacing, and typography.<\/li>\n\n\n\n<li>Predictable editing UX: RichTextBoxFormatBar can stay visible and be precisely positioned.<\/li>\n\n\n\n<li>Friendlier filtering: New dependency properties improve discoverability and control.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What\u2019s new in Xceed Toolkit Plus for WPF 5.1<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Conflict\u2011free mixing of Toolkit and Xceed DataGrid<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What changed: Xceed.Wpf.DataGrid.dll is now Xceed.Wpf.DataGrid.Toolkit.dll.<\/li>\n\n\n\n<li>What it solves: You can run Toolkit and full DataGrid side-by-side without assembly conflicts\u2014ideal for modular apps and gradual migrations.<\/li>\n\n\n\n<li>Migration checklist:\n<ul class=\"wp-block-list\">\n<li>Update package\/reference to Xceed.Wpf.DataGrid.Toolkit.dll<\/li>\n\n\n\n<li>Adjust assembly-qualified XAML namespaces if you used them<\/li>\n\n\n\n<li>Verify binding redirects and any build-copy steps<\/li>\n\n\n\n<li>Rebuild and smoke-test views using both Toolkit and DataGrid<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Easier, consistent styling with AppearanceProperties<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The challenge: Many controls didn\u2019t expose radius, margin, foreground, or font weight\u2014forcing template edits.<\/li>\n\n\n\n<li>The solution: AppearanceProperties centralizes these for a consistent theme:\n<ul class=\"wp-block-list\">\n<li>Radius<\/li>\n\n\n\n<li>Margin<\/li>\n\n\n\n<li>Foreground<\/li>\n\n\n\n<li>FontWeight<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Benefits<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Less template surgery and duplicated styles<\/li>\n\n\n\n<li>Consistent radius scale (e.g., 2\/4\/6\/8) across inputs, lists, and panels<\/li>\n\n\n\n<li>Cleaner resource dictionaries and faster theme updates<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Converters for rounded, modern UI<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CornerRadiusToUnderlineMarginConverter: Aligns underline margins so they don\u2019t collide with rounded edges.<\/li>\n\n\n\n<li>CornerRadiusReplacementConverter: Normalizes child radii to match parent containers.<\/li>\n\n\n\n<li>Where this shines:\n<ul class=\"wp-block-list\">\n<li>TextBox underlines inside rounded cards<\/li>\n\n\n\n<li>Popups and menus within rounded containers<\/li>\n\n\n\n<li>List\/Tree items that should inherit parent curvature<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">RichTextBoxFormatBar that stays put<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always-visible option: Keep the format bar present for power users.<\/li>\n\n\n\n<li>Precise placement: Use Position and the FormatBarPosition enum to anchor it where it belongs (top, bottom, dedicated region).<\/li>\n\n\n\n<li>Outcome: Predictable editing flows, fewer \u201cwhere did the toolbar go?\u201d moments.<\/li>\n<\/ul>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Smoother filtering with SelectAllSelector<\/mark><\/strong><\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New dependency properties:\n<ul class=\"wp-block-list\">\n<li>FilterText: bindable filter value<\/li>\n\n\n\n<li>IsFilterActive: toggle filtering at runtime (great for simple\/advanced modes)<\/li>\n\n\n\n<li>FilterWatermark: hint text for discoverability<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Result: Clean MVVM bindings, easier A\/B tests for filter UX, happier users.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Developer tips<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Centralize theme tokens (radius, font weights, colors) in a ResourceDictionary and bind via AppearanceProperties.<\/li>\n\n\n\n<li>Register the new converters in App.xaml or a shared theme dictionary to reuse across views.<\/li>\n\n\n\n<li>For the RichTextBoxFormatBar, reserve space or host it in a dedicated toolbar region when using AlwaysVisible.<\/li>\n\n\n\n<li>Debounce FilterText changes in the ViewModel for very large collections to keep typing responsive.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Who benefits most<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WPF teams mixing Xceed Toolkit Plus for WPF and Xceed DataGrid in one solution<\/li>\n\n\n\n<li>Apps standardizing on rounded, modern UI without rewriting templates<\/li>\n\n\n\n<li>Products with rich text editing and discoverable filtering experiences<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p>Comienza tu <strong>free 45\u2011day trial<\/strong> to test conflict\u2011free Toolkit + DataGrid in your app:&nbsp;<a href=\"https:\/\/xceed.com\/es\/ensayo\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/xceed.com\/trial\/<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Need help with migration or styling patterns? Our engineers are here to help:&nbsp;<a href=\"https:\/\/xceed.com\/es\/soporte\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/xceed.com\/support\/<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">What\u2019s the key change in Xceed Toolkit Plus for WPF 5.1? <\/mark><\/strong><\/p>\n\n\n\n<p>The DataGrid assembly was renamed to Xceed.Wpf.DataGrid.Toolkit.dll, enabling conflict\u2011free mixing of Toolkit and the full DataGrid in the same application. This reduces version friction in modular solutions.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Will this break my XAML?<\/mark><\/strong><\/p>\n\n\n\n<p> If you reference assembly-qualified XAML namespaces, update them to match the new assembly. Standard CLR namespace mappings typically keep working once references are updated.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">How do AppearanceProperties reduce XAML boilerplate? <\/mark><\/strong><\/p>\n\n\n\n<p>AppearanceProperties exposes radius, margin, foreground, and font weight for controls that didn\u2019t previously surface them. You avoid template forks and keep styles centralized and consistent.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">Where should I use the new converters? <\/mark><\/strong><\/p>\n\n\n\n<p>Use CornerRadiusToUnderlineMarginConverter to align underlines with rounded edges, and CornerRadiusReplacementConverter to standardize radii in nested elements\u2014cards, popups, lists, and menus.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">How do I keep the RichTextBoxFormatBar from overlapping content? <\/mark><\/strong><\/p>\n\n\n\n<p>Anchor it via Position\/FormatBarPosition and place it in a dedicated toolbar region or reserved layout space for predictable UX.<\/p>\n\n\n\n<p><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">What\u2019s the best way to implement filtering on large lists? <\/mark><\/strong><\/p>\n\n\n\n<p>Bind FilterText and IsFilterActive, show a helpful FilterWatermark, and add a short debounce in your ViewModel to maintain snappy input on big collections.<\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>We\u2019re spotlighting a key update in Xceed Toolkit Plus for WPF 5.1 that removes version friction for teams and cleans up your XAML: a strategic DataGrid assembly rename that enables conflict\u2011free mixing of Toolkit and the full DataGrid, plus new styling primitives that make modern, rounded interfaces faster to build. If you maintain a multi-module WPF app, this release helps you upgrade confidently, reduce template hacks, and ship a more consistent UI.<\/p>","protected":false},"author":12,"featured_media":3130,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":"[]"},"categories":[141,50],"tags":[310,313,240,312,311,315,306,307,273,308,314,309],"class_list":["post-3129","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-releases","tag-mix-toolkit-and-datagrid","tag-wpf-assembly-rename","tag-wpf-datagrid","tag-wpf-datagrid-conflict","tag-wpf-multiple-datagrid-versions","tag-wpf-namespace-conflicts","tag-xceed-datagrid-wpf","tag-xceed-toolkit-plus-5-1","tag-xceed-toolkit-plus-for-wpf","tag-xceed-wpf-toolkit-plus","tag-xceed-wpf-datagrid-dll-rename","tag-xceed-wpf-datagrid-toolkit-dll"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Xceed Toolkit Plus for WPF 5.1 - Xceed<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xceed.com\/es\/blog\/todos\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict\u2011free-datagrid-mixing-and-easier-ui-styling\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Xceed Toolkit Plus for WPF 5.1 - Xceed\" \/>\n<meta property=\"og:description\" content=\"We\u2019re spotlighting a key update in Xceed Toolkit Plus for WPF 5.1 that removes version friction for teams and cleans up your XAML: a strategic DataGrid assembly rename that enables conflict\u2011free mixing of Toolkit and the full DataGrid, plus new styling primitives that make modern, rounded interfaces faster to build. If you maintain a multi-module WPF app, this release helps you upgrade confidently, reduce template hacks, and ship a more consistent UI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xceed.com\/es\/blog\/todos\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict\u2011free-datagrid-mixing-and-easier-ui-styling\/\" \/>\n<meta property=\"og:site_name\" content=\"Xceed\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-10T15:51:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T16:08:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"896\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christopher Radford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Radford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/\"},\"author\":{\"name\":\"Christopher Radford\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\"},\"headline\":\"Xceed Toolkit Plus for WPF 5.1\",\"datePublished\":\"2025-09-10T15:51:36+00:00\",\"dateModified\":\"2025-09-17T16:08:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/\"},\"wordCount\":678,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"keywords\":[\"mix Toolkit and DataGrid\",\"WPF assembly rename\",\"WPF DataGrid\",\"WPF DataGrid conflict\",\"WPF multiple DataGrid versions\",\"WPF namespace conflicts\",\"Xceed DataGrid WPF\",\"Xceed Toolkit Plus 5.1\",\"Xceed Toolkit Plus for WPF\",\"Xceed WPF Toolkit Plus\",\"Xceed.Wpf.DataGrid.dll rename\",\"Xceed.Wpf.DataGrid.Toolkit.dll\"],\"articleSection\":[\"All\",\"Releases\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/\",\"name\":\"Xceed Toolkit Plus for WPF 5.1 - Xceed\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"datePublished\":\"2025-09-10T15:51:36+00:00\",\"dateModified\":\"2025-09-17T16:08:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/generated-image-2025-09-08.png\",\"width\":1280,\"height\":896},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xceed.com\\\/blog\\\/all\\\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xceed.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Xceed Toolkit Plus for WPF 5.1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"name\":\"Xceed\",\"description\":\"Provides tools for .NET, Windows Forms, WPF, Silverlight, and ASP.NET developers to create better applications.\",\"publisher\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xceed.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#organization\",\"name\":\"Xceed\",\"url\":\"https:\\\/\\\/xceed.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-xceed-logo.png\",\"contentUrl\":\"https:\\\/\\\/xceed.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/cropped-xceed-logo.png\",\"width\":609,\"height\":150,\"caption\":\"Xceed\"},\"image\":{\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xceed.com\\\/fr\\\/#\\\/schema\\\/person\\\/79a6cce48b70a88e6701fef086d7c351\",\"name\":\"Christopher Radford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g\",\"caption\":\"Christopher Radford\"},\"sameAs\":[\"http:\\\/\\\/www.localhost:10003\"],\"url\":\"https:\\\/\\\/xceed.com\\\/es\\\/blog\\\/author\\\/radfordc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Xceed Toolkit Plus for WPF 5.1 - Xceed","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xceed.com\/es\/blog\/todos\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict\u2011free-datagrid-mixing-and-easier-ui-styling\/","og_locale":"es_MX","og_type":"article","og_title":"Xceed Toolkit Plus for WPF 5.1 - Xceed","og_description":"We\u2019re spotlighting a key update in Xceed Toolkit Plus for WPF 5.1 that removes version friction for teams and cleans up your XAML: a strategic DataGrid assembly rename that enables conflict\u2011free mixing of Toolkit and the full DataGrid, plus new styling primitives that make modern, rounded interfaces faster to build. If you maintain a multi-module WPF app, this release helps you upgrade confidently, reduce template hacks, and ship a more consistent UI.","og_url":"https:\/\/xceed.com\/es\/blog\/todos\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict\u2011free-datagrid-mixing-and-easier-ui-styling\/","og_site_name":"Xceed","article_published_time":"2025-09-10T15:51:36+00:00","article_modified_time":"2025-09-17T16:08:33+00:00","og_image":[{"width":1280,"height":896,"url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","type":"image\/png"}],"author":"Christopher Radford","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Radford","Est. reading time":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#article","isPartOf":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/"},"author":{"name":"Christopher Radford","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351"},"headline":"Xceed Toolkit Plus for WPF 5.1","datePublished":"2025-09-10T15:51:36+00:00","dateModified":"2025-09-17T16:08:33+00:00","mainEntityOfPage":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/"},"wordCount":678,"commentCount":0,"publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"image":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","keywords":["mix Toolkit and DataGrid","WPF assembly rename","WPF DataGrid","WPF DataGrid conflict","WPF multiple DataGrid versions","WPF namespace conflicts","Xceed DataGrid WPF","Xceed Toolkit Plus 5.1","Xceed Toolkit Plus for WPF","Xceed WPF Toolkit Plus","Xceed.Wpf.DataGrid.dll rename","Xceed.Wpf.DataGrid.Toolkit.dll"],"articleSection":["All","Releases"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/","url":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/","name":"Xceed Toolkit Plus for WPF 5.1 - Xceed","isPartOf":{"@id":"https:\/\/xceed.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"image":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#primaryimage"},"thumbnailUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","datePublished":"2025-09-10T15:51:36+00:00","dateModified":"2025-09-17T16:08:33+00:00","breadcrumb":{"@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#primaryimage","url":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2025\/09\/generated-image-2025-09-08.png","width":1280,"height":896},{"@type":"BreadcrumbList","@id":"https:\/\/xceed.com\/blog\/all\/xceed-toolkit-plus-for-wpf-5-1-release-week-deep-dive-on-conflict%e2%80%91free-datagrid-mixing-and-easier-ui-styling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xceed.com\/"},{"@type":"ListItem","position":2,"name":"Xceed Toolkit Plus for WPF 5.1"}]},{"@type":"WebSite","@id":"https:\/\/xceed.com\/fr\/#website","url":"https:\/\/xceed.com\/fr\/","name":"Xceed","description":"Proporciona herramientas para que los desarrolladores de .NET, Windows Forms, WPF, Silverlight y ASP.NET puedan crear mejores aplicaciones.","publisher":{"@id":"https:\/\/xceed.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xceed.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/xceed.com\/fr\/#organization","name":"Xceed","url":"https:\/\/xceed.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/04\/cropped-xceed-logo.png","contentUrl":"https:\/\/xceed.com\/wp-content\/uploads\/2024\/04\/cropped-xceed-logo.png","width":609,"height":150,"caption":"Xceed"},"image":{"@id":"https:\/\/xceed.com\/fr\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/xceed.com\/fr\/#\/schema\/person\/79a6cce48b70a88e6701fef086d7c351","name":"Christopher Radford","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/646a50aec7dd7187eab0ace3be81c465cdf54ce89b57357657f254b7cb1b996c?s=96&d=mm&r=g","caption":"Christopher Radford"},"sameAs":["http:\/\/www.localhost:10003"],"url":"https:\/\/xceed.com\/es\/blog\/author\/radfordc\/"}]}},"_links":{"self":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/3129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/comments?post=3129"}],"version-history":[{"count":0,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/posts\/3129\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media\/3130"}],"wp:attachment":[{"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/media?parent=3129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/categories?post=3129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xceed.com\/es\/wp-json\/wp\/v2\/tags?post=3129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}