Kendo UI

PanelBar get index

by bundyo

HTML

<script src="http://cdn.kendostatic.com/2011.3.1407/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1407/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2011.3.1407/styles/kendo.blueopal.min.css">
Logger : <input id="ddlLogProvider"/>

JavaScript

$("#ddlLogProvider").kendoDropDownList([{
    "text": "All",
    "value": "All"},
{
    "text": "Elmah",
    "value": "Elmah"},
{
    "text": "HealthMonitoring",
    "value": "HealthMonitoring"},
{
    "text": "Log4Net",
    "value": "Log4Net"},
{
    "text": "NLog",
    "value": "NLog"}]);