Note that if you click on an issue GitHub will show the 404 page.

Only Technology Partners with Source Code Access can follow the Wisej Source Code repository on GitHub.

Bugs

Recently opened and closed bugs. Limited to 30.
open#3187 Non modal window may have the "modal" state set at creation.3.2.2
open#3180 MonthCalendar ShowToday set to false shows the Today button anyway.3.2.2
open#3179 When a form is maximized in a Dektop control hosted in a Page the Size property returns the size of the page.3.2.2
open#3177 Adding a TreeNode to a TreeView with HideNodeImages set to true after creation shows the node image anyway.3.2.2
closed#3176 Sorting of large number of grouped rows loses child rows.3.2.1
closed#3175 DataGridView.RowStateChanged does't fire for the DataGridViewState.Displayed changes when scrolling rows.wontfix
closed#3174 DataGridView.RowHeaderColumn.AllowHtml doesn't allow html in the row headers.3.2.1
closed#3173 Swiping a Multiline TextBox doesn't work on mobile.3.2.1
closed#3171 ChildRows are collected by the GC when sorting a hierarchical grid.3.2.1
closed#3167 JavaScript Uncaught Exception in DataGridView with image field.3.2.0
closed#3166 Setting a cell style in the CellFormatting event handler doesn't update the cell style.3.2.0
closed#3164 ThemeBuilder: Grid preview doesn't allow for sorting columns.3.2.0
closed#3162 Can add duplicate Tags to TagTextBox when AllowDuplicateTags is false3.2.0
closed#3161 Using an embedded control in a grid can lead to focus problems3.2.0
closed#3159 Setting a drag & drop image in DragStart doesn't allow changing the image back in DragLeave.3.2.0
closed#3158 When DataGridView.AllowUserToOrderColumns is true, column headers cannot initiate drag & drop.3.2.1
closed#3157 Setting DataGridView.AllowUserToOrderColumns after setting column.Movable to False overrides the column's setting.3.2.0
closed#3156 DataGridView.GetClipboardContent() may return null for data bound grids.3.2.0
closed#3155 Changing Monthcalendar CalendarDimensions value at runtinme require a refresh on the client to be updated.3.1.10
closed#3154 Panels anchored out of bounds are resized incorrectly in .NET Core.3.2.0
closed#3153 GridHeader autosize issue3.1.10
closed#3152 When a custom filter is enabled on a DataGridView column, sorting is not working properly3.1.10
closed#3150 When both ColumnHeadersHeightSizeMode is set to AutoSize and AutoSizeColumnsMode is also set to auto resize, the height is not updated when the width is auto sized.3.1.10
closed#3149 Hiding or showing columns doesn't resize the height of the column header when ColumnHeadersHeightSizeMode is set to AutoSize3.1.10
closed#3148 Setting row.UserData in the RowsAdded event for rows added to the DataSource after creation doesn't save the UserData.3.1.10
closed#3145 UserComboBox with a DataSource may show the type name instead of the DisplayMember if set after the DataSource.3.1.10
closed#3143 Changing the Mask on a MaskedTextBox resets the value of TextMaskFormat to IncludeLiterals.3.1.10
closed#3141 Adding an AccordionPanel to an Accordion with SelectedOnTop true causes a NullReferenceException.3.1.10
closed#3139 ListView in details view mode with columns may throw a StackOverflow exception when assigning the data source.3.1.10
closed#3136 ComboBox with LazyLoading true may show the unformatted selected item's text when the DisplayMember is set after the DataSource property.3.1.9

New Features

Recently added and closed new features. Limited to 30.
open#3186 Add method chaining support to all controls.3.5.0
open#3185 Add specialized constructors to all controls.3.5.0
closed#3132 Preserve the full URL when switching to the offline pages and back online.3.2.0
closed#3106 Add ValidationExtender with validation rule support and extender IErrorProvider support.3.2.0
closed#3090 Add ViewModel base class to support the new built-in MVVM pattern.wontfix3.2.0
closed#3089 Add ContainerControl.DataContext to support the new built-in MVVM pattern.wontfix3.2.0
closed#3088 Allow TooolBarButton to use data binding.3.2.0
closed#3087 Add ToolBarButton.Command to allow a toolbar button to bind to an ICommand property.3.2.0
open#3085 Implement the new TaskDialog system.
closed#3084 Add MenuItem.Command to allow MenuItem to bind to an ICommand property.3.2.0
closed#3083 Allow MenuItem to use data binding.3.2.0
open#3065 Implement Wisej.Web.Ext.ToolStrip extension.
closed#2980 Add NumericTextBox and DateTimeTextBox controls.3.1.1
closed#2976 Integrate F1 code help with our api docs in code editor.3.1.1
open#2975 Enable help button on all designer editors linked to the relevant docs page.
closed#2974 New tiny tool icons in designer property grid: reset, data bound, responsive, localizable.3.1.1
closed#2859 Option to load a custom Default.json for multi-tenant provisioning and custom URLs.2.5.26
closed#2810 Add ILabel, IModified, IImage, IReadOnly interfaces to normalize common features.3.0.8
closed#2809 Add callback to Application.Download methods to be invoked when the file or stream has been sent to the client.3.0.8
closed#2697 Include TaskBar control from the extensions to use the newer properties.Wisej 2.5
closed#2696 Add Desktop.TaskbarAlignment to align the items Left, Middle, Right similar to Windows 11.Wisej 2.5
closed#2695 Add Application.ClientId and Application.Clients to identify a specific client and get a list of all clients.Wisej 2.5
closed#2599 Add support for frozen rows to the DataGridView.Wisej 2.5
closed#2598 Merge the summary extension into the DataGridView control.Wisej 2.5
closed#2545 Add optional Edge preview for the ThemeBuilder.Wisej 2.5
closed#2492 Add optional Edge/Chrome renderer for the Wisej designer.Wisej 2.5
closed#2016 Support DataGridView.AutoSize.2.1.13
closed#1993 Add .print() function to PdfViewer controlwontfix
closed#1947 Add "Visible" to ScrollableControls2.0.40
closed#1926 Add automatic Label to TextBox, ComboBox, DateTimePicker, NumericUpDown, Listbox, DomainUpDown.2.1.13

Enhancements

Recently added and closed enhancements. Limited to 30.
open#3184 Add ICommand.Command to DataGridViewCell to allow binding columns to a MVVM model.
open#3183 Performance: Adding several child controls dynamically causes too many javascript calls to "setChildIndex".3.2.2
open#3181 Security: Remove session id from component.wx and postback.wx URLs.3.2.2
open#3178 Add a theme state to buttons assigned to the AcceptButton and CancelButton properties.3.2.2
open#3172 Add option to show the Today's label at the bottom of the DateTimePicker drop down calendar.3.2.2
closed#3170 Added a new ColumnHeader.MaximumWidth property for the ListView.3.2.0
closed#3165 ThemeBuilder: Add support for recently opened files.3.2.0
closed#3163 Disable starting dragging operations when pressing the pointer on the scrollbar.3.2.0
closed#3160 Security: Enforce the TextBox.MaxLength limit on the server for input coming from the browser.3.2.0
closed#3151 ThemeBuilder should validate property values or warn the user.3.2.0
closed#3146 Added "mdiclient" state to the MdiClient container.3.2.0
closed#3144 Added the "maximized" state to mdi child forms.3.1.10
closed#3140 Add TabControl.TabPageMoved event to fire when the user moves the position of the tab.3.2.0
closed#3138 Data binding properties of the inner ListViewComboBox.ListView are not available in the designer.3.2.0
closed#3114 Added missing IDropTarget interface3.1.8
closed#3105 Add scrolling events and properties to ListView.3.2.0
closed#3103 Remove mustache.js from the qx.js library, gets flagged by some vulnerability scanners.3.1.8
closed#3096 DataGridView.TopLeftHeaderCell is not assignable.3.1.7
closed#3094 ToolBarButton with Style DropDownButton shows the split arrow button to the right when the ToolBar alignment is Underneath.3.1.7
closed#3091 Allow ToolBarButton set to PushButton to show the related DropDownMenu when clicked.3.1.7
closed#3086 Add IList implementation for ListView.SelectedIndexCollection and ListView.SelectedListViewItemCollection.3.1.7
closed#3082 Handled internal gdi+ exception causes a slow down in the designer in some cases.3.1.6
closed#3077 Add an option to ToolBar DropDownButtons to also open the menu when clicked on the left part of the button3.2.0
closed#3067 Enhance Control.Invoke() and Control.BeginInvoke() to restore the session if needed.3.1.6
closed#3066 Enhance ErrorProvider.ContainerControl to host the ErrorProvider's icon.3.1.6
closed#3063 Add components (IContainer) constructor to ContextMenu to facilitate disposal.3.1.5
closed#3062 Add dynamic property assignment to the Widget.Instance wrapper.3.1.5
closed#3058 Add support to read widget properties using await.3.1.5
closed#3051 ListView.ItemClick should update e.Clicks to two for a double click.
closed#3044 Enhance CheckedListBox.Text property to return the checked items separated by a comma to support Enum.Parse() for flags enumerations.3.1.4