Telerik Forums
Kendo UI for jQuery Forum
5 answers
787 views

The name of the topic is from the docs. But this recipe doesn't work for  Kendo 2015 Q2 

Open the link bellow 

http://docs.telerik.com/kendo-ui/web/dropdownlist/how-to/prevent-close-on-scroll

And press 'Edit this example'.

In dojo You will see the 'bug'. If You choose library  Q2 or Q2 SP1, You can't scroll list at all.

Work perfectly for Q1 branch.

Video. http://screencast.com/t/3z0uEDleCP

Petar
Telerik team
 answered on 10 Sep 2020
6 answers
246 views
Is there a way in which we position a node manually at a position and it retains that position?
Eyup
Telerik team
 answered on 10 Sep 2020
3 answers
5.7K+ views
Hi,

I have a kendo grid MVC with inline editing. I would like to put a column read only.

My code for my column
columns.Bound(p => p.Name).Title("Job").EditorTemplateName("ReadOnlyTemplate");

and for my ReadOnlyTemplate

@model string
@(Html.LabelFor(m => m))

In my column, ok it's readonly but the Name is the header of the Header, not the value.

Thank tou for your help !
Neli
Telerik team
 answered on 09 Sep 2020
5 answers
1.6K+ views

Hi,

In my kendo ui grid, my data volume is between 1000 to 9000, and I used pagination to speed up performace. Without pagination, it's extremely slow, impossible ot use. However, when I group by some column, only the groups in the first page will be displayed. If the first group spans over multiple pages, then when I collapse the group, I can only see one group in the first page, instead of all the groupings I have. I saw that this issue was raised in 2014, 2015. I am wondering if this issue has been addressed? What's the workaround for it?  

Thanks,

Ning

Svet
Telerik team
 answered on 09 Sep 2020
1 answer
151 views
I am looking to implement virtualization on the multicolumncombobox, however, I am unable to find any Telerik documentation that uses an odata v4 service as a datasource.  Are there any sample projects that demonstrate the use of odata v4?
Neli
Telerik team
 answered on 09 Sep 2020
1 answer
89 views

Hello,

When a set a column to locked in my Kendo Grid , all grid come small like attchment.

i used this exemple code : 

            $("#grid").kendoGrid({
 
                height: 540,
                sortable: true,
                reorderable: true,
                resizable: true,
                filterable: true,
                columnMenu: true,
                pageable: true,
                columns: [
                    { locked: true, field: "id", width: 200 },
                    { field: "name", width: 800 }
                ],
                dataSource: [{ id: 1, name: "Jane Doe" }, { id: 2, name: "John Doe" }]
            });

 

Thanks for help.

Nikolay
Telerik team
 answered on 09 Sep 2020
21 answers
2.5K+ views
Hey, I read in the docs about the event 'select' when using the menu.  Does the fire whenever a menu item is clicked? If so, how do you handle that event?  
Steven Faulkner
Top achievements
Rank 1
 answered on 08 Sep 2020
1 answer
963 views

hello every body.

i have a multiselect widget which i want to have fixed height and if items are more than the width , it should scroll vertically instead of increasing height size.
i used this css class and everything is fine in chrome. it has a vertical scroll bar.

.k-multiselect-wrap{height:30px;overflow:auto}

but when i open my project in firefox the scrollbar is not there , and i just can scroll vertically with mouse wheel.

could you please help me to fix this issue ?

 
 
 
 
Martin
Telerik team
 answered on 08 Sep 2020
6 answers
242 views

Hello.

I have a task, with a long name(screenshot-1.png), and i show it with tooltip, like in screenshot-2.png. But in pdf i can't see its full name(screenshot-3.png). Can I do the same in pdf? 

Nencho
Telerik team
 answered on 08 Sep 2020
3 answers
731 views

Need to prevent closing dropdown popup, when user scrolls the page. 

Movie to explain the issue. https://drive.google.com/a/productiveedge.com/file/d/0Bzruk8_x7z70TnFaNVdxYXpiSzg/edit

 In fact, dropdown should be closed only by user click on opened autocomplete again.

Result should be like the dropdowns on this page. http://www.w3schools.com/bootstrap/bootstrap_dropdowns.asp

Thanks in advance.

Petar
Telerik team
 answered on 07 Sep 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?