Telerik Forums
Kendo UI for jQuery Forum
0 answers
97 views
It appears the an existing selection is reset as soon as an unmodified mouse down occurs on the grid.  (shift mouse down does a selection on/off through a range of rows, ctrl mouse down toggles selection of row, draw a box to select / deselect multiple)

It would be great if the grid could function a little more like windows explorer, in so far as, if a drag start occurs over a selected cell dont reset the selections. Instead create a drag hint that looks like the rows so they can be dropped elsewhere.

Since this doesn't seem to be a stock feature, has anyone come up with a workable facsimile ?
Richard
Top achievements
Rank 1
 asked on 29 Feb 2012
3 answers
52 views
What css-Class is needed to set the "touch"-effekt of an element?

e.g. the listview-Item.

This code does not work:
#termin-listview li, #sk-listview li
{
    background:-moz-linear-gradient(top, #2468A5, #17436A); /* Firefox */
    background : -webkit-gradient(linear, left top, left bottom, from(#2468A5), to(#17436A)); /* Safari, Chrome */
 
}
 
#termin-listview li:active, #sk-listview li:active
{
    background:-moz-linear-gradient(top, #ef652a, #ef652a); /* Firefox */
    background : -webkit-gradient(linear, left top, left bottom, from(#ef652a), to(#ef652a)); /* Safari, Chrome */
Petyo
Telerik team
 answered on 29 Feb 2012
6 answers
313 views
I have added a DropDownList to a kendo Window. However, the dropped down items list appears behind the window.

Can you help?

Gary
Giuseppe
Top achievements
Rank 1
 answered on 29 Feb 2012
3 answers
128 views
Hi,

I am using kendoui tabs to load content from different page.One of the pages has a grid widget that gets its data from a WCF data service (json).The grid is randomly failing to render without any errors.

On the same main page, I have 1 pie chart, and a line chart both bound to a WCF data service (json) .They both render when I load the page for the first time. but once i hit F5 or CTRL+F5, they Randomly fail to render.This situation is worse in IE than in Google Chrome and compatibility mode is of no use.

Any ideas on what is happening and how to debug kendoui client scripts ?

Thanks

Madani
Alexander Valchev
Telerik team
 answered on 29 Feb 2012
0 answers
58 views
I have created the tabel in that tabel i want to sort the coloumn from the second row onwards first row should be unchanged when sorting is done i have attached my table
Deep
Top achievements
Rank 1
 asked on 29 Feb 2012
4 answers
592 views
I am using the Kendo UI chart to bind data that comes from the server.  I want to show the Date in the CategoryAxis.  The problem is that the date format coming from the server (.NET DateTime) comes in something like this "/Date(1327051610000)/".  

I want to show the date in the proper format dd/mm/yy, how can I get this done?

Trevor
Top achievements
Rank 1
 answered on 29 Feb 2012
1 answer
84 views
Is there a function to check, if the mobile device has an online-connection?
Would be very helpfull when you translate a Kendo UI Mobile App to a native App.
Petyo
Telerik team
 answered on 29 Feb 2012
3 answers
894 views
Is there any jsfiddle or documentation available on callback property on the fetch method on datasource or any other way of execute dom manipulation onloaded within the datasource object? Thx
Nikolay Rusev
Telerik team
 answered on 29 Feb 2012
3 answers
292 views
hi,

I am trying to use a combo box (also tried it in autocomple and it didn't work).
I  took the code from your sample and it works fine in my test page (so links and scripts are ok), but when i try to change the address of the remote OData feed to my other project it does not show anything.
If i just copy the address to IE9 - the service look fine and i got data.
Any idea what i have done wrong? any tests i can do?

Thanks

Eli
Georgi Krustev
Telerik team
 answered on 29 Feb 2012
0 answers
141 views
hello!!!
i hope someone can help me...
i fill a combobox with a variable, but when i push a button, i need to change items in smy comboBox.. this is my code

<script type="text/javascript">
        var combobox;
        var data = [
                        { text: "White", value: "1" },
                        { text: "Black", value: "2" }
                    ];
 $(document).ready(function () {
               combobox = $("#cmb").kendoComboBox({
                dataSource: data,
                dataTextField: "text",
                dataValueField: "value"
 
            }).data("kendoComboBox");
function changeItems (){
 data = [
                        { text: "Blue", value: "1" },
                        { text: "Green", value: "2" }
                    ];
//now i want to change the items of my combobox
}
.... and also
<input type="button" value="Change" id="change" onclick="return changeItems();"/>
how can i do without refresh the page???

thanks in advance
pasquale
Top achievements
Rank 1
 asked on 29 Feb 2012
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?