Hello guys,
I realized that it's not possible to destructure the useLocalization hook, when destructure, it causes an error. I made an example to demonstrate the problem.
xenodochial-dan-prqfvt - CodeSandbox
Is this actually expected or is it just a bug?
Thanks,
Gabriel.
I am using @progress/kendo-react-form with @progress/kendo-react-inputs to create a form. I am using the form to edit existing data, and to add new records as well, populated from and saved to a db server.
To get the data for existing records to display, I am using defaultValue for each input. However, when trying to validate the form, validation only registers that the form element actually has data when it has been changed through user input.
So if I open a form and change one field, other fields that had not been changed, and which still show the defaultValue value, are considered invalid.
What is the best practice way to use form validation on a form used for editing existing data?
Here is a really simple example:
https://stackblitz.com/edit/react-5phafx
As per the heading, all the demos on the KendoReact MultiColumnComboBox have a lot of hardcoded data which results in a scrollbar being rendered in the popup. If you only have a few items, then no scrollbar is rendered and the column headers are misaligned with the data rows:
https://stackblitz.com/edit/react-gwftb5?file=app%2Fmain.tsx
Kind regards,
David
As per the question, the documentation mentions nothing about the data types you can show in MultiColumnComboBox columns. If you modify any of the examples in the component documentation to include a Date field, the component blows up when you expand the ComboBox:
https://stackblitz.com/edit/react-biiakp?file=app%2Fmain.tsx
Is this a bug, or should the documentation state that you must format all data to primitive types for use in a MultiColumnComboBox?
Kind regards,
David
Hi Team,
I have rendered the Kendo react grid component with template in below cases.
As per the react behavior, first case will remount for each state update and second case will not remount.
In Kendo, first case is working properly as per react behavior. But for second case the Kendo component is having re-mounting issues while state update of template.
I have attached a sample for reference below.
Kindly share suggestion to avoid full remounting of template while state updates.
Regards,
SuriyaKumar
Hi, I am new to using the component library. I would like to export checkbox selected rows to excel through the Datagrid component.
Here is the code that I am using,
Hi,
As the title, the seleted DrawerItem is not visible in windows high contrast theme.
I selected the last menu (Favourites) and there is nothing to indicate that.
Is there any plan to add some indicator?
Thanks!
Hi,
I am using kendo React in my project. When I am doing grouping on grid and exporting as excel, grouping is not applied in Excel and is download with flat table.
I am sending grouped array in group property of ExcelExport butgrouping is not happening in export to excel.
<ExcelExport group = {group}>
</Excel Export>
Please let me know is it the expected behaviour for excel or is it an issue.
Thanks
Hi,
How to hide the grouped columns automatically in grid? After a column is grouped (by dragging and dropped into the drag and drop area), I want to hide the columns that have been grouped. See the attached screenshot.
My current approach is to set the column width to zero, resizable to false, minResizableWidth to zero. It works fine so far, but it feels like a hack.
Thanks,
Jie