Hi,
Please suggest a way to disable the increase/decrease in numbers inside a numeric textbox on the Grid at the column level filter using up/down arrows or up/down scrollbar.
Regards,
Vinod
Hi All,
In my Kendo React application i am populating Grid. When click Edit , i am loading respective row data in one dialog window. i am using Axios to Get and Post data in API. i am written my Get code to load grid in componentDidMount() method and for update i written one custom function and calling button onClick Event.
But here my problem is when i click on Update button its going through my custom Update function but its not hitting my post API. and its hitting on get api which used in
componentDidMount() method. Because of this i am not able to save data in database. How can i overcome this situation?
Hi!
Could someone provide a working example to get started on how to use Gantt wrapper with React as Telerik's documentation doesn't provide any ?
Thanks in advance,
Arnaud.
Hello,
when using dropdownlist component inside Dialog list of available items is behind the dialog - this is related to z-index. I attach sample code.
Is there event for kendo drop down called before change. Before changing the value of dropdown i want to perform some validation and based on that only the value in dropdown should change.
Is there nay way ti achieve that.
I have added a selected column as per the example in the grid documentation. By defaul the Grid renders a checkbox to perform a select All and Deselect All. I wonder if it is possible to customise the rendered header to display something else, 2 buttons for example.
The usecase here is there are rows in my data that I don't allow to be selected. The problem is that when at least one row in the grid is not selected, the header checkbox will not be checked and clicking on it will keep on trying to perform a select All.
I know I can use state to hold the current status of select All or not, but the checkbox will always remain unticked in this situation and the user will be confused.
Does KendoReact provide a Month Picker control?
I tried looking into the DatePicker component, but it seems that while you can edit the format of the selected date to show it in "MM yyyy" format , I didn't find a way to remove the actual days from the popup calendar and have it show up as a true month selector.
Hello,
I am receiving warnings in console when implementing Kendo React Grid with following content:
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks 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.
Please update the following components: KendoReactGrid
When opening stackblitz url from Getting Started section for Grid i receive the same warning.
Regards,
Tomek