Telerik Forums
Kendo UI for jQuery Forum
1 answer
222 views

Hi Team,

I am using Kendo Scheduler in my project. I want to start my week and month from Monday. Currently they are starting from Sunday.

Will you please suggest me a way to solve this.

Thanks

Neli
Telerik team
 answered on 29 Sep 2023
1 answer
158 views

detailInit event firing  only first time but need to required always ,How to handle 

if i use detailExpand event not finding e.detailCell and e.data.id 

i am using code like this

 <script type="text/x-kendo-template" id="detail-template">

                             <div class="texarea_group no-gutters row">
                              <div class="col-4">
                                  <h3>Complaint</h3>

                                  <textarea id="txtClmComplaintNCL_#= id#"></textarea>
                              </div>

 </div>                
                          </script>
Zornitsa
Telerik team
 answered on 27 Sep 2023
1 answer
149 views

Hi I want to auto close the Popup box whenever any conflict is found in scheduler or when I press OK in warning box.  it could either be a edit popup box or create new event popup box. I want both will be auto close after warning message. PFA the same

Regards

Pankaj

 

Martin
Telerik team
 answered on 27 Sep 2023
1 answer
133 views

Hi Telerik,

As per title, is there a way to enable it?

There is no indicator shown to resize selected image.

Neli
Telerik team
 answered on 27 Sep 2023
1 answer
119 views

Hello!

Maybe it's a known thing, but I couldn't find a solution. In the grid, I display the data that comes from the server in Windows 1250 format. I display them correctly through the template. But the filtering doesn't work. If I enter a query with special characters, it does not return correct results. It even offers incorrect values (I am sending a picture). I need client side filtering.

 

Well thank you.

Georgi Denchev
Telerik team
 answered on 27 Sep 2023
0 answers
131 views

Hello, kendo practitioners! I always get a lot of help.
While creating an input form using KendoForm, I used colSpan to create a 2-space field, but it is displayed out of proportion as shown below.

The field's label area is displayed larger.

 

The code was written as follows.


$('#grid').kendoForm({
    grid: {
        cols: 4,
        gutter: 20
        },
    items: [{
               field: "field1",
               label: "Field1"
            },{
               field: "field2",
               label: "Field2"
            },{
               field: "field3",
               label: "Field3",
               colSpan: 2
            }]
});

Is there any way to solve this?
Aeong
Top achievements
Rank 1
Iron
 updated question on 27 Sep 2023
1 answer
89 views
Currently whenever a task is deleted in the Gantt it takes it upon itself to update the priority of all other tasks. How do I prevent that?
Zornitsa
Telerik team
 answered on 26 Sep 2023
1 answer
122 views

When a CheckboxGroup is included in an HTML form, the built-in reset function does not work for the checkbox group, unlike the individual checkboxes, as demonstrated in the following link:  https://dojo.telerik.com/ureSOHoB.

 

Martin
Telerik team
 answered on 26 Sep 2023
1 answer
173 views

On the Kendo demo page, create a table and place cursor in cell.  The table wizard button used to be displayed on the toolbar, but now is not visible.

Demo All Tools

Is this a bug, or was the feature removed?

Zornitsa
Telerik team
 answered on 25 Sep 2023
1 answer
224 views

We're using kendoUpload control in a .NET MVC project, when selecting multiple files that are tiny in size there is no problem to select and upload many (37 txt files with a size close to 0 used in example). But when trying upload as little as 6 files with a size of around 400Kb the ui seems to upload 1 file, freeze and after some 20 - 30 seconds returns an upload error (hits the "error" method of the kendoUpload object that is).

$("#files").kendoUpload({
    async: {
        chunkSize: 2048000,
        concurrent: false,
        saveUrl: infra.App.baseUrl + "Api/Upload/AdicionarAnexos/" + wbc.Upload.sPastaDestino + "/" + wbc.Upload.nCdModulo,
        autoUpload: false,
    },

...

}

Martin
Telerik team
 answered on 25 Sep 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?