I was asked a question a long time ago, but due to communication difficulties I never received the answer I requested.
I've created two example links to ask my question.
To find a unit price of 9,000 won or more in the program below:
Enter ">9000" in the Unit Price field.
This is a feature I developed.
https://www.speedmis.com/_mis/index.php?gubun=3032&isMenuIn=Y&isAddURL=Y
-->
https://www.speedmis.com/_mis/index.php?gubun=3032&isMenuIn=Y&allFilter=[{"operator":"contains","value":">9000","field":"dangga"}] &recently=N&isAddURL=Y
You cannot enter ">9000" if the field is defined as a number.
https://www.speedmis.com/_mis/index.php?gubun=1247&isMenuIn=Y
There was also an auto-completion function when writing numbers.
Special coding allows completion to begin automatically rather than in a number box between numbers.
Please edit the link below if you wish. thank you
https://dojo.telerik.com/OroMIBAK


During the close event, I observed a second Ajax call. Is this expected behavior?
after typing cha
after the close event


I have web APIs written in net7 that use the custom DataSourceRequest model binder and a kendo grid that uses them.
My API has multiple parameters in the URL segments: example "/api/users/{userId}/todos/{todoId}". So depending on the row being edited, I want the URL to which the PUT or DELETE verbs are performed to be different.
Example code: https://dojo.telerik.com/ogaHEHuq/4
How can I achieve this when using DataSourceRequest on the server?

Hi,
Is there a way to set data and time without clicking set button in dateTimePicker modern ui. What i am expecting is selecting or changing time by scrolling will change date time in my input div.