Hi.
I'm trying to use ganttTextfiler.
but When I try filtering serveral times, strange thing happens.
some of the row, the task-bars are misplaced after filtering action.
I attached image file that explain this issue.
I think after filtering action, the css ( top, left positions of elements ) that should be applied is not working.
check my application please.
https://stackblitz.com/edit/react-6rfhx5?file=app%2Fmain.jsx
Hi,
We are using a KendoReact Grid with pageable and sortable options enabled, and columnMenus for specific columns requiring filtering. We are using the columnMenu approach because we are using the GridColumnMenuCheckboxFilter as recommended here: https://www.telerik.com/kendo-react-ui/components/grid/filtering/
I have some questions regarding keyboard navigation:
Kind regards,
David
Hi,
I am using a datepicker in a form. The form is used for filtering and has a reset button. If I programatically set the value of the datepicker to another value, the value displayed by the datepicker is updated. If I set the datepicker value to undefined (on reset), the underlying value is updated but the value displayed by the datepicker doesn't change. Is this a bug or is there a better way to clear the selected datepicker value?
Kind regards,
David
Hi. I'm implementing a Grid with grouping and virtual scrolling. It i see it have some defects when I do scrolling. I created an example to demonstrate that and recorded a small video. Please take a look and tell me if I do anything wrong.
https://stackblitz.com/edit/react-tvh32r?file=app/main.jsx
https://take.ms/r6Cia
Thanks
Hi all
I am trying to select all contents of the NumericTextBox when the control gets focus.
I have tried this in the regular way with an onfocus event and in the event event.target.select()
But this does not seem to actually highlight and select the contents. I have googled around and others seem to have this issue but the only examples I can find are for the jquery tools.
Kendo UI React Wrapper Spreadsheet has the following warning and will stop working with React 17 (which is out now, and I'm planning to upgrade to once a couple other dependencies update to it as well).
react_devtools_backend.js:2430 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
* Move data fetching code or side effects to componentDidUpdate.
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
Can this be updated or a native React spreadsheet be implemented?
Hi,
we can have a lot of messages and attachments in our chat history. Is there a virtual scroll option or do you have any advice how to do this without loading every message at the beginning but enable access to the whole chat history?