Telerik Forums
Kendo UI for jQuery Forum
1 answer
152 views
Hi everyone! 

I'm having a problem with treeview - I need to set a callback function (or an individual parameter to a common function, which would be even better) for the click event on each treeview leaf element (or all elements regardless whether they be leaf or non-leaf node). Imagine it as a structured menu for javascript functions (not http links).


 I'm now using a very unelegant and unnice workaround with javascript: link in dataUrlField. I'v been reading through this forum, SO and whatever google threw at me but could not find any single mention about callbacks in the treeview other than dataUrlField and the select event, use of which I find as unfeasible as the first possibility I mentioned. 

Thank you very much for ideas and suggestions.

Pavel
Pavel
Top achievements
Rank 1
 answered on 28 Oct 2013
3 answers
1.5K+ views
I have two grids on top of one another, showing different data but using the same column layout. Don't ask why; it's a market research thing.

To save space, I really don't need the header row for the second grid, since it aligns with the header columns for the first grid.

How to get rid of header row for the second grid and use that saved space for data rows?

I've tried this, but it leaves a gap at the bottom of the grid instead of distributing the saved space to the rest of the grid.
#cntr-bnch .k-grid-header {
    display               : none;
}
Garðar
Top achievements
Rank 2
 answered on 28 Oct 2013
2 answers
79 views
Hello,

I think the visible property doesn't render the navigator chart as expected, when set to false : http://jsbin.com/uyAvOna/1/edit

Stefania
Stefania
Top achievements
Rank 1
 answered on 28 Oct 2013
1 answer
70 views
Now I need filter grid data by mutil values(user kendoMultiSelect ui), how to fix it?

use as

columns: [
           ....................
          {
                                field: "City",
                                width: 130,
                                filterable: {
                                    ui: cityFilter
                               }
             },
            .....................
]

AND:
function cityFilter(element) {
                    element.kendoMultiSelect({
                        dataSource: sourceData,
                        dataTextField: "text",
                        dataValueField: "text",
                    });
                }
Kiril Nikolov
Telerik team
 answered on 28 Oct 2013
3 answers
273 views
I'm looking for a way to replace this MS chart (see attachment) with a horizontal bar chart that has a range for high and low values (yellow portion in the image).  Is there any way to do this with the DataViz charts? 
Iliana Dyankova
Telerik team
 answered on 28 Oct 2013
3 answers
609 views
Hello
I would like to add custom action that is fired outside of grid, but with grid current result set (without paging). So I would like to pass to my action grid related query string like sort, filter, group. Is it possible to obtain current query params in the same way as when using grid with server sorting, paging filtering and grouping?

I couldn't find any method on data source or grid to get grid query string.

Regards
Marcin
Kiril Nikolov
Telerik team
 answered on 28 Oct 2013
1 answer
152 views
Hi,

I m using kendo hierarchy grid to my web page. In here I used some search boxes to filter data by server.
when click search button I reload data to my grid. But Its not show child grid data. I attached my aspx page and a page print.

Please help me.

Thanking
Nikolay Rusev
Telerik team
 answered on 28 Oct 2013
3 answers
125 views
Hi,
When uploading a rather big image 500kb< in the image browser, it doesn't show a thumbnail when the upload has finished. The loading icon just spins and spins and spins. You can try for your self in your own demo. I tried both IE9 and FF18.

Regards,
Mattias
Rosen
Telerik team
 answered on 28 Oct 2013
1 answer
94 views
When will KendoUI for ASP.NET MVC support in Visual Studio 2013? Will it support ASP.NET MVC 5 as well?
Dimo
Telerik team
 answered on 28 Oct 2013
5 answers
223 views
Hello,

We have an MVC4 project in which we are using Kendo UI with AngularJS. What is the best way to propagate Kendo events back to Angular? I guess we could manually create handlers for all the events we want to handle in Angular, but I was wondering if there is a more efficient way of doing this.

Thank you.
Daniel D.
Atanas Korchev
Telerik team
 answered on 28 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?