Completed
Last Updated: 25 Aug 2025 07:59 by ADMIN
Release 2025.3.812 (2025 Q3)
Clicking the filter icon will reopen the filter popup. In the following scenario, the filter pop-up is open. If we click the filter icon while the filter popup is open, it will close it and reopen it. This leaves the end user with flashing behavior. The filter icon should close the filter popup if it is open.
Unplanned
Last Updated: 20 Jun 2025 11:48 by ADMIN
Unplanned
Last Updated: 28 Jul 2025 13:22 by ADMIN
In the following scenario, we clicked on the GridViewSelectColumn header checkbox, which selects all the rows in the RadGridView. This will trigger the SelectionChanging event of the control. Canceling the event will cancel the whole operation. There is no API to remove specific rows from being selected in this operation.
Unplanned
Last Updated: 30 Sep 2025 12:51 by ADMIN
In a hierarchy grid, when AutoGenerateColumns= true, this event triggers only for MasterTemplate.
Completed
Last Updated: 12 Dec 2025 10:29 by ADMIN
Release 2025.4.1212 (Preview)
In this scenario, we are using the custom approach from the How to Change PageViewMode for the Nested Levels in RadGridView KB article. When a child row is expanded and we collapse and expand its parent, an exception is thrown.
Unplanned
Last Updated: 16 Dec 2025 09:37 by ADMIN
By default, in the hierarchy RadGridView, filtering the control will show the child row that matches the filtering criteria, along with its parent. The parent row itself could not match the filtering descriptor, which could lead to confusion. We could extend the current functionality of the control and expose a way to hide the parent in this case.
Completed
Last Updated: 12 Mar 2026 11:55 by ADMIN
Release 2026.1.312 (Preview)
In this particular scenario, setting the EnableFiltering property to true will trigger the control to update its view. In some scenarios, an exception occurs when checking whether a column has a sort applied.