I am working on a .NET 6 MVC project which is using Kendo UI. I have a kendo grid with Add and Edit functionality.
On my grid there are some dropdown list and date pickers. How do I write a custom validation rule to validate my dropdown list?
Can anybody provide me some reference? thank You !!
Try this code. I worked on ASP.NET MVC.
Add MinLength in model.
And on razor page
And on javascript