Telerik Forums
Kendo UI for jQuery Forum
3 answers
147 views
Hi Telerik team,

 We have a requirement to add comments in the chart to elaborate on data points. so how to get x-axis and y-axis co-ordinate values  onSeriesClick event.
 
 Is it possiable to add text dynamically to chart on particular datapoint ..?  

Thanks,
Rajesh
T. Tsonev
Telerik team
 answered on 22 Mar 2012
6 answers
464 views
I'm trying to experiment with this grid to see if these kendo tools could be useful in our enterprise MVC 3 environment. I started up a new MVC 3 app in visual studio and added stylesheet links and jquery 1.6.2 to the head section in _Layout. Then dropped a kendo script reference in the index page and added some code to use the grid.

Grid works if I create the simple Star Wars html table in the examples and call .kendoGrid() on it. But it is not working at all with a div and datasource. Datasource is showing as populated in FireBug. I tried multiple ways to get this working, including initializing data in the kendogrid method, to no avail.

Please see attached screenshot. Should be able to tell from screenshot if there is a coding error. Any help appreciated. Should be easy to replicate as I had the same problem at home and in work environment. Will be happy to provide additional details.
Jason
Top achievements
Rank 1
 answered on 22 Mar 2012
2 answers
213 views
Hi guys,

I have a problem with kendo menu view on firefox. I have attached 2 images on this post, 1.jpg first and then 2.jpg, it happens in 1 ms, quite fast but enough to see each press F5. It only happens on firefox, there is no problem on IE. Could you please help me to resolve this.

This is my code

<!DOCTYPE html>
<html>
<head>
    <title>@ViewBag.Title</title>
    <link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
    <link href="@Url.Content("~/Content/kendo.common.min.css")" rel="stylesheet" type="text/css" />
    <link href="@Url.Content("~/Content/kendo.default.min.css")" rel="stylesheet" type="text/css" />
    <script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")" type="text/javascript"></script>
    <script src="@Url.Content("~/Scripts/kendo.all.min.js")" type="text/javascript"></script>
</head>
<body>
    <ul id="nav">
        @for (var i = 0; i < 20; i++)
        {
            <li>Hello</li>
        }
    </ul>
    <div>
        @RenderBody()
    </div>
</body>
</html>
<script type="text/javascript">
    $(function () {
        $("#nav").kendoMenu();
    });
</script>

Thank you,
Kamen Bundev
Telerik team
 answered on 22 Mar 2012
1 answer
97 views
Hi,

I have browsed the mobile demos in two versions of BlackBerry:

. The version 5 did not show anything. I supposed this could happen but, just in case, I would like to know from you. Does version 5 browser of Blackberry really do not work with KendoUI ?
. The version 7 worked almost perfectly, If I use touch it works ok but the demos did not recognized the track ball. Is this a knonw issue ?

Thanks in advance
Petyo
Telerik team
 answered on 22 Mar 2012
2 answers
524 views
Hi,

I have two Kendo Grids. And the User is allowed to select Multiple rows. Now when the second grid is getting loaded, I want to disable the row selection of first grid. And when the second grid is loaded, I again want to enable the row selection. How can i achieve that?

Thanks,
Khushali
Khushali
Top achievements
Rank 1
 answered on 22 Mar 2012
0 answers
147 views
Hello,

I'm evaluating KendoUI for a project. One of the needs is to be able to dynamically update the text of the items in a DropDownList. With traditional HTML / JQuery, I can do the following:

<select id="myOptions">
  <option value="0">Some Text</option>
  <option value="1">Some Other Text</option>
  <option value="2">Third Option Text</option>           
</select>
 
...
 
$("#myOptions option[value='0']").text(getUpdatedText(0));
$("#myOptions option[value='1']").text(getUpdatedText(1));
$("#myOptions option[value='2']").text(getUpdatedText(2));

This works exactly as desired. I've tried something similar in Kendo, however, I haven't had any success. My most recent attempt looks like this:

<select id="myOptions">
  <option value="0">Some Text</option>
  <option value="1">Some Other Text</option>
  <option value="2">Third Option Text</option>          
</select>
  
...
  
$("#myOptions").kendoDropDownList();
$("#myOptions option[value='0']").text(getUpdatedText(0));
$("#myOptions option[value='1']").text(getUpdatedText(1));
$("#myOptions option[value='2']").text(getUpdatedText(2));
$("#myOptions").data("kendoDropDownList").refresh();

Unfortunately, the text of the options never updates. The reason I need to do this is because I need to update the text of the options on a regular interval. Can someone please tell me what I'm doing wrong?

Thank you!
JQuery
Top achievements
Rank 1
 asked on 21 Mar 2012
3 answers
230 views
hi all;
im use grid for remote jsp return json data,for example:
[{title: "Star Wars: A New Hope", year: 1977}, {title: "Star Wars: The Empire Strikes Back", year: 1980}]
grid 
<script type="text/javascript" >
    $(document).ready(function(){
        var sharableDataSource = new kendo.data.DataSource({
            transport: {
                read: {
                    url:"contract/test.jsp",
                    dataType: "json"
                }
            }
        });
        $("#grid").kendoGrid({
            dataSource: sharableDataSource,
            columns: [
                { title: "title", field: "title", width: 130},
                { title: "year", field: "year",width: 100},],
            height: 550,
            groupable: false,
            scrollable: true,
            sortable: true,
            pageable: true
        });
    });
</script>
but grid empty,no any,pls help me ,thanks.
Jeremy
Top achievements
Rank 1
 answered on 21 Mar 2012
0 answers
139 views
Hi,

I am trying to find out whether its possible to associate a knockout view-model to chart data. The sample shows how to create chart using local data and remote data. But I couldn't find a way to tie the data of the chart to a view model. Can anyone please help me with this.

Thanks
Guru
Guru
Top achievements
Rank 1
 asked on 21 Mar 2012
0 answers
61 views
Hi,

I've run into a bit of an issue with the Grid on a second refresh of data.

I'm trying to do something a bit different as per the examples, and displaying the Grid through a different dataSource after every search on my site as it matches my coding structure better.

so I have:

Search -> Display grid + assign data source -> search again -> empty grid div (using $('#grid').empty()) -> display grid + assign data source.

This all works completely fine, other than it losing the actual grouping feature, the groupable panel shows but the grouping function no longer works.

Are there any workarounds for this?
Chris
Top achievements
Rank 1
 asked on 21 Mar 2012
1 answer
246 views
Hi telerik team,

     Is it possible to display threshold value line in the bar charts. As my requirements is to show the threshold value as a vertical line on the bar chart, so that the user can easily able to find which are out of limits..?

 
Thanks,
Rajesh
Iliana Dyankova
Telerik team
 answered on 21 Mar 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
AICodingAssistant
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?