Telerik Forums
Kendo UI for jQuery Forum
5 answers
725 views

In the template I want the 30 to be bold and blue. And the rest of template text not blue or bold.

labels: {
                visible: true,
                margin: {
                    left: 55
                },
                color: "#1246BB",
                format: "{0}",
                template: "#= value # \n <b>30</b>"
            },
Stefan
Telerik team
 answered on 14 Jun 2018
3 answers
157 views

Hi,

Google maps can just display in the first tab, no other tabs, it only showed the icons but no content, as in the attached file.

I've tried different way, including put the function inside onSelect, none worked well.

Please help, thanks!

 

Frank
Top achievements
Rank 1
 answered on 13 Jun 2018
3 answers
365 views

https://dojo.telerik.com/USucOMiL

 

At the moment when I click next to tooltip, it auto closes, how to disable that behaviour?

Eyup
Telerik team
 answered on 13 Jun 2018
3 answers
119 views

I want to make the second grid in the hierarchy inline editable but i don't want the button in the second grid toolbar but instead i want it in first grid last column. How do i achieve that

https://dojo.telerik.com/AhoTEJul/10

Preslav
Telerik team
 answered on 13 Jun 2018
1 answer
156 views

Can you Please let me know how I can set data-filterable of mvvm grid to an function. I want to set it to object instead of:

data-filterable = '{}' I want it to be like data-filterable = getfilter()

Georgi
Telerik team
 answered on 13 Jun 2018
1 answer
212 views

Hi, we are using kendo with very large in-memory data objects.

Sometimes, we need to extract the "raw" json data, so we use .toJSON on observableArrays.

We got cpu running high in certain circumstances.

We tried to change the original toJSON function, and we were able to move from 15 to 5 seconds for the same dataset.

The hint is to use Object.keys(this) + for(...) loop, instead of [for fields in this].

As you can see in that dojo sample

http://dojo.telerik.com/@foxontherock/UniXASid/35

We'll use that fix in our code, but I think that you may consider adding it in kendo UI source code.

 

Stefan
Telerik team
 answered on 13 Jun 2018
1 answer
643 views

The change event is not fired when I change values using the API.

https://dojo.telerik.com/@normpetroff/itoqUquY

 

Ivan Danchev
Telerik team
 answered on 13 Jun 2018
1 answer
342 views

Hello 

I'm pretty new to KendoUI Mobile. I would like to create a hybrid mobile app. So far I'm doing good just struggle with something simple:

I would like to show initially a login/register screen (view login) without any pre-defined Tabstrip. After successful login the app should switch to show a Tabstrip connected with 3 other views (start, map, settings).

What is the "official" way to not show the Tabstrip on login view or how to I tell the Tabstrip to be only present on not visible login view?

Below a fully working example of how far I came. Setting the "initial" value to "login" would show the login view WITH the (unwanted) Tabstrip.

view login: represents the view that should NOT show the Tabstrip
-> after successful login switch to show Tabstrip with initiall shown view "start"

<!DOCTYPE html>
<html>
<head>
    <title>My App</title>
 
 
 
</head>
 
<script>
    $(document).ready(function() {
 
        // var app = new kendo.mobile.Application();
        var app = new kendo.mobile.Application($(document.body), {
            skin: 'flat',
            transition:'slide',
            initial: "start" // Set to "login" will show the Tabstrip as well
        });
 
    });
</script>
 
 
<body>
 
<!-- View login -->
<div id="login" data-role="view" data-layout="default">Register here</div>
 
 
<!-- View start -->
<div id="start" data-role="view" data-layout="default">
    <span>hello start!</span>
</div>
 
<!-- View map -->
<div id="map" data-role="view" data-layout="default">Hello map!</div>
 
<!-- View settings -->
<div id="settings" data-role="view" data-layout="default">Hello settings!</div>
 
// Tabstrip should now be visible on view "login"
<section data-role="layout" data-id="default">
    <header data-role="header">
        <div data-role="navbar">My App</div>
    </header>
 
    <!--View content will render here-->
    <footer data-role="footer">
 
        <div data-role="tabstrip">
            <a href="#start">Start</a>
            <a data-icon="globe" href="#map">Map</a>
            <a data-icon="settings" href="#settings">Settings</a>
        </div>
 
    </footer>
</section>
 
 
</body>
</html>

 

Probably a simple question and I just need to know the official way how to solve this. 

Regards

 

 

Tayger
Top achievements
Rank 1
Iron
Iron
 answered on 12 Jun 2018
2 answers
1.0K+ views

Hello,

I have to remove the "command.Edit()" from a Grid in GridEditMode.InLine. So one only button "Delete" is displayed. Grid works fine but in the Edit mode (after clicking on "Add New Record" button) the "Update" and "Cancel" buttons will not be displayed so I cannot save a new record. What is possible solution?

Thanks.

Andrey
Top achievements
Rank 1
Veteran
 answered on 12 Jun 2018
3 answers
668 views

Hello

It took me a while to find this one and I assume its a bug. The KendoDialog (confirm) fires twice on pressing return instead clicking with the mouse on it. You can try that on your API samples, like here

The link will head you to the actions.action sample.

1. Switch to preview mode of actions.action

2. Press TAB key once to focus the "Ok" button

3. Press the ENTER (RETURN) key

You will see that the message "OK action was clicked" will appear twice (click close on first message then the second message appears).

Clicking on the OK button with the mouse will show the message only once (as it should).

Beside of finding that problem it brings me into certain troubles now because the dialog buttons in my project are associated with server side functions (calling them) and now I have some unwanted side effects/data constellation on my server. :/

I just found this on KendoDialog confirm. I have no idea if that effect can also be found in other Kendo widgets (I hope not).

Regards

 

Misho
Telerik team
 answered on 12 Jun 2018
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
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
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
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?