Telerik Forums
Kendo UI for jQuery Forum
1 answer
43 views
Hello Telerik team.

I want to force my app for looks as the windows phone light theme just in windows phone devices regardless its version.
Other platforms should look like their native theme.

Thanks in advance

Regards

Diego Varela
Petyo
Telerik team
 answered on 08 Nov 2013
1 answer
98 views
hey Guys, 

i'm trying to find out if it's possible or not to only have the prototype of my div in my index.html and get all of my html code in different separate file.
you know i like it clean ;)
is that a way to do this ? 
i'd like to get everything in those files, even my drawer, or navbar ...

thank to those who will take the time to answer me ! :)
Petyo
Telerik team
 answered on 08 Nov 2013
1 answer
204 views
I am creating a login page.  How do I clear the navigation history to ensure that android users can't use the "back" button to get back to the login page after they've authenticated?
Petyo
Telerik team
 answered on 08 Nov 2013
5 answers
777 views
If you built an app that uses the Kendo UI mobile tabstrip then you will notice that if you browse through a few pages by clicking the icons and then use the back button, you will go through all these pages again (in reverse order) until you reach the first page.

For most apps this might not be how you want your app to behave. Most of my apps only respond to the back button if they are on a page that is a sub page of a page that is on the tabstrip. Clicking the back button on a page that is in the tabstrip will popup a question asking if you want to exit the app.

I am wondering if this is the preferred way to do it or does Kendo UI mobile have functionality to behave as I described above. I have not been able to find it.
Simon
Top achievements
Rank 1
 answered on 08 Nov 2013
5 answers
157 views
Hello everyone,

    I'm using dateHeaderTemplate:
dateHeaderTemplate: kendo.template("<strong>#=kendo.toString(date, 'ddd d/M')#</strong>")
    But when I click in date header from Week view the scheduler doesn't link to Day view.

    How could I use dateHeaderTemplate and it is allowed link to day view?

Thank you
Regards
salvador
Top achievements
Rank 1
 answered on 08 Nov 2013
4 answers
309 views
When in landscape mode, we would like to prevent the drawer from closing. But in portrait we would like to allow it to operate as usual. 

Adding an onHide then immediately calling .show() seems to fire to quick. Is there a better way to keep this open under certain conditions?
Davin
Top achievements
Rank 1
 answered on 08 Nov 2013
1 answer
161 views
hello guys,

i'm currently trying to use the remove views into my app but i'm going through some problems ...
my page does not get loaded and i can't figure out why ..

here is my index. html
<!DOCTYPE html>
<html>
<head>
  <title></title>
  <link href="styles/kendo.common.min.css" rel="stylesheet" />
  <link href="styles/kendo.default.min.css" rel="stylesheet" />
  <link href="styles/kendo.mobile.all.min.css" rel="stylesheet" />
  <link href="styles/index.css" rel="stylesheet" />
</head>
 
<body onload="onBodyLoad()">
  <script src="lib/jquery.min.js"></script>
  <script src="lib/kendo.all.min.js"></script>
  <script src="init/cordovaInit.js"></script>
 
  <div data-role="view"></div>
  <div data-role="drawer" id="my-drawer" style="width: 270px" data-views="['./views/relaySearchView.html', './views/nespressoSearchView.html', './views/dolceGustoSearchView.html']">
    <ul data-role="listview" data-type="group">
      <li>Menu
        <ul>
          <li><a href="./views/relaySearchView.html">R</a></li>
          <li><a href="./views/nespressoSearchView.html">N</a></li>
          <li><a href="./views/dolceGustoSearchView.html">DG</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <div data-role="layout" data-id="drawer-layout">
    <header data-role="header">
      <div data-role="navbar">
        <a data-role="button" data-rel="drawer" href="#my-drawer" data-icon="drawer-button" data-align="left"></a>
        <span>MR</span>
      </div>
    </header>
  </div>
  <script>
   var app = new kendo.mobile.Application(document.body
    {skin : "flat",
     initial : "./views/relaySearchView.html"
    });
  </script>
</body>
</html>
and here are my three html views :

<div data-role="view" id="drawer-relaySearch" data-layout="drawer-layout">
  <p>relay</p>
</div>
<div data-role="view" id="drawer-nespressoSearch" data-layout="drawer-layout">
  <p>N</p>
</div>
<div data-role="view" id="drawer-dolceGustoSearch" data-layout="drawer-layout">
   <p>dolce Gusto</p>
</div>
as you can see, the views are pretty simple ;)

i hope has an answer for me ! thank you !! :)
guillaume
Top achievements
Rank 1
 answered on 08 Nov 2013
1 answer
194 views
Hello,

I have a button in the tooltip but I am encountering a usability issue with the tooltip whereby the tooltip disappears when attempting to move the mouse over the tooltip content.

The problem is reproducible with the "Loading content with AJAX" demo on your site. Notice how it can be quite tricky to quickly move the mouse over the tooltip without it closing.  I tested in both FF and Chrome.

Any ideas?

Thanks,
Gary
Petur Subev
Telerik team
 answered on 08 Nov 2013
1 answer
223 views
Here is my issue:

I am using the MVC Wrapper for a ListView so I am not setting this up thru javascript and cannot set the schema and columns that way. I need to change the parse function on one of my fields though. Is there any way to do this in javascript before or after the data is loaded? I have gone thru and tried a couple of different places and changed it but its not picking up the new parse.

Basically I need to change a decimal fields default parse from parseFloat to something that will allow it to respect cultures.

any ideas?
Andrew
Top achievements
Rank 1
 answered on 08 Nov 2013
1 answer
162 views
I'm trying to open a modal window from another window.
The modal window opens but it give an error when I try to close it.
I tested on Chrome, Firefox and IE.

I'm seding you an example, the page1 opens the page2 in a window and the page2 opens the page3 on a modal window, when you try to close the page 3 you got the error.

Many thanks
FLavio
Alexander Popov
Telerik team
 answered on 08 Nov 2013
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
Dialog
Chat
DateRangePicker
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
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
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?