Unplanned
Last Updated: 13 Jan 2022 14:04 by ADMIN
n/a
Created on: 10 Jan 2022 17:57
Category: Grid
Type: Feature Request
1
KendoUI :: Grid Feature requests

Hello, 

A couple feature requests...


Clear the built in search box value.

clearSearch - clears the search box

e.g.,

var grid = $("#grid").data("kendoGrid");

grid.clearSearch();

 

Customize validation text via schema model fields validation.

e.g.,

var grid = $("#grid").data("kendoGrid");

const dataSource = new (<any>self).kendo.data.DataSource({
                data: models,
                schema: {
                    model: {
                        id: "id",
                        fields: {
                            id: { editable: false, nullable: true },
                            modelName: { validation: { required: true, messages: {required: "Model name is a required field"} } },

...

 

2 comments
n/a
Posted on: 13 Jan 2022 13:20

Absolutely.   I was wondering if there was another (proper) forum for submitting feature requests.  

 

Thanks.

ADMIN
Georgi Denchev
Posted on: 13 Jan 2022 08:34

Hello,

Thank you for the provided suggestions!

May I ask you if it's okay to convert this ticket to a public Feature Request item that will be visible in our Feedback Portal? This way other users can see it as well and they can leave their upvotes.

Best Regards,
Georgi Denchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.