mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
- Edited value cells now repaint: fire the changed cell's notification even inside a command batch (only dependent recalc is deferred to EndUpdate). - Table sort excludes the header (and totals) row by sorting DataBodyRange; the cell-menu and context-menu sorts are now table/auto-filter aware. - Re-apply active filters after a sort (and on sort undo) so filtered-out rows stay hidden by value. - Enable Merge, Borders, Conditional and Data Validation tools when a range is selected by subscribing to Selection.Changed. - Keep the worksheet prefix on cross-sheet references in the formula-bar syntax highlighter (use the raw token text). Adds regression tests for all of the above.