or
<
script
id
=
"rowTemplate"
type
=
"text/x-kendo-tmpl"
>
<
tr
>
<
td
>
<
form
action
=
"/Home/EditProduct/?id="
+ "#=Id#"
class
=
"addEditButton"
method
=
"post"
>
<
submit
type
=
"button"
value
=
"Edytuj"
/>
</
form
>
</
td
>
</
tr
>
</
script
>
<
script
id
=
"rowTemplate"
type
=
"text/x-kendo-tmpl"
>
<
tr
>
<
td
>
<
form
action
=
"/Home/EditProduct/?id="
+ ${ Id }
class
=
"addEditButton"
method
=
"post"
>
<
submit
type
=
"button"
value
=
"Edytuj"
/>
</
form
>
</
td
>
</
tr
>
</
script
>
<
script
id
=
"rowTemplate"
type
=
"text/x-kendo-tmpl"
>
<
tr
>
<
td
>
<
form
action
=
"/Home/EditProduct/?id=${ Id }"
class
=
"addEditButton"
method
=
"post"
>
<
submit
type
=
"button"
value
=
"Edytuj"
/>
</
form
>
</
td
>
</
tr
>
</
script
>
<
script
id
=
"rowTemplate"
type
=
"text/x-kendo-tmpl"
>
<
tr
>
<
td
>
<
form
action
=
"/Home/EditProduct/?id=${ Id } class="
addEditButton"
method
=
"post"
>
<
submit
type
=
"button"
value
=
"Edytuj"
/>
</
form
>
</
td
>
</
tr
>
</
script
>
<html>
<head id="Head1" runat="server"> <title>Mobile Manager</title> <link href="../../Styles/Site.css" rel="stylesheet" type="text/css" /> <link href="../../Styles/Kendo/Web/kendo.common.min.css" rel="Stylesheet" type="text/css" /> <link href="../../Styles/Kendo/Web/kendo.default.min.css" rel="Stylesheet" type="text/css" /> <script src="../../Scripts/Kendo/Web/jquery.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.all.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.core.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.data.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.fx.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.popup.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.list.min.js" type="text/javascript"></script> <script src="../../Scripts/Kendo/Web/kendo.combobox.min.js" type="text/javascript"></script><script src="../../Scripts/velsol.common.js" type="text/javascript"></script> <script src="../../Scripts/PageScripts/MobileManager.js" type="text/javascript"></script>
</head> <body class="bodyBackGround"> <form id="form1" runat="server"> <div id="ContentContainer" style="position: relative;">
<input id="cmbDateRange" /></div> </form> </body></html>This is in MobileManager.js...(function () { Velsol.Ajax.setPage("MyTestPage.aspx"); $(document).ready(function () { $("input#cmbDateRange").kendoComboBox({dataSource:[ { text: "Today", value: "Today" }, { text: "Week to Date", value: "WeekToDate" }, { text: "Month to Date", value: "MonthToDate" }, { text: "Year to Date", value: "YearToDate" }, { text: "Yesterday", value: "Yesterday" }, { text: "Last Week", value: "LastWeek" }, { text: "Last Month", value: "LastMonth" }, { text: "Last Year", value: "LastYear" }, { text: "Custom", value: "Custom" } ]}); }); } ());
With the future of Silverlight looking bleak, I am closely watching the development of this new UI/Framework. The Telerik Silverlight RadRichTextBox supports a lot of key features that MS Word has (i.e. Advanced formatting and tab stops).
Will tab stops be supported in the first itiration of this control? This feature is extremely important to me for a large part of my user base will be also using iPad when not in the office and since Silverlilght is not supported on iPads, I am going to have to start redesigning a lot of are site since the core of it is Silverlight.