Posted 15 November 2024, 7:45 am EST - Updated 15 November 2024, 7:48 am EST
In the FlexGrid, when a column’s filter icon is clicked, the log is cluttered with the following (excerpt):
info: CondensingGrid.Playground.Components.Pages.Customers[0]
PendingFilterExpression: Gender.NotEqualText(M)
info: CondensingGrid.Playground.Components.Pages.Customers[0]
UpdatedFilterExpression: Gender.NotEqualText(M)
You can improve the rendering of C1VectorIcon if set the ViewBox="@(new C1.Blazor.Core.C1Rect(0, 0, 8.999999046325684, 14.02249813079834))" in the icon with data "M0,13.022498 L8.999999,13.022498 L8.999999,14.022498 L0,14.022498 z M0,10.022498 L8.999999,10.022498 L8.999999,11.022498 L0,11.022498 z M0.99300045,0 L7.9930005,0 L7.98488,2.1157303 L6.9866161,2.1157303 L6.9866161,1.0535448 L4.9941478,1.0535448 L4.9941478,7.0224996 L5.993001,7.0224996 L5.993001,8.0224991 L2.9930007,8.0224991 L2.9930007,7.0224996 L3.9958837,7.0224996 L3.9958837,1.0535448 L2.0034151,1.0535448 L2.0034151,2.1157303 L1.0051819,2.1157303 z" ...
Is there a way to disable logging of these improvement recommendations? They are extensive and occupy several pages of Terminal output.