Telerik Forums
Kendo UI for jQuery Forum
1 answer
127 views

Hey i found one bug/problem in kendo ui combo box while using it in cross-site iframe( facebook canvas ) this only happens in IE8(i don't know how is this with other IE versions), while in other browsers is ok(FF, Opera, Chrome).

Here is my combobox creation js code.

$("#test").kendoComboBox({
    dataTextField: "text",
    dataValueField: "value",
    dataSource: [
        { text: "None", value: "0" },
        { text: "A", value: "1" },
        { text: "B", value: "2" },
        { text: "C", value: "3" },
        { text: "D", value: "4" }
    ],
    filter: "contains",
    suggest: true
});

Access denied exception happensin kendo.list.min.js i was testing this using minified and opensourced version so i pulled this line out:

  caret = Math.abs(selection.createRange().moveStart(CHARACTER, -element.value.length)); 

Cheers, PJ

J
Top achievements
Rank 1
 answered on 22 Mar 2012
0 answers
159 views
Dear All,

I am using both Kendo Kendo tabstrip(with 3 Tabs) and Kendo Window.
In second Tabstrip I can open a Kendo window
Once the Kendo window is opened and if switch from one tab to another Kendo window doesn't close.
How can this scenario be resolved???

     waiting for your reply.
     Thanks in Advance


Jayalakshmi
Top achievements
Rank 1
 asked on 22 Mar 2012
4 answers
1.0K+ views
Hi all,

I have following function in asp.net AJAX application. Function is fired by timer (30 sec interval) and it loops all tabs. Now I wonder if this is possible to implement with KendoUI?

Current implementation in ASP.NET AJAX:
function SelectTab()
{
    var tabstrip = $find("tabstrip1");
    var nextIndex = (tabstrip.get_selectedIndex() + 1)
    if (nextIndex >= tabstrip.get_tabs().get_count()) nextIndex = 0;
    tabstrip.set_selectedIndex(nextIndex);
}

I have tried something like this:

var tabstrip = $("#tabstrip").kendoTabStrip;
var selectedIndex = tabstrip.select().index();
var nextIndex = selectedIndex + 1;
//HOW TO FIND OUT IF SELECTED TAB IS LAST ONE?
//HOW TO SELECT TAB BY INDEX?


Any ideas?

BR
Marko

Jayalakshmi
Top achievements
Rank 1
 answered on 22 Mar 2012
8 answers
759 views
After playing around with the new MVC 4 and Web API, I (like several others) noticed that the DataSource doesn't work with the data returned from using a Web API project. I'm attaching a simple solution to look at. No errors, changing the binding type to 'json' from 'odata' will show results.

We know the Web API doesn't support all oData specs but supports enough to implement paging, filtering and sorting.

* Project is written in VS11 and .NET 4.5
Atanas Korchev
Telerik team
 answered on 22 Mar 2012
1 answer
85 views
Just wanted to let you know that on the DataViz demo for the scatter chart, that your X and Y axes labels are flipped.
Iliana Dyankova
Telerik team
 answered on 22 Mar 2012
3 answers
174 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
506 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
233 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
116 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
554 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
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
Drag and Drop
Application
Map
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
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
Licensing
ScrollView
Switch
TextArea
BulletChart
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
AICodingAssistant
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?