|


|
What's New in DXperience v2011 vol 1.4
New Products and Major Enhancements
To learn about our new controls, as well as get acquainted with other major improvements introduced in this version, please check the following page: What's New in DXperience v2011 vol 1
Known Issues
To learn about known issues in this version, please refer to the following page: Known Issues - DXperience v2011 vol 1.4
Breaking Changes
To learn about breaking changes in this version, please refer to the following page: Breaking Changes - DXperience v2011 vol 1.4
New in Help
To learn about documentation improvements in this version, please refer to the following page:
What's New in Help - DXperience v2011 vol 1.4
Bug Fixes and Minor Enhancements
New Features/Changes
All ASP.NET Controls
- S35615 - ASPxTreeList, ASPxTreeView - Add three-state logic and checkboxes for a recursive check mode
- S34916 - Documentation - Describe public classes (ConfigurationSection objects) used in web.config
- S37276 - Documentation - Describe the DevExpress.Web.ASPxClasses.ASPxWebControl.SetIECompatibilityMode method
- S90035 - Integrate new checkbox / radio button rendering into the following controls: ASPxCheckBox, ASPxRadioButton, ASPxRadioButtonList, ASPxTreeView, ASPxTreeList and ASPxGridView (ASPxGridLookup)
- S34592 - Provide support for different ClientIDMode settings for all controls
All WinForms Controls
- S134372 - SkinEditor - Add NeutralResourcesLanguageAttribute to Skin Editor
All WPF Controls
- S136802 - Adding WPF templates in VS2010
- S35899 - Provide the DXSerializer attached property that will allow skipping controls when serializing at the container level
ASPxGridView and Editors Suite
- S37250 - ASPxCalendar - Reduce the amount of anonymous functions generated on the client side
- S91786 - ASPxGridView - Add an ability to localize summaries
- S32544 - ASPxGridView - Implement the capability to print / export two or more ASPxGridView controls at once
- S37223 - ASPxGridView - Implement WebDataSelection.UnselectAllFiltered method
- S33609 - ASPxGridView - Provide abilities for a summary item to inherit the associated column's display format and, additionally, to format only the calculated summary value
- S18527 - ASPxGridView - Support bands (multi-header columns)
- S136483 - ASPxProgressBar - Provide client-side access to the Minimum and Maximum properties
- S137368 - Documentation - Add a link to the Criteria Language Syntax document in the ASPxGridView.FilterExpression Property topic
- S37567 - Documentation - Add a note that the ASPxClientGridView.GetRowKey method returns a valid value for data rows
- S37015 - Documentation - Add a note that the ASPxClientGridView's client-side MakeRowVisible method doesn't work with virtual scrolling
- S37498 - Documentation - ASPxGridLookup - Add a note that using the AllowSelectByRowClick property is not in effect within the lookup editor
- S37204 - Documentation - ASPxGridView.FindVisibleIndexByKeyValue - Describe the returned value if a row with a key is not found
- S32237 - Improve column moving (drag-and-drop) performance
ASPxHtmlEditor
- S37168 - Implement the ViewStyle property in a toolbar's custom dropdown items
- S19609 - Insert Link Dialog - Add an ability to insert document links
- S31317 - Provide a capability to export HTML Editor's content into multiple formats: PDF, RTF, TXT, etc
- S37213 - Provide a capability to import HTML Editor's content from multiple formats: RTF, TXT, DOCX, etc
- S35632 - Provide support for moving the control element in DOM (particularly using CollapsiblePanelExtender or jQuery)
ASPxperience Suite
- S36849 - ASPxFileManager - Add a new file content parameter to the server-side FileUploading event
- S135872 - ASPxFileManager - Implement a kind of a server-side FileClick event
- S36222 - ASPxFileManager - Provide a capability to manage access rights for files and folders
- S36813 - ASPxFileManager - Provide an option to enable callbacks in the folders tree
- B193277 - ASPxFileManager - Provide support for Right-to-Left layout
- S36151 - ASPxFileManager - Provide support for virtual file system (database, session or any other storage) - CustomFileSystemProvider
- S36150 - ASPxFileManager - Provide the capability to download a selected file
- S36380 - ASPxFileManager - Provide the capability to manipulate an uploaded file (to obtain its filename, filebytes, actual content, etc.)
- S37150 - ASPxHiddenField - Revise key naming logic to remove the current limitations
- S37025 - ASPxPopupControl - Add a capability to allow switching the scrollbars for popup's content
- S132923 - ASPxPopupControl - Enable setting min/max width/height
- S33983 - ASPxSplitter - Provide a client-side API to manipulate the pane's inner IFrame
- S36655 - ASPxSplitter - Provide a FullscreenMode property allowing the control to fill the entire page
- S19472 - ASPxUploadControl - Add an ability to fully customize ASPxUploadControl's appearance
- S37006 - ASPxUploadControl - Add an ability to pass error information from the server to the client to visualize errors in a custom manner
- S36434 - ASPxUploadControl - Add the capability to apply sprite settings assigned via Image.SpriteProperties for control buttons
- S37371 - ASPxUploadControl - Improve the SaveAs method's performance by reducing memory usage for large files
- S32009 - ASPxUploadControl - Provide a capability to upload large files (more than 1Gb) without using a huge amount of RAM
- S37017 - Documentation - ASPxUploadControl - Add a topic about large file uploads
- S30732 - Documentation - Improve the EnableHierarchyRecreation properties description
- S136858 - Documentation - Update the MaxLength topic for the ASPxNewsControl and ASPxHeadline controls
- Q103471 - Implement a new ASPxDocking functionality (Dock Window control for ASP.NET)
- S134060 - Modify the "UploadFile.SaveAs" declaration
- S34767 - Support "Strict" DOCTYPE for all ASPx controls
ASPxPivotGrid
- S32890 - Add a property similar to PivotGridControl.OptionsLayout
- S31780 - Implement the OptionsLayout property similar to the XtraPivotGrid and/or LoadLayout/SaveLayout options argument
ASPxScheduler Suite
- S37101 - Do not copy default templates to a web project automatically - use another technique
ASPxTreeList
- S20367 - Documentation - Describe that tree lines and grid lines are not displayed under some themes
- Q232845 - Implement the ASPxTreeListExporter.Settings.ShowTreeLines property
- S33491 - Implement the capability to print / export two or more ASPxTreeList controls at once
CodeRush for Visual Studio .NET
- S35354 - Code Creation - "Declare Type" should define base type for new declarations if it is possible
- S33065 - Code Creation should consider assignments when defining the property types
- S36165 - Code Issues - Add an option to disable code issues hint when hovering over code editor
- S33239 - Declare Class should create a class that descends from the Exception class when declaring from a throw statement
- S35925 - Declare Class should create class declaration with proper base type
- S31453 - Declare Constructo - When adding a custom constructor to a Form it should add a call to this() constructor
- S18460 - Declare Property should use IEnumerable<T> when applied in a foreach loop
- Q244407 - MSpec support in Code Rush Test Runner
- S91375 - New CodeProvider - Declare as Event
- S19795 - New CodeProvider - Declare Event
- S133567 - New Refactoring - "Use Tuple"
- S91415 - Refactoring - Allow specifying a list of namespace references which should be ignored by "Optimize Namespace References" refactoring
- B136855 - Support structural highlighting in __asm blocks
- S137511 - The "Cleanup Solution" menu item adds ambiguity
- Q322529 - Unit Test Runner - Support xUnit 1.8
CodeRush with Refactor! Pro
- S36142 - Add support for Razor (ASP.NET MVC 3)
- S37475 - Documentation - Add Contract - Add a link to the "Contract class" topic in the MSDN library
- Q155659 - New Method Contract - "Utils.Guard.ArgumentNotNull"
- S137304 - Profiling - Add "Select All" and "Deselect All" buttons to options
- B182375 - Refactoring - Add refactoring support for interface implemented methods
Data Library
- S36130 - Add the StartsWith, EndsWith, and Contains function operators to work with strings
- S36890 - CriteriaToWhereClauseHelper should support internal Outlook functions by immediately evaluating them
- S137275 - Documentation - Update the "FunctionOperatorType Members" topic to show Round function changes
- S34881 - ExpressionEditor - All functions registered within the ExpressionEvaluator should be automatically loaded by the expression editor
- S36131 - FilterControl - Use methods implemented in the S36130 suggestion to work with strings
- Q298901 - Server Mode - Add support for group intervals
- B197816 - Server Mode - Make it possible to work around the "Cannot use an aggregate or a subquery in an expression used for the group by list of a GROUP BY clause." error on MS SQL Server
- S136026 - Server Mode - Process expressions for unbound columns on the server
- S37280 - Server Mode - Provide a way to specify sorting options for regular and Instant Feedback sources if these options are not specified by bound controls
DXBars (XPF Common)
- Q158708 - BarSubItem - Provide the ability to data-bind a child item list to a specific data source object
DXBars for Silverlight
- Q276741 - Allow creating a toolbar through binding
- S20373 - Documentation - Context Menus - the help topic should explicitly note that it is necessary to place a grid control inside a bar manager
DXBars for WPF
- S135256 - Create more detailed Exceptions for common XAML error scenarios
- S35926 - Implement the BarItem DataContext property
- S34166 - Introduce Contains(string barName) and IndexOf(string barName) methods in BarCollection class
- S33632 - Using ALT-shortcuts on a menu
DXCharts (XPF Common)
- S32747 - XYDiagram2D - Zooming and Scrolling
DXControls (XPF Common)
- S134857 - Allow changing a selected page for the DXTabControl at design time
- Q318365 - Change DXTabControl appearance when it is disabled (the IsEnabled property is set to False)
- S134675 - Change SelectedIndex of DXTabControl in designer
- Q318730 - DXTabControl - SelectedItem should be a dependency property
- Q312449 - DXTabControl: How to add support of the Keyboard shortcut using "_" for DXTabItem
DXControls for Silverlight
- Q290439 - DXTabControl - Hide tab headers
- S35534 - DXTabControl - Make it possible to modify DXTabItem's Content at design time
DXControls for WPF
- S35899 - Provide the DXSerializer attached property that will allow skipping controls when serializing at the container level
DXDocking for WPF
- S36590 - Add support for the AllowSizing property in all items
- Q312766 - Allow TabbedGroup to be dragged between docking areas but never left floating
- S37129 - Documentation - Panels that are present within a saved layout file but are not present in the DockManager are not created by DockLayoutManager
- S36096 - DocumentGroup - Close tabs on Mouse Wheel (middle button) clicking - as in Visual Studio, Internet Explorer and other programs
- Q223273 - Implement DockController.CloseAllButThis command
- S37262 - Implement the ClosingBehavior property for panels
- S35981 - Support the panel MaxSize/MinSize properties for the MDI document group style
- S35487 - Support the TabCaptionWidth property for AutoHideGroup
DXEditors for Silverlight
- Q219473 - Show a focus rectangle for a focused editor
DXEditors for WPF
- Q304272 - ComboBoxEditSettings - introduce the SeparatorString property
- S31343 - Editors - Calendar
DXGauges for Silverlight
- S133900 - Controls - Create a Gauge control for Silverlight
DXGauges for WPF
- Q273564 - Controls - Create a Gauge control for WPF
DXGrid (XPF Common)
- S36786 - DataAnnotation - Support validation attributes
- S36577 - Filter Popup - provide a capability to show all unique values for the DateTime column (without rounding)
- S37506 - Instant Feedback UI Mode Support
- B190790 - Make SelectedRows in DXGrid (TableView) bindable
- S37125 - Make the Grid.VisibleRowsCount property the dependency property
- S36083 - Make the GridControl.VisibleRowCount property the Dependency Property (allow binding)
- S36600 - Provide the capability to invoke total and group summary editors in code
- S34640 - Provide the FocusedColumnChanged event
- S36091 - Raise the GridControl.ItemsSource event after the grid's data source is changed
- S30292 - Scrolling - Support Per-Pixel Vertical Scrolling
- S36288 - Support data editing, grouping, sorting and filtering for columns connected to data source fields using WPF Data Binding
- S37507 - Support unbound columns and interval grouping in Server Mode
DXGrid for Silverlight
- S136096 - Binding - Support binding to complex object properties
- S36737 - Documentation - Describe design-time capabilities
- S37508 - Support Column Binding
DXGrid for WPF
- S36463 - DataBinding - Support binding to the DynamicObject properties
- S35820 - Server Mode - Provide asynchronous data loading to improve user experience
DXNavBar (XPF Common)
- S135057 - Implement the NavBarItem.Tag property
DXNavBar for WPF
- S36025 - NavBarItem - Add the Command property
DXperience Enterprise
- B2857 - Documentation - Follow uniform documentation guidelines in all DevExpress products
DXPivotGrid for WPF
- S37083 - Add BeforeLoadLayout event
- S36727 - Add the capability to automatically select the printed document layout mode
- S37175 - Add the capability to customize the appearance of field values
- S36989 - Provide a way to specify a default Sort By Summary sort order
- S37231 - Provide ability to set the PivotGridControl.Background property
DXPrinting (XPF Common)
- S135955 - Add support for text decorations (underline, strikethrough)
- S37277 - Implement the fit to whole page, fit to page height and fit to page width zooming modes
- S37007 - Link - Provide events raised before and after generating a document
- S35681 - Print Preview - Add a Search ("find text") functionality to the preview toolbar
- S34159 - Print Preview - Provide the scaling capability
DXPrinting for WPF
- S35278 - Provide the capability to invoke Page Setup Dialog programmatically
DXProjectWizard for WPF
- S36184 - Add DXWindow item project template to Visual Studio
- S134989 - DX WPF Application - Add a Ribbon option to the wizard
DXRibbon (XPF Common)
- S134751 - Add RibbonPageGroup.IsVisible property
DXRibbon for WPF
- S35258 - Display a right pane menu on MouseOver
DXRichEdit for Silverlight
- B190401 - Improve responsiveness to minimize delay when typing
- S134650 - Tables -Implement functionality that allows users to specify border line appearance
DXTreeList (XPF Common)
- S30636 - Controls - Create a TreeList control for WPF
eXpress Persistent Objects
- S36891 - Add a Query<T> extension method to the Session class to return a new XPQuery<T> instance
- S37151 - Add the capability to copy the InMemoryDataStore content without having to mediate via a temporary XML file
- S37271 - Add the capability to create a connection pool (DataStorePool, a DataStoreFork descendant) using a connection string
- S37103 - Add the capability to embed in-line parameters into SQL queries generated based on criteria expressions
- S34889 - Add the capability to evaluate a LINQ to XPO query in InTransaction mode
- S37214 - Add the capability to profile Session method calls and database requests
- S37253 - Add the capability to use non-persistent properties in PersistentAlias expressions
- S37013 - Add the capability to use the "select new" operator with the root object
- S37181 - Documentation - Add a note to XPInstantFeedbackSource properties indicating that they can be set only before binding the data source to the GridControl or SearchLookUpEdit control
- S35234 - Filtering - Make it possible to define and use custom functions in the criteria
- S36954 - Generating Persistent Classes wizard - Add the capability not to display the stored procedures page if stored procedures are not supported or implemented by a provider
- S91336 - Generating Persistent Classes wizard - Automatically populate connection settings with the most recently used ones
- S36521 - Generating Persistent Classes wizard - Disable columns if their data type is not supported, to prohibit persistent property generation for them
- S36720 - Implement IDataStore, ICachedDataStore, and ISerializableObjectLayer providers to connect to WCF services
- B194882 - Implement the ICommandChannel interface in the DataCacheBase class
- S36438 - Implement the ICommandChannel interface in the WebServiceDataStore class
- S136869 - LINQ to XPO - Add support for the IComparable.CompareTo function
- S37522 - Make VistaDBConnectionProvider version-independent
- Q298098 - Modify the PersistentBase class to implement the IXPObject interface
- S20359 - MSSqlConnectionProvider - Add GetConnectionString methods to attach to a MDF file (database in a file) using MS SQL Express
- B180113 - MSSqlConnectionProvider - Implement support for receiving information about stored procedures for Microsoft SqlServer 2000
- S136120 - Remove password from the CannotFindAppropriateConnectionProviderException
- S36960 - Stored Procedures - Convert parameters to corresponding database types automatically
- S136025 - Support IsNull function for MSSqlCEConnectionProvider
- S37020 - Support nested aggregate LINQ queries in XPQuery for collection properties
- S136495 - XPDataView and XPView - Add the capability to automatically populate the Properties collection with columns, based on the ObjectClassInfo property setting
- S37454 - XPO Profiler - Provide API to programmatically configure profiler settings
- S18199 - XpoDataSource - Add the capability to sort collection objects
eXpressApp Framework
- CS19410 - Application Model - Provide a capability to merge Model.User differences with Application Model, in order to append all changes made by an end-user
- S36811 - Core - Make the WindowTemplateController.UpdateWindowCaption and WindowTemplateController.UpdateWindowStatusMessages methods public
- B180978 - DC - Support applying layout customizations at runtime
- S35082 - DC - Support many-to-many associations between domain components
- S34786 - DC.Layout - Do not generate an editor corresponding to the master property in Detail Views of aggregated detail records
- S35175 - Documentation - Describe how to implement a custom resource localizer
- S36847 - Documentation - Describe how to properly show data from reference properties added to XtraReport via wizard
- S132625 - Documentation - Describe how to write the Unit and Easy tests for the ConditionalAppearance module
- S36930 - Documentation - Provide a complete standalone example for the "How to: Replace a List View's Default Action" topic
- S33207 - EasyTest - Provide a capability to test WinForms and ASP.NET applications using the same EasyTest script commands
- S20368 - FileAttachment - Make it possible to know a real name and a full path of the file being loaded
- S36887 - Installation - Improve build scripts
- S90783 - Layout.Web - Provide the capability to load tabbed groups content dynamically
- S30813 - Layout.Web - Support size constraint in ASP.NET applications
- S18894 - Layout.Web.Performance - Simplify the structure of ASP.NET Property Editors and controls to improve client-side performance
- S91264 - Layout.Web.Performance - Simplify the Web layout, a complex nested structure of tags yields poor performance
- S35776 - ListView - Introduce the capability to apply a column's DisplayFormat to the corresponding group summary property (win & web)
- B194390 - MainDemo - Rename the 'Task.cs' file to 'DemoTask.cs'
- S35619 - MainDemo - the use of the ViewController.TargetObjectType property should be demonstrated instead of handling the Controller.Activated event
- S136552 - Model Editor - Toolbar should remember the selected language
- S137096 - Model Editor - Add a splash screen to the standalone Model Editor
- S135890 - Model Editor - Add the "Mask Editor" dialog
- S30399 - Model Editor - Change the schema of the BOModel and Views nodes
- S36134 - Model Editor - Provide a way to use a standalone Model Editor from other than the command line
- S135966 - Model Editor - Show warning dialog when undoing changes for Pivot and Chart settings
- S32589 - Modules - Add a new module, implementing the "State Machine" algorithm
- S135457 - Navigation.Web - Support the ASPxTreeView control
- S34692 - Performance - Optimize the process of collecting information about types used in an application
- Q312391 - PivotGrid - Make it possible to configure style conditions via designer
- S37024 - PivotGrid and Chart - Provide respective properties in platform-dependent ListEditors to access pivot and chart controls more easily
- S18942 - Web.Performance - Reduce traffic between web server and client browsers
- S30265 - Workflow - Integrate Windows Workflow Foundation into XAF
Installation
- S136802 - Adding WPF templates in VS2010
MVC Extensions
- S37052 - Button extension - Provide a capability to set route values
- Q302269 - ComboBox extension - Support for filtering large data sources
- S37235 - Create a custom document to describe differences in rendering between WebForms and Razor view engines
- S36859 - DevExpress ASP.NET MVC Web Application Template / ASP.NET MVC Demos - Add references to both the 'DevExpress.Data.vX.Y.Linq' and 'DevExpress.Web.vX.Y.Linq' assemblies
- S36290 - Documentation - Add the e.customArgs argument description to the BeginCallback event handler
- S37049 - Editor extensions - Add the capability to write DataAnnotation attribute values to built-in editor validation messages
- Q272007 - GridView - Add support for in-line editing
- Q260747 - GridView - Add support for master-detail views
- S37327 - GridView - Add the capability to customize the EditForm Template
- S35528 - GridView - Provide support for CustomizationWindow
- S136177 - PageControl - Add SpaceAfterTabs and SpaceBeforeTabs template methods into PageControl
- S37566 - Provide greater support for Razor
- S36848 - Publish the _aspxProcessScriptsAndLinks method
- S36662 - Add support for Unobtrusive jQuery client validation
- S36691 - Add support for jQuery validation in ASP.NET MVC 3
- Q321621 - Publish the TabIndex property for editors
- Q308642 - RoundPanel - Add the capability to customize the header's content
PivotGrid Core
- S37034 - Documentation - Improve Sort By Summary topic
- Q223453 - Improve the SaveCollapsedStateToStream method to reduce memory consumption
- S35160 - Performance - Create an internal storage of unbound fields regarding their data type
- S36988 - Provide a way to specify a default Sort By Summary sort order
Refactor! Pro
- S136577 - "Collapse accessors", "Expand accessors" - make refactorings available when caret is next to opening or closing bracket of property
- S19232 - "Declare Class" - Add support for yield methods
- S132593 - "Declare Class" refactoring should create members when possible
- AS3003 - Add “Inline Method” refactoring
- S134280 - New refactoring - "Use named arguments"
- S19965 - Refactoring - "Add Parameter" refactoring should be available on method calls
- S36157 - Refactoring - "Promote to Parameter" refactoring should allow cascading updates (for interface methods and virtual/abstract methods)
- B154480 - Refactoring - "Remove Unused Parameter" refactoring shouldn't be available in methods that are targets of delegates
- B132930 - Refactoring - "Reorder Parameters" refactoring should be available for abstract methods
- B132932 - Refactoring - "Reorder Parameters" refactoring should be available for overridden methods
- B132931 - Refactoring - "Reorder Parameters" refactoring should be available for virtual methods
Scheduler Core
- S37359 - Provide the capability to link a ResourceColorSchema to a certain Resource
XtraBars Suite
- S135690 - Add a demo to DemoCenter for Ribbon Merging and XtraTabbedMdiManager
- S31074 - Alert Control - Add an option to enable the "slide up" and "slide down" animation when the alert is shown or hidden
- S31830 - Alert Control: provide the capability to restrict the number of open alert windows.
- DS17237 - Allow a dock panel to fill a form
- S37283 - Documentation: Add a note to the RibbonForm help article that the RibbonForm.FormBorderStyle property should not be set to None
- S34768 - Make the ShowApplicationButtonContentControl and HideApplicationButtonContentControl methods public
- S32181 - NullValuePrompt should work for in-place editors
- S36262 - Please make the AlertViewInfo.CurrentSkinProvider method virtual
- S134702 - Separator on the non client area for Office 2010 skins
- S136076 - Skin XtraTabbedMdi background when no document is open
- S134538 - Visual Studio 2010 docking support
- S136043 - XtraTabbedMdiManager - Add "Close All But This" command to context menu
- S36095 - XtraTabbedMdiManager - Close tabs on Mouse Wheel (middle button) clicking - as in Visual Studio, Internet Explorer and other programs
- S1075 - XtraTabbedMDIManager - implement a mechanism to separate tab list either vertically or horizontally
- S35660 - XtraTabControl and XtraTabbedMdiManager - Provide a new ClosePageButtonShowMode allowing to display the close page button only when the mouse is over the tab (like in Visual Studio 2010)
XtraCharts Suite
- S30105 - Axis Labels - Add the capability to display it in a multi-line mode
- AS16965 - Axis Labels - Add the capability to limit their width
- S135181 - Create ASP.NET MVC Extension for DevExpress Charts
- S30676 - Series Labels - Add the capability to display multi-line text for series point labels
- S132372 - Series View - Add 2D and 3D Stacked Line and Full-Stacked Line series views
- CS55403 - Series View - Add Range Area 2D and Range Area 3D series views
- CS58509 - Series View - Add Step Area 2D and Step Area 3D series views
- S30820 - WebChartControl - Add the capability to save/restore a chart via a stream
XtraEditors Library
- S132387 - Add Docking(DockingBehavior.Ask) attribute to all multi-line DevExpress controls
- CS37505 - Add the EnterMoveNextControl property for the RadioGroup and CheckEdit controls
- S134210 - CheckedComboBoxEdit - add AllowMultiSelect property
- S37469 - Documentation - Add a note to the DateEdit.DrawItem Event help article that to properly draw a day cell it is necessary either to call the DevExpress.Utils.Paint.XPaint.ForceGDIPlusPaint method at application startup or use methods of a Graphics object
- S37394 - Documentation - Please provide a code sample for the "BarListItem.Strings Property" help topic
- S36776 - Documentation - RepositoryItemTextEdit.MaxLength Property - update a note about the edit mask
- S37447 - Documentation: Add a note to the Mask Type: Numeric help article that if an edit mask is set to "#" and an edit value is zero it won't be shown
- S37328 - Documentation: Add a note to the RepositoryItem.NullText Property help article that this option is not in effect for CheckedComboBoxEdit since it cannot have null as its edit value
- S133677 - Expression Editor needs a MenuManager so context menus can adapt to the look and feel
- AS17353 - HyperLinkEdit - Add a StartLinkOnClickingEmptySpace option
- S37264 - LookUpEdit controls - Export editor's EditValue (ValueMember) when ExportMode is set to ExportMode.Value
- S36506 - Provide a MaskEditor that could be used at runtime
- S36751 - Support the MaxLength property in mask mode for string masks
- CS44561 - TabControl - Add HeaderButtonClick event
- S34796 - XtraTabbedMdiManger - introduce a drop-down button in the header area to display a list of mdi children within the drop-down menu
- S110 - XtraTabControl - add the ability to display additional custom buttons within the TabControl's header
- S133228 - XtraTabControl - Provide the capability to close tabs on the middle mouse button click
- S135357 - XtraTabPage - Design-Time - Introduce the capability to edit the ToolTip property within a separate drop-down window
XtraGrid Suite
- AS2570 - Ability to show several footer summary items for the same column
- S136867 - Add ability to localize the Custom string in a group column's summary menu
- S134466 - Add an event that fires when changing column's UnboundExpression
- S133643 - Add ShowInExpressionEditor property for Column
- S137480 - CardView - Improve the Assign method
- S134889 - CheckedList - Provide the capability to select multiple items
- S35041 - Clipboard operations - Don't add the New Line character at the end when coping a single grid cell
- S36092 - ColumnView - Add ShowAllTableValuesInCheckedFilterPopup option
- S36461 - DesignTime - The FieldName editor doesn't show some of available items in the datasource, while in Pivot and Reports all the items are available
- S37452 - Documentation - Add a note that custom data formatting is not supported while exporting a grid if the GridColumn.DisplayFormat.Format property is set, it is necessary to use the GridColumn.DisplayFormat.FormatString property instead
- S37468 - Documentation - Add a note to the Server Mode Limitations help article that data filtering performed via Find Panel for non-string columns in Server Mode is not supported
- B194555 - Documentation - Describe PopupMenuShowingEventArgs help topics
- S37514 - Documentation - GridControl - Add a note to the FindPanel help article that Find Panel does not support case-sensitive data search
- S136928 - Documentation - Mention that the GridControl.FocusedView property can be set
- S37037 - Documentation: Add a note that the SearchLookUpEdit does not support the Instant Feedback mode when it is used in-place
- S37294 - Documentation: Correct an example in the Creating Custom Context Menus help article
- S37256 - Documentation: Update GridOptionsView.HeaderFilterButtonShowMode Property and FilterButtonShowMode Members help articles according to changes made in version 10.2
- S135786 - Incremental search for check filter dropdowns (FilterPopupMode.CheckedList)
- S37140 - Mark the CustomUnboundColumnData event's RowHandle parameter as obsolete
- S36695 - Provide asynchronous versions of LocateByValue and similar methods for XtraGrid
XtraPivotGrid Suite
- S37480 - Make FormatCondition class available for the runtime PivotGrid designer
- Q292517 - New skins such as Office 2010 and DevExpress Style are not consistent with the compact layout
- DS35355 - PivotGrid - Perform data loading and calculation in a separate thread
- S136468 - Provide a way to specify a default Sort By Summary sort order
XtraPrinting Library
- AS5572 - Export - Speed up the exporting process and optimize memory usage to improve performance
XtraReports Suite
- S37095 - Allow binding to collections, defined as generic IList<T> interfaces
- S20318 - Data Binding - Support for master-detail EntityFramework relations
- S37339 - Documentation - Add a note that a band style is applied to the band's controls only
- S37158 - Documentation - Add more information on using the CanGrow and CanShrink properties
- Q96154 - Documentation - Create a help topic about the XRCrossBandLine and XRCrossBandBox controls
- S19542 - Documentation - Prepare different Getting Started sections for the Windows Forms and ASP.NET reporting
- S20351 - DocumentPreview - Provide mouse and keyboard shortcuts for most frequently used commands
- AS15004 - End-User Designer - Remove the "xr" prefix from control names when an end-user adds new controls
- S19774 - Export to RTF - Improve content splitting methods so that a control that is split across pages is exported as displayed in Preview mode
- S36469 - Make an example of how to use ReportViewer together with ASPXProgressBar
- Q276634 - Provide the MVC extension for XtraReports
- DS48687 - Serialization - Add the SaveLayout method overload to save a report's layout to a TextWriter object
- AS4336 - Serialization - Provide the capability to serialize report definitions in XML format
- AS10323 - Serialization - Provide the capability to serialize reports with the "System" column name in a datatable (find a workaround for the Microsoft XML serializer bug)
- S34343 - Serialization - Provide the capability to work with large resources on the 64 bit platform
- Q262129 - Silverlight - DocumentPreview - Support the PreviewClick and PreviewMouseMove events
- S134737 - Silverlight - Provide detailed exception information
- S36951 - Silverlight - The "Silverlight-enabled XtraReports Service" item template in Visual Studio should generate a ReportService-derived class
- S31391 - Web - Add the capability to link ReportViewer to ReportToolbar via the control identifier (e.g. ReportViewerID)
- S30207 - Web - Add the capability to query a report's parameters
- S37381 - Web - Add the Document Map control
- S37380 - WPF - DocumentPreview - Support the PreviewClick, PreviewDoubleClick and PreviewMouseMove events
- S32414 - XRBarCode - Support DataMatrix ECC200 symbology
XtraRichEdit
- S34275 - Add capability to use Document objects without the XtraRichEdit control
- S31708 - Add document template support
- Q215404 - Add DocumentCreated event in the MailMerge function
- S33004 - Add Master-Detail MailMerge support
- S20315 - Add Paste Special (HTML, RTF etc..) buttons
- S34754 - Add SourceUri property to external loaded images
- S35874 - Add the capability to change focus in the XtraRichEdit by pressing the Tab key
- Q232409 - Add the capability to customize InsertMergeField menu items
- S35625 - Add the capability to customize XtraRichEdit forms by creating their descendants
- S32986 - Add the capability to populate the 'Insert Merge Field' popup menu and the corresponding selection form with custom values
- S134412 - Automatic hyperlink detection
- Q243552 - Implement a special event which will occur when a field in the document is updated
- Q258185 - Implement Page Setup Dialog
- Q296906 - Implement Paragraph Style
- S36158 - Implement the AutoCorrect feature in XtraRichEdit
- S31750 - Importing MS Word 97-2003 (.doc) documents
- S35626 - Improve responsiveness when typing text in a table that spans over several pages
- S133371 - Option to hide the input cursor in ReadOnly mode
- S36631 - Provide API to work with Numbering Lists (change the indent, bullet type and other settings)
- Q257203 - Provide API to work with tables
- S36508 - Provide leading Tabs support in XtraRichEdit
- S34514 - Provide support for automatic table of contents
- Q316594 - Provide the capability to fix the paragraph indent so that it does not extend beyond effective page size
- S36512 - Provide the capability to show MailMerge operation progress
- S133400 - Ruler Element - show preview line when adjusting margins or tabs
XtraSpellChecker
- S33961 - Hunspell support is required
XtraTreeList Suite
- DS3322 - Nodes Editor - add the capability to move nodes
Resolved Issues
All ASP.NET Controls
- B185972 - A large JavaScript block is not processed by the _aspxGetScriptCode method in WebKit after a callback
- B184924 - Some internal control`s ID has unnecessary suffixes when an OwnerControl is placed in a IDataItemContainer
- B200298 - The ASPxClientControl.AdjustControls method doesn't work if a container isn't specified
All IDE Productivity Tools
- B200841 - Add Missing Constructor - A protected constructor is generated for a sealed class, which should be public
- B200569 - Refactor Key stops working
- B200760 - Templates - The "t" and "f" templates are expanded after typing a variable type
All Silverlight Controls
- B183014 - *Silverlight Theme is always fully loaded. No incremental theme loading
- B200516 - Cannot use PopupCalcEdit within EditSettings in Silverlight GridColumn
- Q322884 - DXDialog - The active dialog window does not visually differ from an inactive one
- B21110 - DXWindow/DXDialog - Cannot assign Title in the property inspector at design time
All WinForms Controls
- B184178 - Documentation - The help topic dedicated to the StyleFormatConditionCollection.GetStyleFormatByValue method is incorrect
All WPF Controls
- B201055 - An exception is thrown when using the Office2007Silver theme
- Q314173 - DXMessageBox is not thread safe
- B200481 - DXSerializer does not save the grid layout for grids in tabs that are not active
- Q325957 - Localization does not work
- B186057 - When changing a theme, labels change their alignment
ASPxGridView and Editors Suite
- B200273 - ASPxButton - The HorizontalAlign property has no effect when the button has an image
- B186345 - ASPxCheckBox - Checkboxes in ASPxGridView with a theme applied are invisible
- B200541 - ASPxCheckBox - When image paths are defined as server-side URLs, the control does not display appropriate images when clicked
- B199366 - ASPxClientListBox - The Cast method is not supported
- B199061 - ASPxComboBox - A drop-down window appears at a wrong position in a scalable area
- B184749 - ASPxComboBox - A dropdown window appears at a wrong position in the scrollable area, if the control has an absolute position on the page, in WebKit based browsers
- Q319198 - ASPxComboBox - The SelectedIndexChanged event fires on every round trip to the server for a multi-column combo box editor, if its DataSource property is set in code behind
- B184802 - ASPxDateEdit - A date entered into the edit box is not applied, if an end-user presses the "Tab" key and the control loses focus
- B199681 - ASPxDateEdit - Focused style is not applied to readonly controls
- B185370 - ASPxDropDownEditBase - If the editor's DropDownButton.Visible is False, and a new DropDownButton instance is added into the editor's Buttons collection manually, then this DropDownButton does not work
- B200827 - ASPxGridLookup - Excessive data bindings when paging in the lookup grid
- B198840 - ASPxGridLookup - Filtering works incorrectly if a filter expression is changed within the editor's text box while processing a filter callback
- B181376 - ASPxGridLookup - In accessibility mode, TAB or SHIFT+TAB keyboard navigation closes the control's dropdown window
- B186013 - ASPxGridLookup - In SelectionMode=Single, a radio button is not checked when a row is clicked
- B199612 - ASPxGridLookup - Selection does not work correctly when the vertical scrollbar is used
- B186185 - ASPxGridLookup - When the AllowSelectByRowClick property is enabled, the control sends callbacks that are processed differently
- Q305357 - ASPxGridLookup - When used inside a MultiView, the editor loses its value after changing ActiveView
- Q321218 - ASPxGridView - Defining content paddings for the Popup Edit Form is not in effect
- Q324260 - ASPxGridView - How to customize paddings of grid's EditForm
- B186296 - ASPxGridView - In IE8/9, the grid shows a blank page when Virtual Scrolling is enabled, and when many records are used (more than tens of thousands, approximately 100,000)
- Q249306 - ASPxGridView - In PopupEditForm edit mode, a common error message is displayed twice - within both the grid's table and the Edit Form's error row
- Q325697 - ASPxGridView - Inconsistent display format for numeric values: a decimal point in a row filter does not allow filtering numeric values using the header combobox
- B184660 - ASPxGridView - It is not possible to change the editor width in a handler of the AutoFilterCellEditorInitialize event
- B201077 - ASPxGridView - Setting the column's Visible property to "False" within the markup hides the column from the Columns Designer
- B200736 - ASPxGridView - The Band Column is rendered incorrectly if SettingsDetail.ShowDetailRow="True"
- Q325376 - ASPxGridView - The editor's validation error message is not displayed in the EditForm for ReplacementType="EditFormCellEditor"
- B199524 - ASPxGridView - The FindFooterCellTemplateControl method returns null when the Column parameters is null
- B201042 - ASPxGridView – The Grid auto filter is not cleared if its state is saved in cookies
- B200993 - ASPxPopupControl – A callback parameter may be cleared if it is not converted to a string
- Q321147 - ASPxRadioButtonList - The Value attribute is not changed when the Back button is pressed in IE
- B186430 - ASPxSpinEdit – A decimal separator is changed on LostFocus if the NullText property is defined
- B186412 - ASPxSpinEdit – The Pressed and Hover scripts are created for non-existing buttons
- B201084 - Checkboxes are still enabled when ASPxListBox is read-only
- B184357 - Documentation - "SELECTION" command name is missing in topic 'ASPxClientBeginCallbackEventArgs.command Property'
- B199525 - Documentation - A link to DevExpress.Web.Data.ASPxParseValueEventArgs is missing within the ASPxGridView.ParseValue Event topic
- B185950 - Documentation - Getting Started - Incorrect link to a video
- B156370 - Documentation - Update the ASPxGridView.CustomColumnGroup Event topic
- Q323720 - In WebKit browsers a scrollbar appears when some controls are available in a container that uses the overflow style
- B186351 - The ASPxClientGridView.GetEditor and GetEditValue methods return Null when an existing object is being edited
- B200567 - The ASPxComboBox control does not have a naming container
ASPxHtmlEditor
- B201003 - An 'Error Rendering Control' exception is thrown in the Visual Studio designer after converting a project from v2010 vol 2.8 to v2011 vol 1.3
- Q324423 - An exception is thrown when the ASPxHtmlEditor is loaded in the ASPxCallbackPanel in Safari
- B199987 - ASPxFileManager used inside ASPxHtmlEditor's custom dialog does not work properly
- B200402 - ASPxHtmlEditor - In Firefox, bold and italic fonts are applied as a span with a style (instead of strong and em tags)
- B200758 - ASPxHtmlEditor removes an empty cell when a table is inserted from Word via "Paste from Word"
- B199618 - Default dialog forms use an obsolete property of ASPxUploadControl
- B199876 - In Design View, a table line is not visible if the table's border is set to zero in IE
- Q317999 - It is not possible to change the embedded ASPxFileManager's Loading Panel image
- B184270 - Markup for default font settings is not added to HTML
- Q323322 - The toolbar visibility change on callbacks (e.g. ASPxCallbackPanel) raises a javascript exception
- B200043 - Words with different fonts cause the "Unable to get value of the property 'indexOf': object is null or undefined" error in IE
ASPxperience Suite
- B199851 - A cookieless session is lost when an exception is handled by a control, and a browser is redirected to an error page
- Q325033 - ASPxDataView – The control recreates its child hierarchy after child controls have obtained their post data
- B185407 - ASPxFileManager - ASPxFileManagerFile.FullName property value is incorrect
- B200886 - ASPxHiddenField - When the NewLine character is used in the hidden field, the "Index was outside the bounds of the array" exception is thrown in IE9
- B199104 - ASPxMenu - A JavaScript error occurs when disabling the RootItem on the client via SetEnabled(false) while EnableSubMenuScrolling is enabled
- B199179 - ASPxMenu - In Lightweight render mode with AutoPostBack=true checked items lost their state after a post back
- B183823 - ASPxMenu - Items' Titles rolled over to a new line in DataBinidingToSiteMap Demo (IE9, FF4, light render)
- B184481 - ASPxMenu - Text cells are still rendered in a vertical menu even if the text is empty in all items
- B183744 - ASPxPageControl - If control size is set in percentage values, the AdjustControl method is not called for nested controls
- Q310240 - ASPxPageControl - The bottom border of a scroll button cell does not disappear in Classic render mode when the ContentStyle.BorderTop style is used
- B200491 - ASPxPageControl cannot be loaded in Lightweight render mode
- Q324455 - ASPxSplitter - Styles.Separator.HorizontalAlign doesn't work as expected
- Q318389 - ASPxTreeView - Node tip is not rendered if the node's NavigateUrl property is not set
- Q325644 - ASPxUploadControl - The MaxFileSize value should not be compared with the maxRequestLength value when upload mode is Advanced
- B184715 - ASPxUploadControl - Zero length files cannot be uploaded
- B199935 - Documentation - The obsolete UploadFile client method is mentioned instead of the Upload method
- Q299755 - The ASPxRoundPanel (BlackGlass Theme) rendering is broken under Strict DOCTYPE
- B201054 - The use of the client-side SetContentUrl method causes the "Invalid Argument" error if ASPxPopupControl is hidden
- B199856 - When an exception is thrown in the Page_Init event handler during a callback, the cookieless session is lost when the exception is handled in the CallbackError and redirected to a page where the exception is displayed
ASPxPivotGrid
- B185506 - A JS exception is raised in IE7 if the HorizontalScrollBar feature is used, and page CSS style is applied ("text-align:center;" or "text-align:right;")
- B201031 - After binding ASPxPivotGrid to a standalone customization form, it is impossible to unbind it and make it show a field list popup
- B185877 - AspxPivotGrid is not resized properly if Horizontal Scroll Bar feature is used
- B184568 - ASPxPivotGrid works slowly with large data source
- B200417 - Error in designer - The IsRowTreeField property is read-only and cannot be set
- Q321896 - Object reference not set to an instance of an object(PivotGrid/WebChart) Move the field from Column Area to Row Area
ASPxScheduler Suite
- B184873 - iCalendar Import Demo - incorrect AccessRowInsertionProvider class implementation results in an unhandled exception
- Q321461 - ASPxDateNavigator is not updated (e. g. days with appointments are not bold) when modifying appointments in ASPxScheduler
- B184315 - Documentation - Page_Load event in the "How to: Bind an ASPxScheduler to Custom Objects Data at Runtime" article does not contain the ASPxScheduler.DataBind() method call
- B186303 - Resource headers width is not calculated correctly when a div with scheduler becomes visible
ASPxTreeList
- B200953 - The ASPxTreeList selection does not work if AllowNodeDragDrop is set to True
CodeRush for Visual Studio .NET
- B200841 - Add Missing Constructor - A protected constructor is generated for a sealed class, which should be public
- B200415 - Clean Active File inserts blank line after each XML comment
- B200502 - Clean Active File removes "System" namespace reference
- B200583 - Code cleanup - "Make properties auto-implemented" option removes all attributes
- Q226268 - Code Cleanup - "Remove unused variables" does not remove all unused variables
- B185690 - Code Cleanup - Code formatting changes access modifiers order for class
- B200580 - Code Cleanup destroys Preprocessor directive #elif
- B186101 - Code Cleanup does not remove the first line break
- B199452 - Code Creation - "Add Xml Comments" does not add a comment text
- B201095 - Code Creation - "Create Implementer (Explicit)" generates wrong code for events
- B200555 - Code Creation - "Decalre Local" does not support generics
- B200640 - Code Creation - "Declare Class" and "Declare Struct" are not available after Undo
- B200635 - Code Creation - "Declare Class" and "Declare Struct" do not generate events properly
- B200010 - Code Creation - "Declare Constructor" is not available on constructor initializer
- B200691 - Code Creation - "Declare Field" code provider is not available for lambda expressions
- B200638 - Code Creation - "Declare Interface" does not generate events properly
- B200446 - Code Creation - "Declare Local" and "Declare Local (Implicit)" generate inappropriate variable names
- B200447 - Code Creation - "Declare method" incorrectly works for certain arguments
- B184529 - Code Creation - Declare View is available in MVC3 projects but does nothing after it is applied
- B185674 - Code Formatting - Empty lines are inserted after using statements.
- B200501 - Code Formatting - Incorrect preview for Blank Lines->General->After Single Line Members
- B200426 - Code Formatting - Typos in settings
- B200612 - Code Formatting - Unnecessary blank lines are inserted
- B200949 - Code Formatting adds a space after the "throw" keyword
- B201103 - Code Formatting destroys formatting of if/else statements
- B200876 - Code Formatting destroys indentation in switch statements
- B199590 - Code Issues - "Declaration can be a constant" is erroneously suggested for a TryParse variable
- B200514 - Code Issues - "Undeclared element" code issues is wrongly reported in items in RIA services shared code files
- B21135 - Code Issues - Debug.Print() is flagged as undeclared element in VB.NET
- B199565 - Code Issues - Direct Namespace references are reported as undeclared
- B199852 - Code Issues - False "Unused declaration" is reported for an IDisposable object inside "using"
- B199846 - Code Issues - Incorrect "Can Initialize Conditionally" suggestion
- B199562 - Code Issues do not consider "With" statements when suggesting ReadOnly Structures
- B199676 - Code Issues mark ToString() call as redundant in place where it is used
- B199962 - Code Issues popup menu is using C# terminology in VB.Net program
- Q226254 - Code Сleanup - Regions lose their indentation
- Q226270 - Code Сleanup removes test of "#warning" directives
- B200699 - Comment highlighter - "Enabled" setting is not honored
- B201057 - Create Implementer does not generate members from base interfaces
- B186630 - DevExpress.CodeRush.Common.DXCoreUnhandledException is thrown inside DevExpress.CodeRush.StructuralParser.SourceTreeResolver when extension methods are resolved
- B200523 - Navigation to custom folder does not work on Options->Core->Settings page
- B200878 - Options - The "Indent Labels" option does not show a result in the code sample on the "Indentation" option page
- B198002 - Refactoring - "Implict variable can be used" is not available in place where it is expected
- B200166 - Refactoring - "Move to file" incorrectly works for Partial methods
- B200416 - Refactoring - "Sort using statements" skips indentation of using statements
- Q321972 - Refactoring - "Use Explicit Typecast" code provider is not registered and is not functioning
- B185944 - Selection Embedding - Shortcuts not working with selected code
- B201000 - Step Into Member does not work in the interface/implementation scenario
- B200798 - Templates - "t" and "f" templates are expanded in a method's parameters section
- B200355 - Templates - "fe" template generates wrong variable name
- B199874 - Templates - MsTest attribute templates are expanded incorrectly
- Q324078 - Templates - The "sw" template is expanded on a non-empty line
- B200760 - Templates - The "t" and "f" templates are expanded after typing a variable type
- B199123 - Test Runner does not recognize fully qualified TestMethodAttribute
- B197304 - The Embed Selection feature is triggered when the Find dialog from Productivity Power Tools is active
- B186026 - TODO Comment painting colors are not readable and comment painting works unstably
- Q226290 - Unexpected error while loading DXCore "DevExpress.CodeRush.Core.TextDocument.ProcessDecoratorsForView"
- B200375 - Unit Test Runner executes tests marked as Ignore in MSTest
CodeRush Xpress
- B199713 - Artifacts left on screen after hitting СodeRush key
- B200132 - Refactoring - "Move Type to File" refactoring doesn't move class-level XML Documentation
- B199873 - Refactoring - "Move Type To File" refactoring drops formatting
- Q319584 - Refactoring - "Safe Rename" refactoring is not available
Data Library
- Q306223 - Clicking the LinqServerModeSource.ElementType property dropdown can raise a design-time exception
- B200439 - Group Interval ServerMode returns wrong interval
DemoCenter
- B200457 - Demo Center – A window does not fit into the screen bounds
- B200464 - Demo Centre Examples For Silverlight
DXBars and DXRibbon Common (Silverlight)
- B185601 - The Code Central Example, demonstrating how to customize themes for DXBars in WPF, does not work (the Bar still has the default style)
DXBars (XPF Common)
- B199239 - WPF Bar Items displayed in reverse order when IsMultiLine = True
DXBars for Silverlight
- B186064 - An unhadled exception "Collection was modified; enumeration operation may not execute" occurs when removing bar items from a LightSwitch application via BarManagerActionContainer
- B186366 - BarItem - The ItemDoubleClick event is not triggered
- B199689 - Focus highlighting for gallery buttons does not disappear after closing the window
- B180871 - Ribbon Control - Design Time - Null reference exception is raised if the IsSelected property of RibbonPage is enabled
- B180781 - Runtime - When changing a theme, the popup content is not repainted accordingly
DXBars for WPF
- B199423 - Bars flicker when they are tabbed in DocumentPanel during Menu Merging
- B198483 - Commands become inactive when right-clicking a Ribbon item if Grid has focus
- Q325523 - DXContextMenu resets selected text in TextBox
- B196505 - Opening a new TabItem from BarSubItem moves focus to a previously selected TabItem instead of a newly created and selected one
- Q322439 - Popup menu with a BarEditItem closes when this item receives focus
- Q314445 - RightToLeft - Grid menu items are aligned incorrectly
- B184606 - Separators disappear from the common bar menu after merging
DXCarousel for WPF
- B200891 - There are memory leaks in CarouselPanel
DXCharts (XPF Common)
- B184718 - AreaSeries2D - If a line is horizontal or vertical, it becomes blurred
- S37310 - Documentation - Improve the Axis.MinorCount help topic
- B185485 - Legend - Legend marker's presentation is not updated after the Series.LineStyle property value is changed
- Q325726 - Performance - A performance issue occurs when adding a new Series with many points to a chart's Series collection at runtime
- B185701 - PieSeries2D - Series labels behave incorrectly when a chart is very small
- B186255 - SeriesLabel – The Background, BorderBrush, BorderThickness and Padding properties do not work
- B201156 - Stacked Bar View - An incorrect chart layout occurs when chart is maximized within FlowLayoutControl
- B159707 - Usability - For all elements, hide excessive properties (such as Background, BorderBrush, BorderThickness, Opacity, FlowDirection, UseLayoutRounding and so on)
- B200606 - XYDiagram2D - Exception occurs when clicking the chart's diagram if the ChartControl diagram is initialized at runtime
DXCharts for Silverlight
- B185396 - Themes - An unhandled exception is raised when switching the current theme at runtime
DXCharts for WPF
- B186105 - An unhandled InvalidOperation exception is raised when creating two ChartControl objects in two different threads
- B185731 - Data Binding - Binding Individual Series - Sometimes auto-created series disappear at VS design time
- B200088 - Debugging - BindingExpression warnings are displayed in Debug output when a CustomMarker model is defined
- B184166 - Documentation - Stacked 2D Area implementation specifics is not described
- B185453 - Unhandled exception (ArgumentException) occurs in some situations (when the chart's size is less than its margins size)
DXControls (XPF Common)
- B21108 - DXTabControl - TabControl does not always load its template for the first time at design time
- B185608 - GridControl is not serialized/deserilized when used inside AutoHideGroup
DXControls for Silverlight
- B21111 - DXDialog - Changing the Buttons property when dialog is visible does not update the dialog view (the set of visible buttons does not change)
- B198389 - DXTabControl - Switching tabs changes focus in tabs' content controls
- B184876 - It is impossible to localize the "Click here to add a new file" text of UploadControl
- Q319728 - Paddings are reset for popup window when changing themes
DXControls for WPF
- B200194 - A label background is not respected when themes are applied
- B200123 - DXMessageBox not shown before Application.Run()
- Q323302 - DXTabControl throwing an error on DestroyContentOnTabSwitching = "False" if used in ItemSource mode
- Q321238 - DXWindow - issue when restoring window's state if the window is maximized
- Q317611 - It is impossible to close the header menu when clicking its menu item
- B200536 - Keyboard accelerators don't seem to work with the "Light Gray" theme
DXDocking for Silverlight
- Q324922 - An error occurs on trying to reorder DocumentPanel when it has a custom ControlBoxContent
- B181174 - Floating panes do not completely update layout in some cases, which can be a reason of multiple issues
- Q320127 - Memory leaks in DocumentPreview control
DXDocking for WPF
- B200435 - An exception occurs when restoring a layout from stream
- Q321854 - Cannot prevent properties from being saved/restored when saving/restoring the layout
- B200659 - Dragging a pinned panel outside the window can leave drop indicators on screen
- Q324080 - LayoutPanel placed inside TabbedGroup is not collapsed
- B199916 - Right-To-Left when pressing ctrl+Tab on DocumentGroup
- B200316 - Strange DocumentPanel behavior after setting MDIState & MDISize
- Q323010 - The caption of a layout control item sized when placed in a DXTabControl is sized incorrectly
- B199258 - WorkspaceManager does not capture/restore position and size of hidden panels
DXEditors (XPF Common)
- B201067 - An extra Cancel button appears in DXDialog and DataForm
- B184653 - ComboBoxEdit doesn't reset EditValue to null if IsTextEditable is False when pressing the CTRL+DEL and CTRL+0 shortcuts
- B184347 - Documentation - The EditValueChanging event - the help topic contains not quite a correct description
DXEditors for Silverlight
- B186281 - An unhandled exception is raised in ListBoxEdit when switching the current theme to LightGray under some specific conditions
- B184656 - CheckEdit - Binding error message in debugger output
- B199871 - Clipboard Paste not working on MemoEditSettings
- B184650 - DateEdit - LostFocus event fired when choosing a date in a drop-down popup in the DeepBlue theme
- Q325917 - LookUpEdit - Contents disappear after selecting anything in the editor’s drop-down list
- B186168 - Mask Editor - It is impossible to provide custom error description
- B200717 - PopupBaseEdit - The tabstop functionality is lost after showing a popup
- B200776 - Unexpected ComboBoxEdit behavior for null values
DXEditors for WPF
- B198969 - ComboBoxEdit - Autocomplete acts a bit incorrectly
- Q321753 - ComboBoxEdit - CheckedComboBoxStyleSettings - The System.Reflection.TargetInvocationException is raised when attempting to open a popup window after deselecting all items
- Q324085 - ComboBoxEdit with IncrementalFiltering shows an empty popup when a value should be found
- Q318744 - DateEdit - Ctrl-S (or Ctrl- any letter) resets the editor's value
- B201123 - DateNavigator generates binding errors when being bound to SchedulerControl
- Q309826 - Footer buttons are disabled for the second PopupBaseEdit fraction
- B199849 - IsReadonly in DXLookupEdit
- Q321164 - ListBoxEdit does not work in the GridControl if Checked style is used
- B200533 - ProgressBarEdit - Marqueebar width
- B199319 - TextEdit places NullText value in a control when using Undo
- Q319544 - The cursor position is stored slowly
- Q324673 - The ImageEdit.Validate event does not fire when loading invalid data
DXGauges for Silverlight
- B200744 - Gauge not positioned correctly in a child window
DXGrid (XPF Common)
- B184563 - Exception occurs when clicking on different tab pages with the GridControl inside these pages
DXGrid for Silverlight
- B200907 - An error occurs when using the ShowGridMenu event on cached pages
- B185738 - Column dragging works incorrectly if the content flow direction is RightToLeft
- B184175 - RightToLeft - Column headers are dragged in the opposite direction
- Q324060 - The horizontal scrollbar gets disabled after a user clicks “OK” to fix the error with an invalid row
- B200264 - There are memory leaks in LookUpEdit
DXGrid for WPF
- Q315566 - Binding Commands to Events does not work for the View
- B200577 - Cell Editor is not shown when adding new rows, and when scrollbars are visible
- B200032 - Data not visible in the filter row in ComboBox / LookUpEdit if ItemsSource loaded with BackgroundWorker
- B200846 - DXGrid - An exception is thrown after switching a CheckBoxEdit's column on and off
- B198916 - DXGrid doesn't receive focus when clicked
- B198539 - DXGrid in DXTabControl, problems with arrow row navigation
- B185511 - Focus is lost inside GridControl if the latter does not contain any data
- Q325950 - FocusedRow is null when using LinqInstantFeedbackSource
- Q322797 - FocusedRow Property is set twice, but the focused row isn’t changed
- B199378 - Grid Control does not reflect underlying values during real time update
- B199960 - Incorrect grid selection after closing any modal window
- B186024 - LookUpEdit - If a value does not exist in the underlying ItemsSource, the last selected item should be re-selected on lost focus, when editing AutoFilterRow
- B184825 - MultiView demo - PerPixelScrolling issue occurs when scrolling the page to the end
- B200024 - Problem with standalone LookUpEdit - ProcessNewValue does not fire with ImmediatePopup set to true
- Q320572 - The FilterChanged event is not raised when a user disables a Filter in the Filter Panel, then enables that filter back
- B199318 - Validation error icon disappears after row's underlying data object is updated
DXLayoutControl (XPF Common)
- B21160 - LayoutGroup expanding/collapsing is slow when the control contains another complex control (like DataGrid)
- B200179 - LayoutItem - Label's binding is removed when restoring its value from XML and that value is an empty string or null
- B199291 - MinWidth/MinHeight property is ignored for a stretched LayoutGroup
DXLayoutControl for WPF
- B21157 - Design time - New LayoutGroups get IsUserDefined set to True after a drag&drop operation is performed
- B199386 - DockLayoutControl - Cannot use splitters in a window launched by the full trust XBAP
DXNavBar for Silverlight
- B198776 - Exception raised on window resizing
- B199529 - NavBarControl crashes when switching to Full Screen
- B200921 - NavBarControl raises an exception in XAML Designer
DXPivotGrid for WPF
- B200011 - An exception occurs when calling the BestFit method with the BestFitMode.VisibleRows option
- B200704 - Calling ReloadData during a resize operation in a row header column leaves the resize bar permanently visible
- Q317809 - CellSelectionChanged event raised several times when selecting multiple cells
- B199640 - Changes to a brush keyed as "FieldListBackgroundBrush" have no effect
- B186434 - DXPivotGrid - The Grid crashes when dragging PivotGridField over it
- B184850 - The CellsArea background is not filled with the PivotGridControl.CellBackground color
- B184756 - The GroupHeaders doesn't have the top border in PintPreview
- B184754 - The StoreLayoutMode.AllOptions value doesn't contain StoreLayoutMode.PrintSettings
- B186348 - Unable to drag a hidden field from ColumnArea into HiddenFields when the DeferredUpdates option is enabled
DXPrinting (XPF Common)
- B185792 - An unhandled NullReferenceException occurs when trying to scale deserialized from the PRNX document
DXPrinting for WPF
- Q324357 - SimpleLink - A whitespace used for indentation is corrupted during printing
DXRibbon for Silverlight
- B199315 - RibbonControl Memory Leak
DXRibbon for WPF
- B197915 - DXRibbon AppMenu button is blinking
- B200014 - DXRibbonWindow - Cursor indicates that a maximized window can be resized
- Q315463 - PopupControl Closes Unexpectedly
- B200306 - RibbonPage.IsSelected cannot be bound to mvvm property
DXRichEdit for Silverlight
- Q320193 - DropDown items in the Paragraph dialog are not localizable
- B198804 - Numbered List - successive numbering in different lists
- B184390 - The RichEditControl.GetPositionFromPoint method result depends on the RichEditControl.Unit property value
DXRichEdit for WPF
- B200155 - Control loses input focus after executing commands to format text
- B185416 - Handling RichEditControl.MouseDoubleClick event results in NullReferenceException at DevExpress.XtraRichEdit.Mouse.RichEditBeginMouseDragHelperState.Finish()
- B186408 - It is not possible to localize Symbol Form
- B200947 - Keyboard handling - An incorrect character is inserted by pressing ALT+C in the Polish keyboard layout
- B193353 - Printing - printout is right-truncated when large fonts is selected in screen properties
- Q322810 - Setting the RichEditControl.Options.Hyperlinks.ShowToolTip property to false has no effect
- B200486 - System.NullReferenceException - HoverMenuCalculator
DXScheduler for WPF
- B199223 - Databinding for the ActiveViewType property does not work
- B182156 - DataSource - Cannot use the Storage.Appointments.DataSource property with the {Binding} markup extension
- B185415 - DayView - when VisibleInterval spans several days, appointment Start/End dates are handled incorrectly
- Q323955 - DragAndDrop does not work when the DayView.ShowAllDayArea property is set to false, and a custom cell template is applied
- B182164 - It is impossible to set ResourceSharing property to true via XAML
- Q318102 - Scrolling - If two windows with scheduler are opened, both schedulers are scrolled simultaneously
- B186442 - Synchronization between TimeRuler and TimeCell is broken when customizing the time cell style
- Q226231 - Unable to hide the 'More' button
- B183895 - Usability issue when dragging appointments outside SchedulerControl
DXSpellChecker for Silverlight
- B199570 - Correcting misspelled words in a databound textbox does not update bound fields
DXTreeList (XPF Common)
DXTreeList for Silverlight
- B200507 - Sorting in TreeListControl is *extremely* slow
eXpress Persistent Objects
- B201141 - A problem with Turkish characters in search
- B184207 - Documentation - The "How to: Implement a Custom Criteria Language Operator" topic mixes different function names
- B185515 - Filtering - The CriteriaOperator.Parse method throws CriteriaParserException when parsing criteria strings, containing Round with two parameters, like "Round(Field, 3)"
- B200046 - Generating Persistent Classes Wizard - Incremental search on the Tables list clears the Columns list
- B186297 - JoinOperandExpander raises an exception when a parent object is referenced in passed criteria by a complex path (for example, [Person.Orders][^.Order.Oid = 3] )
- B200480 - MissingManifestResourceException is thrown when an XPO exception is about to be created in Silverlight
- B199870 - NullReferenceException occurs when calling the FindObject method in InTransaction mode
eXpressApp Framework
- S37042 - Actions - Do not forcibly move Accept and Cancel action buttons to the right in ButtonsContainer
- B184611 - ASPxGridListEditor - GroupContentTemplate throws NullReferenceException when the column's DataItemTemplate is empty
- B186401 - Business Class Library Customization module - Views are broken if a related class from the BaseImpl assembly is not added to AdditionalExportedTypes manually
- Q318836 - Chart module - When a chart ListView is shown in a dashboard, it cannot be filtered by an action via the CollectionSource.Criteria property
- B200605 - Core - The "Cannot create temporary file" error occurs at a Web application startup
- B185764 - CriteriaPropertyEditor.Win - Cannot clear the criteria property under certain circumstances
- B184317 - Dashboards - IModelWinLayoutManagerOptions are not used by the layout manager, and view layout options are not affected by application layout options
- B183391 - Dashboards - The ShowActionsToolbar property does not work under certain circumstances
- Q318406 - DC - Cannot apply the DefaultListViewOptions attribute to a domain component
- B186043 - DC - The "right" ManyToMany association property is not updated automatically when an object is added to the "left" property in some circumstances
- Q324385 - DC - TypeLoadException is thrown for VB.NET projects built in Visual Studio 2010
- B199280 - DC - Using DataSourcePropertyAttribute with LINQ gives unexpected results
- B186444 - DC - XafDefaultProperty applied to a decimal property causes an exception
- B186093 - Demos - StateMachine and Workflow demos use the SQLEXPRESS connection by default
- B185891 - Designers - A NullReferenceException's message is shown in the property grid's BaseClassName field of the Module designer, when a domain component is selected in the Business Classes list
- B181951 - Detail View layout changes when the focus is moving through the form
- B198811 - Documentation - TablePrefixes property description is incorrect
- Q321758 - EasyTest - *Action Navigation(...) localization issue - localized ShowNavigationItem caption is not used in win
- Q323397 - EasyTest - NullReferenceException occurs at application startup during the execution of the DropDb command, if a non-local database server is used for testing
- B199598 - EasyTest - ScriptRecorder does not work for referenced objects under certain circumstances
- B184670 - ExtendedCriteriaPropertyEditor - NullReferenceException is thrown when the editor is invoked if a property with the specified name does not exist
- B200509 - FilterControl - Child nodes are not available or are expanded in a wrong parent node in some circumstances
- B196659 - Filtering - An exception occurs when parsing criteria containing square brackets
- B200012 - HtmlPropertyEditor.Web - When disabled the editor is displayed incorrectly
- B198994 - Layout - Customized layout is changed after navigating away from the corresponding Layout node
- S35226 - ListEditors - Situations when ListEditor does not support ListView's object type or data source type are unhandled
- B185884 - ListView.MasterDetailMode - The AllowEdit property is not propagated from a readonly nested ListPropertyEditor to its edited DetailView
- B195419 - ListView.Web - Summaries do not respect DisplayFormat
- B200099 - Localization.Web - The Logon view caption is hardcoded in page markup
- B200783 - Outlook In 60 Minutes tutorial - A NullReferenceException occurs in FindBySubjectController
- B199973 - Persistent.BaseImpl - DistributedIdGeneratorHelper.Generate(Session.DataLayer, "the type") method works incorrectly
- B186154 - Persistent.BaseImpl - The default FullName property alias doesn't contain space and differs from the value that the FullName property returns
- B186123 - PropertyEditors.Criteria - Cannot use complex conditions during filtering by a collection property
- B185642 - PropertyEditors.Web - The NullReferenceException occurs in the ASPxColorPropertyEditor.ReadViewModeValueCore method
- B200002 - Report of Runtime can't display the property of base DC Caption
- B186131 - Reports - Root items are suggested when Aggregated items are expected when modifying the FilterString property in the Text tab of FilterString Editor
- B186129 - Reports - The "The method or operation is not implemented." exception is thrown when a parameter is selected in the CriteriaEditor tree when editing the FilterString property
- B186124 - Security - Protected information can be exported to XLS from ListView
- B200840 - Security - Wrong properties are shown when ComplexSecurity is used in an empty application
- Q317308 - StandardMDI - FormState of child windows is not saved to Application Model
- B21119 - TabbedMDI - Toolbar flickers when closing a tab
- B184877 - Templates.Web - Error occurs in the QuickAccessNavigationActionContainer
- B186005 - Templates.Web - Navigation breadcrumbs are clipped when the page width is less than about 1000 pixels
- B200842 - Translation is not applied when selecting a row in the LookUp editor
- B200631 - UI.Web - "Property path 'OID' is incorrect for Type" error occurs after attempting to edit a new unsaved object from the aggregated collection
- B200091 - UI.Web - The lookup property editor's New action shows incorrect DetailView in AllItems mode
- B186295 - UI.Web - Themes aren't applied to web applications created with versions lower than v.10.1 (Code Central)
- Q319299 - UI.Win - A custom sizable View Item flickers in Ribbon UI
- B184812 - Validation - NullReferenceException occurs under certain circumstances
- Q321133 - Validatoin - Custom message templates defined in a validation rule attribute are not passed to Application Model
- B200094 - ViewVariants - The CurrentVariantId property value of a VariantsInfo type instance is null after opening a List View (before switching a View Variant)
- B158202 - Web.Config - The "runtimeVersionv2.0" parameter within the "preCondition=integratedMode,runtimeVersionv2.0" setting causes Images to not appear if a Web application is configured to run under .NET 4.0 on IIS
- B200530 - Win.UI - Floating menu's FloatLocation is not saved
- B199354 - Win.UI - HTMLPropertyEditor incorrectly receives focus via the TAB key
- B200973 - WorkflowRunnigInstanceUpdater has a spelling error in its name
- B200191 - XCRM Demo: The IMyAppUser.UserName property editor is read-only
Installation
- Q225064 - Cannot use IDE tools with Turkish locale
- B182209 - Documentation - Sometimes it is impossible to uninstall documentation - only UPDATE option is available
- B200465 - Installation - Documentation Setup creates multiple entries in Add/Remove Programs list
- B183738 - It is possible to continue product installation even if the installation path is invalid (e.g. "C:\*"); the installer crashes
- B201092 - Sources - The DevExpress.Xpf.NavBar.SL project is not included
MVC Extensions
- B200932 - Documentation - Update the "Deployment - MVC Extensions" topic - The XtraCharts and XtraReports assemblies are required
- B200850 - Grid View - The Inline Editing (Templates) Online Demo displays incorrect PartialView source code
- B200809 - Grid View - The Inline Editing demos - A newly inserted row overwrites a previously edited row
- B199487 - GridView - CallbackRouteValues incorrect url for multitenant application
- Q317767 - GridView - Callbacks do not work when the latest version of jQuery is used
- B200689 - GridView - DataItem templates not working when a column is in a band
- B200596 - GridView - Dialog data is not bound to a model to update / add a new callback when using PopupEditForm
- B185960 - GridView - The CellEditorInitialize event handler is not published
- B200619 - GridView - The grid combobox column is empty when the New row is created for an empty grid
- Q319104 - GridView - The SettingsExport.Styles property is not applied to the exported result
- B200037 - HtmlEditor Extension - Image Selector thumbnail paths are resolved incorrectly in some cases
- B199788 - Intellisense does not work in MVC 2 template (VB.NET)
- B199497 - JavaScript Error "scrollLeft is null or undefined" after upgrading to 2010.2.7
- Q318413 - ListBox does not work properly in CallbackMode
- B199958 - PageControl - When tabs are hidden, a client-side error occurs
- B199573 - PopupControl - A client-side exception occurs when the popup is closed
- Q321275 - TreeView - Callbacks mode doesn't work if templates are assigned
PivotGrid Core
- B186130 - A filter icon should be shown in the customization form if the filter is applied to some hidden field
- B184962 - Group's FilterItem with a single descendant shows an indeterminate selected state
- B184849 - NullReferenceException is thrown when getting a drill-down data source if a hierarchical filter is applied in OLAP mode
- B199083 - OLAP - FilterArea filters are ignored in some cases
- B186098 - The GetHigherLevelFields method works for Grand Total values incorrectly
Refactor! Pro
- B198262 - Refactoring - "Add End Tag" refactoring adds unnecessary attributes
- B200450 - Refactoring - "Break apart parameters" refactoring generates Extraneous Underscores in VB.NET 2010
- B200323 - Refactoring - "Encapsulate Field" and "Encapsulate Field (read-only)" refactorings handle field attributes incorrectly
- B185673 - Refactoring - "Execute Statement Asynchronously" refactoring should not be available once it is applied
- B200451 - Refactoring - "Line-up Parameters" refactoring produces incorrect code (with an extra round bracket) in VB.NET
- B199927 - Refactoring - "Make Implicit" refactoring incorrectly works in Mobile 6 applications and breaks build
- B199442 - Refactoring - "Optimize Namespace References" removes "using Microsoft.Phone.Controls" namespace reference
- B200578 - Refactoring - "Reorder Parameters" causes Unhandled Exception for methods with description comment
- B186085 - Refactoring - "Reorder Parameters" makes code uncompilable when extension method is used
- B200869 - Refactoring - The "Extract Interface" refactoring incorrectly handles abstract members
- B199145 - Target Picker painted incorrectly in place of XML Doc comments painting
VideoRent Demos
- B186125 - Video Rental Demo - Unexpected scrollbars are shown if high DPI settings are used
XtraBars Suite
- B201056 - After maximizing an MDI child form, its title is displayed twice in the MDI parent
- B185809 - AlertControl form's caption isn't updated if the AllowHtmlText property is turned on
- B199883 - Arrow is not shown in split button
- B200470 - BackStageView tag property is inaccessible in property grid
- B200702 - BackstageViewButtonItem.Enabled Property
- B200508 - BarButtonEdit catches shortcuts even if another form is active
- B186018 - BarItem - A tooltip with a caption is not shown when hovering over a bar item with the mouse if the bar item is displayed with an image without a caption
- B200458 - Cannot set Ribbon.SelectedPage with DocumentManager control
- B199886 - Close button is invisible in tabbed MDI (docking)
- B186329 - Document Manager does not unsubscribe from MDIClient events when setting a parent Form’s IsMdiContainer property to false
- Q324403 - DocumentManager - Changing LookAndFeel does not affect tabs
- S137370 - DocumentManager - A form doesn't become floating if dragged towards RibbonControl
- B200951 - DocumentManager - A form is re-drawn incompletely after closing docked windows
- B200542 - DocumentManager tab header not painted
- B201281 - Drop-down list does not work correctly
- B200461 - Focus issue with DocumentManager
- B200459 - FormClosed event does not fire when closing a document in DocumentManager
- B200806 - GalleryDropDownBarControl - System.ObjectDisposedException is raised when handling the GalleryItemClick event
- Q324394 - Hints disappear (flash) on BarButtonItem
- Q323671 - How to add backstageviewseparator item
- Q323849 - MacOffice RibbonStyle - Page header captions are not visible
- B200260 - MDI child forms affected by latest 10.2.8
- B201140 - NullReferenceException is thrown when calling the AreThereOpenDropDownControls method
- B201043 - NullReferenceException is thrown while trying to put Dock Panel (a container with some panels) onto Form as TabbedView
- B200325 - Private Beta - DocumentManager - Error: Invoke or BeginInvoke cannot be called on a control until the window handle is created
- B200289 - Private Beta - DocumentManager - Issue when bringing a page to focus in code
- B200372 - Private Beta - DocumentManager - Issue when toggling between NativeMDIView and TabbedView at runtime
- B200740 - RibbonControl - The NullReferenceException is thrown in the RibbonMacStyleItemViewInfoCalculator class
- B200497 - RibbonControls are shown in MDI child forms
- B199425 - RibbonGallery - An item is not visible after it is selected
- B201044 - The current TabbedView is incorrectly marked in the drop-down selector (in the upper-right corner) when being inserted or moved to a specified position
- B201041 - The DockPanel Text property value cannot be updated
- B200892 - The icon of a popup container item is not aligned to the left
- B199882 - Too large paddings in tab pages
- B199869 - Toolbar Item Alignment Issue with Office 2010 Theme
- B200942 - When changing a theme, this does not affect tab labels
XtraCharts Suite
- B200340 - Chart Wizard – The Wizard panels have incorrect layout under the Vista x64 operating system
- B186581 - Documentation - The ASPxClientWebChartControl.BeginCallback and ASPxClientWebChartControl.EndCallback events are missing in help
- B185859 - Full-Stacked Area Series - Incorrect rendering if series data contain empty points
- B186344 - PrintableComponentLink - NullReferenceException is raised when print preview margins are changed
- Q226402 - Series Template - Error when adjusting the axis range at runtime when the DateTime scale type is used
- B182277 - Usability - It is possible to pass an empty string to the "name" parameter when calling the secondary axis constructor
- B181954 - Usability - Selected title is always painted using Red color
- B185386 - Usability - Using LEFT, RIGHT, UP and DOWN, arrow keys for scrolling is inconsistent
- B185995 - WebChartControl - Exception when setting the BackImage.ImageUrl property using an external URL (Stretch mode = False)
- B182237 - Wizard - The ArgumentDataMember and ValueDataMember editors don't show any available items from the data source
- B186251 - XYDiagram - EmptyChartMessage is displayed when the chart is initialized via Series Template and the chart's datasource is empty
XtraEditors Library
- B199408 - CheckedComboBoxEdit - The RefreshEditValue method is slow
- B200055 - CheckEdit ForeColor is not changed immediately
- B199863 - ColorEdit - TextEditStyle.Standard setting doesn't work if StoreColorAsInteger = True
- B185479 - DateEdit: A DateTime mask changes an edit value when pressing the Delete/Backspace key if the value is empty
- Q322318 - DecimalSeparator, TimeSeparator, DateSeparator do not use the Mask.Culture property value
- B200930 - DocumentManager – View’s DocumentClosing and DocumentClosed events do not fire when a floating document is closed
- Q322136 - FilterEditorControl - The IsFilterCriteriaValid property returns true when filter criteria are invalid
- B200649 - Item indexer by value not working as expected for CheckedComboBoxEdit (CheckedListBoxItemCollection)
- B200566 - LabelControl - Horizontal line is drawn incorrectly
- B184596 - ListBoxControl - Exception is thrown when trying to delete a non existing item from the ListBoxControl.Items collection
- Q322110 - PopupContainerControl is closed immediately after display if it is invoked by the editor on a RibbonControl with the TransparentEditors property enabled and when the Office2003 style is used
- B186159 - RibbonControl - Items are painted incorrectly in the MacOffice style
- Q319370 - SelectedIndexChanged event fires multiple times in listbox
- B199884 - Tab paddings are incorrect
- Q226511 - Visual Inheritance - DateEdit creates buttons after each application is created
- B200888 - XtraForm – The DrawToBitmap method does not work
XtraGauges Suite
- B200919 - Style Manager does not update Effect Layer of Gauges Layout
XtraGrid Suite
- Q324625 - A group row font appearance is discarded during printing
- B200265 - Active RepositoryItemPictureEdit shows two contextmenus - native and custom (for the grid's cell)
- B186141 - Documentation - Error in the example in the "Obtain Summary Values" help topic
- B186398 - Documentation - Update the "New Item Row Overview" help article
- Q323621 - Expression Editor does not display the Fields section
- B185148 - Grid Designer - A designer window closes when a user selects the "Print Appearances" property page
- B185087 - Grid Designer, Repository - The "Remove" button is enabled even if there is nothing to remove
- B200564 - Incremental Search - Navigation does not work properly
- Q324744 - LayoutView - The MoveNextPage method works incorrectly
- B200562 - LayoutView - The ValidateRow event unexpectedly fires when clicking somewhere in LayoutViewCard
- Q319556 - LayoutView in Carousel mode should draw collapsed background cards vertically if the card caption is placed to the left or right side of the card
- B199292 - Problem with detecting GridViews(via the MSAA interface) with Ranorex SPy
- B198816 - System.NullReferenceException when painting LayoutView
- Q318504 - ViewCaption is not printed for detail views when the View.OptionsView.ShowViewCaption property is set to true
- B185169 - XtraGrid Demo - It is impossible to go back from the "About" page to a previously visited page
- B200478 - Xtragrid Export to XLSX ignores vertical alignment ignored for rows
XtraLayout Suite
- B185476 - DataLayoutControl - In some cases items can't be moved at design time
- B200851 - LayoutControl – The Drag&Drop feature does not work in remote applications
- B182977 - Runtime customization works incorrectly if a layout control contains items without names
- B200359 - StandAloneBarAndDockController width not correct within LayoutGroup with TextLocation Left/Right set within TabbedControlGroup
- B200957 - The LayoutControlGroup in DataLayoutControl can't be resized at design time using relevant handles
- B199067 - Wrong print layout when printing LayoutControl with TabbedLayoutGroups when using SelectedPageChanging event (e.Cancel = true)
- B200327 - XtraLayout - Exception when removing layoutcontrolgroups at design time
XtraNavBar
- Q318769 - NavBarControl - The SelectedLinkChanged event is not raised when an item is removed
XtraPivotGrid Suite
- B183746 - Drag destination arrows should not be shown between fields included in a group
- B185590 - Drag-and-drop is working incorrectly when the pivot is in SplitContainerControl
- B182787 - Focus issues
- B182951 - Header size is incorrect if field header font is changed
- B182775 - If a custom appearance is applied to a field header when it is being dragged, text can be trimmed
- B200488 - Index out of range exception
- Q319961 - PivotGrid CustomAppearance displays border when FieldEdit is set to repository editor
- B195022 - Prefilter - Data Field name displayed incorrectly
- B198883 - The CellDoubleClick event works incorrectly if an in-place editor is used for data editing
- B198632 - Unbound Field with expression displays 'error' when it is not located in the data area
- B185433 - XtraPivotGrid Demo, Single Total - Cell display format does not change if summary type is changed
- B184444 - XtraPivotGrid Demo, Single Total - Custom summaries calculation is not implemented
- B184443 - XtraPivotGrid Demo, Single Total - Remove the "ShowCustomTotalsForSingleValues" checkbox because it does not affect the pivot grid behavior in this case
XtraPrinting Library
- B184932 - Documentation - PageTableBrick class article should mention that the PageTableBrick class can be used only in Marginal Header/Footer areas
- B198511 - Export to PDF - Corrupted %%EOF marker, or garbage after the %%EOF inside PDF
- B199032 - Export to RTF - The chart is incorrectly exported when the chart image is split vertically
- B200633 - 'Export To XLSX' mechanism does not create default style in xlsx files
- B192896 - OutOfMemory error in ExportToXlsx ExportToXml methods
XtraReports Suite
- B199726 - A parameter with a custom type has an incorrect Value (BDNull.Value)
- B184079 - A report's PrintPreview options are not applied to the PrintingSystem.PrintPreview options in Silverlight
- B184765 - Application might crash on printing if user turns off data caching (ReportPreviewModel.CachePrintData=false)
- B184616 - Assemblies are not loaded from a local client folder because the REPX file contains a path to folders on a development machine
- Q324293 - Cannot handle new reports in the End-User Report Designer
- Q325703 - Code Central - E2859 does not work
- B184073 - Designer - Visual Studio Crashes when PropertyGrid DockPanel is being moved
- B183916 - Documentation - DevExpress.XtraReports.Extensions.dll is missing in the WPF Deployment topic
- B157219 - Documentation - Deployment - The list of assemblies is wrong
- B186413 - Documentation - It is not mentioned that an XML file can be loaded via the XtraReport.FromFile method
- B184778 - Documentation - The notion of using the XRDesignFieldList class is incorrect
- B21146 - Documentation - The sample project linked to the How to: Create a Cross-Tab Report article illustrates a different (runtime) approach
- B185980 - Documentation - The XtraReport.ParametersRequestValueChanged, ParametersRequestSubmit and ParametersRequestBeforeShow events are supported for WinForms UI only
- B186420 - Documentation - The XtraReport.PrintProgress, PrintingSystemBase.StartPrint and PrintingSystemBase.EndPrint events are supported for the WinForms platform only
- B199665 - Images are cropped in resulting RTF, XLS and XLSX files
- B200877 - Localized text is truncated in report designer
- B200609 - Page Builder - In a master-detail report, different detail reports show the same data from a single detail report
- B185966 - PageSetup dialog should be disabled for Merged reports
- B200378 - Report Designer - Expression Editor- Incorrect data field is initialized in some situations
- S137105 - Report Designer - The XtraReport.DisplayName property is not localizable
- B200379 - Report Designer does not always save changes
- Q313086 - Serialization - NotSupportedException is thrown when calling LoadLayout in the XtraReport object using the Stream parameter
- B196691 - Setting today as default value to a report parameter shows an error in parameter panel
- B199285 - StartPageNumber in XRPageInfo is ignored in WPF DocumentPreview
- B186114 - Subreport's DataSource is reset when showing preview in Report End-User Designer
- B184710 - Textblock containing a text is not text-wrapped in PrintDialog
- S137503 - The Send by Email option does not work in a 64-bit OS environment
- B145378 - Web - The ReportViewer distorts the Font settings
- B199271 - When the PanelControl has no borders, the BackColor changes color
- B199796 - WPF DocumentPreview - An error occurs when pressing the "Export Documents..." and "Send via e-mail..." buttons
- B184380 - XRChart - An XRPivotGrid instance is not available in the Chart Wizard -> Data -> Auto-created Series tab
- B186041 - XRDesignFieldList.SortOrder Property does not affect nested fields order
- B198924 - XRPanel Left and Right Border Set Raises error if XRPanel width is 2
- B200192 - XRRichText incorrectly renders HTML characters en space and em space
XtraRichEdit
- B185383 - RichEditControl.Document.GetHtmlText method does not use the specified UriProvider to obtain image URI
- B186079 - A Table does not redraw itself automatically when modifying its Indent property value
- B186165 - A table inserted after a paragraph with a certain indentation has the same indentation
- B200796 - Columns Setup Form – An overflow exception is raised when entering a big number of columns
- B199909 - DOCX Import - System.ArgumentException occurs when loading a certain docx file
- B200163 - Double Underline is not applied to highlighted text that wraps over several lines
- B199355 - Font setting not applied correctly in XtraRichEdit
- B199351 - Font style icons in XtraRichEdit ToolBar do not update their values when font settings are changed via font dialog
- Q321551 - HTML export/import results in changing the size of embedded images
- B199393 - HTML Import - the colspan attribute of the TD tag is ignored if an inline style is specified
- B199132 - Lists - Font style is not preserved when exporting numbered/bulleted lists
- B199392 - Localization - Paragraph dialog - Before and After captions are overlapped in Traditional Chinese and Japanese
- B200732 - MasterDetailMailMerge code
- B200051 - Memory usage is too high for documents containing uncompressed bitmap images
- B200412 - Not all tables are correctly inserted into RichEditControl
- B185147 - RichEditControl.Document.GetSection(RichEditControl.Document.CaretPosition) results in InvalidOperationException if the caret is located in header or footer
- B186096 - RichEditMainDemo - The nwindDataSet.xsd file is missing
- Q322188 - RichTextEditor with text aligned by center in a grid column with a small width is misplaced on activating a grid cell
- B185421 - Styles - Changing the style at the end of the text results in unhandled exception
XtraScheduler Suite
- B200177 - Appointment intervals and descriptions in the Calendar Details Style are printed on different pages
- B21125 - Documentation - Data Tables Structure - Collection of Custom Objects - it is not possible to bind to public fields objects. Should be public properties instead.
- B186126 - Printing - Calendar Details Style - End Date is set incorrectly
- S136950 - Scheduler Reporting - if SnapToCellsMode for the Timeline view is set to Disabled, short appointments (~1 second) are not displayed in the print preview at all
XtraSpellChecker
- B200628 - Exception when loading Galician SpellCheckerOpenOfficeDictionary
- Q318623 - Memory leaks with XtraRichEdit
- B200819 - Repeated words that are placed under different bullet points are treated incorrectly
XtraTreeList Suite
- Q325391 - A super tooltip stays visible when moving the mouse to a different application
- B201283 - An incorrect column is painted when a Tree List control is being scrolled
- B200256 - Double clicking column-edge separator causes improper best-fit behavior
- Q319568 - TreeList - Poor performance when the LockReloadNodes/UnlockReloadNodes statement is used
- B185388 - TreeList - The ValidateNode event is not raised when the TreeList loses focus
- B199237 - TreeList doesn't use(show) assigned editors for last visibile line when there are horizontal and vertical scrollbars
XtraVerticalGrid Suite
- B184269 - Bug when setting a row value to null using a subclassed RowOperation object
- B199142 - Cannot clear format rule
- Q318751 - Empty VGrid still displays a column of data
- B185937 - Export - An empty space occurs on the left side of a Grid's headers
- B200228 - PropertyGridControl - The BeginDataUpdate / EndDataUpdate statements do not work properly
- B185779 - The error icon isn't removed after the PostEditor method call if the validation is passed
|