From b4934e21e810869e63ee484c537971b2bc5498c1 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Thu, 13 Aug 2026 16:06:10 +0300 Subject: [PATCH] [update] add Excel export fix to v9.3.9 - documented the Grid fix for cells without prefixes being formatted incorrectly by Microsoft Excel --- docs/whatsnew.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index b8f64943..456293b8 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -26,6 +26,7 @@ Released on August 13, 2026 - Grid. Fixed removing a grouped column via its "close" icon starting a column drag action - Grid. Resolved an issue where `removeAll()` cleared header filter inputs but failed to reset the underlying filtering rules - Grid. Fixed multiselect filtering for columns with `editorType: "multiselect"`; cells are now correctly matched if any of their values satisfy the filter +- Grid. Fixed the export to Excel where Microsoft Excel formatted cells without prefixes incorrectly - TreeCollection. Fixed an issue where the tree could appear empty after `parse()` if a permanent filter was active - TreeCollection. Fixed a bug where items were added twice when inserted into a sorted tree - TreeCollection. Fixed the `multi` property of a filtering rule not being passed to the `compare` callback