Telerik Forums
Kendo UI for jQuery Forum
3 answers
389 views
Hello,

I have a json data format as below:
  • xField: [5,7,9,7,1]
  • yField: [1,5,9,8,6]
  • Tooltip: ["A","B","C","D","E"]
This data is to be displayed Kendo UI Line Chart. I am able to plot line chart using xField and yField values.

But I am unable to customize the tooltip text (it is showing either xField or yField). I referred documentation but cannot find way to achieve this.

Is there any way to provide different/customize value in tooltip as well as data label?

Please assist me on this.

Thanks
Iliana Dyankova
Telerik team
 answered on 18 Feb 2013
1 answer
88 views
Hi to all,

I have a window contains grid with parameter IFrame=False.
When i try to filter the grid , after postback my window disappears and in my browser I have this url:

http://localhost:49345/?Grid-sort=&Grid-page=1&Grid-pageSize=10&Grid-group=&Grid-filter=idcliente~eq~5

Why this behavior?

Thanks
Daniel
Telerik team
 answered on 18 Feb 2013
1 answer
70 views
I am using the back button to come from a view back to the previous one. However, when I tap the button the previous view reloads itself and thus loses data. Is there a way to make the view stay the same when the user is using the back button?
Ivan Ivanov
Telerik team
 answered on 18 Feb 2013
1 answer
113 views
are there any social media icons available for kendo ui mobile? if not available in the library, are there any third party options?
Yavor Georgiev
Telerik team
 answered on 17 Feb 2013
10 answers
2.1K+ views
How can i set the focus on a combobox? $('#combo').focus(); doesn't work!
beauXjames
Top achievements
Rank 2
 answered on 15 Feb 2013
2 answers
2.2K+ views
Hi,

First of all, Kendo UI is a very great framework for HTML5. thumbs up!

Now i have a small problem that i can't fix
i have a webpage that calls a webservice when the user triggered an event.
before sending the request, i disable the combobox so there the user is forced to wait untill the request handling is done.

function DoRequest()
{
$("#ComboBoxUrl").kendoComboBox({ enable: false });
Service.
DoSomething($("#ComboBoxUrl").val(), OnComplete, OnError, OnTimeOut);
}

When the handling is successfully done, there will be a callback function that re-enables the combobox
and show the response in a textbox.

function OnComplete(arg)
{
$("#txtReponse").val(arg);
$("#ComboBoxUrl").kendoComboBox({ enable: true });


Problem is: the combobox stays disabled after the callback. i copy-pasted the code line and changed the false param to true, so i was sure it wasn't a syntax error.

Do i do something wrong? is this a bug?
beauXjames
Top achievements
Rank 2
 answered on 15 Feb 2013
1 answer
86 views
Hi

I'm using an input with the "date" type to get the date settings options, which are really cool.

What I'm not sure about is how to get the date value out of the input.  Looking in the inspector, the value of the input does not change.

So how do you get the new value out?  Handle the change event or something?

Thanks
Iliana Dyankova
Telerik team
 answered on 15 Feb 2013
1 answer
98 views
In my grid, I do have a column as small image. I want to display a different image size as ToolTip. Is it possible in KendoGrid ? If so, could you please send me a sample code.

Thank you

.
										
Alexander Valchev
Telerik team
 answered on 15 Feb 2013
1 answer
1.3K+ views
Hi,
I have a set of rules like.
Allow to increase value ,
Allow to decrease value.

If we set above rules to false then I should prevent user increasing /Decreasing value from KendoNumericTextBox.

So how can I achieve this?

Code Example:

HTML Code:

<input class="inputMyCall" id="${Id}" type=number min=1 />

JS Code:
_InputMycallObj=$(".inputMyCall").kendoNumericTextBox({

         format: "#",

         spin: OnMyCallsChanged,

     }).data("kendoNumericTextBox");

Please advice.

Regards,
Shankar

 

Dimiter Madjarov
Telerik team
 answered on 15 Feb 2013
8 answers
575 views

Hello,

I have a ListView defined with a corresponding pager. I have my selection being applied similar to your selection demo and my issue occurs when paging through the list view items, after selecting an item, if navigating to a new page I would expect one of the following two scenarios to occur:

1) The selection is retained...Selected data and UI style selection upon return to page of items containing selected item
2) The selection is cleared....Selected data is cleared and UI style selection is removed from previously selected item upon return

What I am experiencing appears to be that the selected data is retained but the UI selection style is removed from the selected item upon return to page of items containing selected item.

This undesirable behavior can bee seen on your demo here:  http://demos.kendoui.com/web/listview/selection.html


Are the UI selection styles being intentionally cleared from the selected item when paging to a different page?


(I am aiming to toggle the enabled state of my 'Ok' button based on whether an item is currently selected or not...)


Thanks,
Lee


Iliana Dyankova
Telerik team
 answered on 15 Feb 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?