Telerik Forums
Kendo UI for jQuery Forum
1 answer
284 views
Good people, I have several queries: 1-how can I customize the subtotal template in kendo groupings specifically in the groupFooterTemplate ?, the idea is that it says Total and the name of the group. 2-Is it possible for the blue arrows to be removed? is that within my kendo the initial grouping (TPRH Income) only has one item unlike the grouping below (Total expenses, costs and revenue) that contains 2 sup groupings that generate a subtotal each, the problem is that in the above (TPRH Income) shows me 2 times the group name and the subtotal and it looks weird, I would like to know how to make it appear only once.
Tsvetomir
Telerik team
 answered on 23 Nov 2020
1 answer
1.9K+ views

Hi,

 

I want to add Select All checkbox in asp.net mvc kendo grid explicitly.

 

We are using razor kendo grid.

 

If I use ClientTemplate or Client Header Template Boolean values showing. I need select all check box.

 

For columns its showing fine. but in header how to add select all checkbox explicitly. Kindly help

Anton Mironov
Telerik team
 answered on 23 Nov 2020
3 answers
3.0K+ views

Dear Sir/Madam,

I am working on a Kendo Form in which I would like one of the fields to be read only. The field's definition is simply: { field: "someField", label: "Some Field" }

In order to make the field read-only I'm guessing I should be using the "attributes" property but I'm not sure. I have not found any example on the use of the "attributes" property.

Would you be able to provide an example showing how to make the field read-only please?

Thanking you in advance for your assistance.

 

Herrick

Acq
Top achievements
Rank 1
 answered on 21 Nov 2020
1 answer
218 views

Here is my treeview. How do I format the checkboxes horizontal instead of vertical?

  @(Html.Kendo().TreeView()
                    .Name("treeview")
                    .Checkboxes(checkboxes => checkboxes
                        .Name("checkedFiles")
                        .CheckChildren(true)
                    )
                    //Inline data is set with the BindTo method
                    .BindTo((IEnumerable<ndpbrn_hub.Areas.PaymentTracking.Models.ViewModels.NodeChkBox>)ViewBag.inline, (NavigationBindingFactory<TreeViewItem> mappings) =>
                    {
                        mappings.For<ndpbrn_hub.Areas.PaymentTracking.Models.ViewModels.NodeChkBox>(binding => binding.ItemDataBound((item, category) =>
                        {
                            item.Id = category.NodeID;
                            item.Text = category.NodeName;
                            item.Checked = category.IsSelected;
                        })

                      );
                    })
    )

Stoyan
Telerik team
 answered on 20 Nov 2020
1 answer
92 views

HI,

We are using asp.net mvc kendo grid with checkbox.

 

For checkbox we are using below line.

                        columns.Select().Width(50);

 

But very difficult to control checkbox events (onchange)

 

Most of the time not working. I need to get all checked and unchecked rows in onchange event while changing. But not able to control. We can get selected rows. But not unchecked rows. While unchecking I should get the unchecked rows.

Please help me to achieve.

 




            )
        }

Anton Mironov
Telerik team
 answered on 20 Nov 2020
2 answers
219 views

I have around 100 or sometime 400 plus legends in my charts so how to control the legends.

Eg. If there are 50 plus legend then add scrollbar to legends.

Dojo -

https://dojo.telerik.com/@vishal14/eFuROQuB

Rohan
Top achievements
Rank 1
Veteran
 answered on 20 Nov 2020
1 answer
162 views

Hi,

 

I am trying to make my web application accessible using screen reader(NVDA).

 

I am using a kendo dialog and the screen reader on pressing the H key says no header found when there is already a title for the dialog.

I have tried to add the header tag as well as the role='heading' attribute with no success

 

Example: https://dojo.telerik.com/ILESolAY 

 

Can you please let me know if this is possible with kendo dialog, if yes can you please provide an example of the same.

 

Thanks in advance

Ivan Danchev
Telerik team
 answered on 19 Nov 2020
1 answer
266 views
Hi,

I am trying to make my web application accessible using screen reader(NVDA).

I am using a kendo dialog and the screen reader on pressing the H key says no header found when there is already a title for the dialog.
I have tried to add the header tag as well as the role='heading' attribute with no success

Example: https://dojo.telerik.com/ILESolAY 

Can you please let me know if this is possible with kendo dialog, if yes can you please provide an example of the same.

Thanks in advance
Ivan Danchev
Telerik team
 answered on 19 Nov 2020
1 answer
318 views

Hi,

 

On my page i have two kendo dialog window and both are having the same div class and trying to close the window using following code

 

window.parent.$('.k-window-content.k-content.k-window-iframecontent').data('kendoWindow').close();

 

But above code only close the first window not the second one. I want to close the second window.

NOTE:window.parent.$('.k-window-content.k-content.k-window-iframecontent').length;   

above code returns

returns 2.

 

 

How can i close the second window instead of first one?

 

Kindly suggest.

Stoyan
Telerik team
 answered on 19 Nov 2020
1 answer
241 views

This is regarding ADA compliance issues we are JAWs as screen reader.I applied Navigatable() property When i navigate through Column cells its reading as Column 0  row 0 . I am using IE 11 browser. Any Solution for that it should read the column name and value.

 

Regards

Mohammed

Angel Petrov
Telerik team
 answered on 19 Nov 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?