Hello.
I have a special question. Our users use date control, so they delete the current date / text in the input and enter the whole date with dots manually. But we can't do it like this in react data input. Is it possible for the input to be empty? There was such an option in JQuery, I could enter anything there.
For example here: https://demos.telerik.com/kendo-ui/dateinput/api
Well thank you
We are exploring the KendoReact library and are specifically interested in file manager toolbar component, and we are wondering if there is a provision to upload the folder via drag and drop.
Hello everyone,
I'm having an issue when I add a "compare" function in the "group" field of the "State"(which take Array<GroupDescriptor> ).
It doesn't seem to be working as I don't see it in the URL query when I convert it to string from DataSourceRequestState with toDataSourceRequestString. Also the object received in data isn't sorted or process by the function as it should.
I try many things to make it work. I tried to change the function to a string. I even tried to encoded it directly in the URL.
I want to do something a little bit similar to what is on the kendo ui for jQuery on the groupable.sort. Except it will be on the group of State React :
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.groupable.sort.compare
Also, Sorry for my English, it is not my native language.
Thank you,
Hcbc
Hi guys,
I'm trying to style a <Pager pageSizes> dropdown popup.
Is there any way to add a className to it? Or the only workaround is to create a complete custom Pager to do so?
Thanks!
Hi All,
Can we add an Add button to the Toolbar of our ListBox component?
Hello React Team,
I just have an issue with the filters of a Kendo React Data Grid. It can happen that more than 100 filter values are sent to the .NET Web API via the URL. This then causes an error on the server. Probably due to the length of the request URL or also due to the nesting depth of the JSON. Can the DataSourceRequest also be sent with the body or is it necessary to implement this via the URL?
The URL has a length of about 5,400 characters with 166 filter values.
Thanks in advance for the support.