Andrew Boklashko
Andrew Boklashko
Hi I am rewriting my email notification service using FluentEmail and I have an ICal event in my email. Here is my original code: ```C# private MailMessage CreateICalEventMessage(string email, string...
Hi, thanks for the great Kafka operator. We've been using it on our dev environments for quite a long time and it's working well for us. My new use case...
I am implementing a feature similar to CSV export, as described [in docs](https://reactdatagrid.io/docs/miscellaneous#csv-export-+-custom-search-box). The issue is that I need to disable "Export CSV" button when data grid has no displayed...
Sandbox: https://codesandbox.io/s/reactdatagrid-context-submenu-dismiss-issue-i6t9zl?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Right click on data grid, over over "Level 1" item and click on "Level 2" item Expected...
Sandbox: https://codesandbox.io/s/reactdatagrid-expand-hierarchy-issue-toddm2?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Click 'Expand All' button Expected result: all tree nodes are expanded Actual result: only level 1 nodes...
Sandbox: https://codesandbox.io/s/reactdatagrid-filteredrowscount-issue-gq42p5?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Open the sandbox console Expected result: no console errors Actual result: ``` Warning: Cannot update a component...
### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...
Currently there is no translation for DayOfWeek property of DateTime value, it evaluates on client. When using in complex queries it can cause a lot of client evaluation: ``` var...