Hi,
I am looking for a feature where I can add more than one cascading Comboboxes in a cell as editor. Provide me an example or a pointer.
Hi,
GridColumnProps has an editable prop which accepts boolean values only. Is it possible to conditionally set the editability of a column based on values in other columns?
Kind regards,
David
I would like to expand on the example in the docs: https://www.telerik.com/kendo-react-ui/components/form/
When the form is submitted, I want to post the form data to an api end point which may "clean/update" the data and return back to client for additional input. Once the response is returned, I want to update the corresponding fields; however, I don't see how I would be able to update the Form's fields using some like the following:
formRenderProps.onChange('city', { value: 'Philadelphia' });
Is there a better appro
Hi everyone
I have created a server side validation system, and I should hook it to my application made with KendoRect.
I'm looking for a method like:
setFieldError ('field', 'Message error');
to show the red error message in the correct form field.
Some idea?
Many thanks
Hello, I am using Scatterline type but it is only showing up as scatter plot still. Please take a look at the code I have in the image attached and please let me know
Can I get an example of this as a functional component?
https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-in-cell/
I can't get the edit to work.. a cell goes into edit mode but I can only type in one character and it disappears when I leave the row.
thanks in advance,
DavidA
Hello,
I have a form (not KendoReact Form), and in this form i have Input field and under this component a have TabStrip with TabStripTab's. Each TabStripTab has own Input components. Some components are Required some not.
If i Click Submit button, the required components in TabStripTab are ignored, if i don't write values in components that are in TabStrips.
Is there any way i can also "check" required components in TabStrip on Submiting Form?
Thank you, Matjaz Reberc
Hello. I am trying to create a filterable grid table. In our project, we are using React partly, meaning I need to import all my dependencies via script tag. I was following the Grid Component example in the docs but couldn't find a way to import process function from kendo-react-query library.
Code: import { process } from '@progress/kendo-data-query';
I need this as a script tag so that I can consume it through window object like this: window.KendoDataQuery.process
I already added all the recommended js script tags into my page but couldn't find this specific process function in the window object under any of the Kendo objects.
Help is appreciated. Thanks.
Hi
When we have combobox control in a form, it is not firing onChange event. It is firing onOpen event, but not onChange. I have tried FormComboBox and ComboBox inside Form, but both are failing.
Demo project: https://stackblitz.com/edit/react-combo-notfiring-onchange?file=app/main.jsx