Telerik Forums
Kendo UI for jQuery Forum
0 answers
90 views
I'm working fine with Editor by some months, but today I realize that if it had a 'column' or 'table' formatting options for the text this is going to help me so much!

There is no way to implement these new options?

Thanks, Vinicius.
Vinicius
Top achievements
Rank 1
 asked on 18 Apr 2012
0 answers
68 views
Hi,

On my sample app I'm browsing through multiple views for test.  When i press the Back button on my phone or go to index page, i cant exit to my app.

If i've visited 20 pages, I must go back through 20 pages to exit and go back to android desktop. how can i exit from the index? any button or tag can help me?

Please help

<script>
     new kendo.mobile.Application($(document.body), {
         platform: "android",
         initial: "index"
 
     });
</script>
Orlando
Top achievements
Rank 1
 asked on 18 Apr 2012
3 answers
67 views
for example,when i send the delete request to the server,but server delete error , in this time,server will respones the error message,
now which event i can use to alert the message?
Dimo
Telerik team
 answered on 18 Apr 2012
1 answer
112 views
I am wanting to use Kendo with Smarty, tpl and php files. has anyone done this? Are there real world examples using a database in php and getting the data to tpl and into Kendo? I see hard coded data examples but no REAL world using a database with php.

any help would be greatly appreciated...

Richard

NOTE: Will also be using pdo so the app is not database dependent.
Georgi Krustev
Telerik team
 answered on 18 Apr 2012
0 answers
134 views
In the Telerik silverlight toolkit there is a toggle button. Is there something like that I can use here?

I want a button that I can press to expand/collapse all grouped rows in a grid.

Dr.YSG
Top achievements
Rank 2
 asked on 18 Apr 2012
0 answers
138 views
I was looking for a way to select multiple items in a dropdown. But I don't see it.

Actually, I might be looking for a tree or panelBar implementation. The idea is that one can open the header and  there are
a list of checkboxes where the user can select or deselect different items.

[Expando Heading: Choose image types]
X PNG
- JPG
- TIFF
X BMP

etc.
Dr.YSG
Top achievements
Rank 2
 asked on 18 Apr 2012
1 answer
282 views
I would like to give the user the ability to change the theme on the fly (like your demos). Do you have a stripped down example of how to do this? (A dropdown menu that would change the style sheet ?)

Dimo
Telerik team
 answered on 18 Apr 2012
1 answer
184 views
When is javascript within a template executed? Is it rendered every time the data binding occurs or is it only once? 

Example - 
<script id="demoTemplate" type="text/x-kendo-template">
#if(person) {
   <h1>${person.name}</h1>
}
else {
   <h1>${id}</h1>
}#
</script>
    <script>
var data = [{"person":{"name":"saurabh"},"id":123},{"id":123}]

        window.kendoMobileApplication = new kendo.mobile.Application(document.body);
        $(document).ready(function () {
$("#listUL").kendoMobileListView({
                template: $("#demoTemplate").text(),
                dataSource: data
            });
}
</script>

So I want to show ID field when person object is missing in the JSON data. I get following error when I run it - "person variable is missing"

How do I handle missing variables in templates? How can I check for them?
Saurabh
Top achievements
Rank 1
 answered on 18 Apr 2012
1 answer
207 views
One of my UX fellows is complaining that the expand/collapse icons on PanelBar are the opposite of those for TreeView. Meaning that TreeView shows the expanded state while PanelBar shows the future state. Anyone else think is a problem?

-Gary
Terracotta
Dimo
Telerik team
 answered on 18 Apr 2012
0 answers
89 views
Okay, this is a slightly complicated scenario, but will be common in my team's project. Basically, I want to use MVVM and the new declarative style to set up a plugin that wraps around DropDownList. Internally, the plugin uses a DataSource to populate the DropDownList with all its available options. The plugin will be used inside pages and other plugins which will also use MVVM to set its default value using another DataSource

Now my question is, is it even possible to do this in the new declarative style? If so, then how? In particular, how do I make it so that my plugin can hookup to the outer MVVM's settings for its value?

Any help would be greatly appreciated. 
Joshua
Top achievements
Rank 1
 asked on 18 Apr 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
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?