Telerik Forums
Kendo UI for jQuery Forum
1 answer
1.9K+ views
Hi,

I need to make Window close when you click outside it.
I need so it work the same as ColorPicker "popup". (or like dropdown)

Can anyone say how to make it in proper way? :)

Thanks,
Vlad.
Dimo
Telerik team
 answered on 27 Mar 2015
9 answers
1.1K+ views
Does Kendo Supports POST type? (I'm using beta 2)

If so how can i enable? here's my code:

                $("#undo").click(function(){
                    $("#window").kendoWindow({
                        title: "User saved",
                        contentUrl: '../data/insertUser.php',
                        type: "POST",
                        data: {name: 'name'},
                        close: onClose
                    });
                 });
Jeff
Top achievements
Rank 1
 answered on 26 Mar 2015
1 answer
128 views
Hi,

Two questions:

1. Is there a way to put HTML in the text property of a tab of a tabstrip that is bound to a datasource? Here's an example: http://dojo.telerik.com/OSOLi

2. If yes to #1, can I have an element in the tab text use data binding? Something like:

{
    text: "<span id='baseball-count' data-bind='text: baseballCount'></span>Baseball",
    encoded: false,
...
Alexander Popov
Telerik team
 answered on 26 Mar 2015
2 answers
109 views
How to change the btn “upload” text?
Alex Gyoshev
Telerik team
 answered on 26 Mar 2015
1 answer
140 views
Hello,
is it possible to have multiple measures in one column? For example if you have a column for every year and you want to display the current revenue and also the percentage in comparison to last years revenue in one column.
Is this possible with measures or with a datacell template or in what way would it be possible. I think measures can only return a single value and not an object of some kind that I could work with in a template so my guess was to have multiple measures that I work with there.
Georgi Krustev
Telerik team
 answered on 26 Mar 2015
6 answers
511 views
Hi, I noticed on the roadmap you plan to include a richtextbox control in the March release.  Will that include a spell checker?
Dimo
Telerik team
 answered on 26 Mar 2015
2 answers
199 views
I must have a setting incorrect or am missing something arbitrary. I can't get graphs to work with remote data. If I hard-code data in, all is well. If I use a grid with remote data, things are fine. But graphs with remote data produce an empty graph. What am I missing?

<div>
    @*Graph with Remote Data -- Doesn't work!*@
    @(Html.Kendo().Chart<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGraphRemote")
        .DataSource(ds => ds
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Series(series =>
        {
            series.Line(c => c.InfluenceStyleTotalDPct);
        })
    ) 

    @*Graph with Direct Data -- WORKS!*@
    @(Html.Kendo().Chart<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGraphDirect")
        .DataSource(ds => ds
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Series(series =>
        {
            series.Line(new double[] { 30, 0, 13, 55, 35, 0, 42, 65, 0, 0, 7, 85, 28, 35, 68, 45, 0, 42, 68, 40, 96, 58, 5, 68, 58, 75 });
        })
    )

    @*Grid with Remote Data -- WORKS!*@
    @(Html.Kendo().Grid<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGridRemote")
        .DataSource(ds => ds
            .Ajax()
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Columns(columns =>
        {
            columns.Bound(c => c.InfluenceStyleTotalDPct);
        }) 
    )
</div>

Daniel
Telerik team
 answered on 26 Mar 2015
4 answers
143 views
I want to change the valueAxis scale between 'log' and 'numeric' dynamically.

Is this the correct way to do it?

http://dojo.telerik.com/ejapE/2

Xavier
Top achievements
Rank 1
 answered on 26 Mar 2015
1 answer
75 views
Hi,

Why the categories, series and axis are not positioned in their places?
I have bootsptrap and rtl support.
Also when I have not bootstrap or rtl support, I see the same problem.
http://aliciadesign.com/rambam/chart.html

Thank you,
Alicia
Iliana Dyankova
Telerik team
 answered on 25 Mar 2015
2 answers
167 views
Hierarchical Data Source
When the transport destroy is called the method is always GET and not delete as defined.
What am I doing wrong here ?

So below for the destroy code:


destroy: function (options) {
$.ajax({
type: 'delete',
url: "http://localhost:81/public/index.php/treepage/" + options.data.id,
dataType: "jsonp",
success: function(result) {
// notify the data source that the request succeeded
console.log("destroy succes");
},
error: function(result) {
// notify the data source that the request failed
console.log("destroy error", result);
options.error(result);
},
beforeSend: function() {
console.log("treemodel - beforesend - destroy");
}
})
.done (function(data) { console.log("done destroy - data:", data) });
}
ringo
Top achievements
Rank 1
 answered on 25 Mar 2015
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
Licensing
ScrollView
Switch
TextArea
BulletChart
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
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?