Telerik Forums
UI for ASP.NET MVC Forum
1 answer
172 views

Hi

I am trying to add a custom connector to a rectangle in MVC, but am struggling top work out how to do it. This is the code I am using;

       .ShapeDefaults(sd => sd.Connectors(o =>
      {
        o.Add().Name("top");
        o.Add().Name("right");
        o.Add().Name("bottom");
        o.Add().Name("left");
        o.Add().Name("auto");
        o.Add().Name("bottomRight");
        o.Add().Name("topRight");
        o.Add().Name("bottomLeft");
        o.Add().Name("topLeft");
        o.Add().Name("topRightMiddle").Position("function(shape) { var p = shape.bounds().top(); return shape._transformPoint(new kendo.dataviz.diagram.Point(p.x + 15, p.y)); }");
      })

When I run this, none of the connectors are added. When I run it without the 'topRightMiddle' connector, it works fine and all the named connectors are added. How should the 'Position' method parameter be constructed?

Thanks

Jared

Daniel
Telerik team
 answered on 30 Apr 2015
1 answer
150 views

Hi,

I'm missing some files and functions from the kendo.mvc.examples project you supply with kendo mvc:

examples.js

examples.min.js

console.min.js

 

there several more scripts that are missing.

 

is it ok?

 

thanks

Sebastian
Telerik team
 answered on 30 Apr 2015
1 answer
346 views

I have a Parent/Child grid.  For the rows selected I need to get the Parent and child rows data.

 

I don't see any examples.  Can someone point me to one?

 

Thanks

 

Greg

Dimiter Madjarov
Telerik team
 answered on 30 Apr 2015
2 answers
308 views
Are there any working examples on implementing the Kendo Grid with the above criteria?

I've tried using converted C# examples but none of them seem to work. I'm just trying to work around the Northwind database as my experimental data source.

It's very, very hard to do a proper evaluation of a product without any documentation for a "supported" language.
Andy
Top achievements
Rank 1
 answered on 30 Apr 2015
3 answers
107 views

We tried upgrading to the Q1 2015 SP1 release and noticed that when loading a Map control connecting to Bing Maps, the map layers show initially but are immediately replaced with blank images. We tested it on IE 10 and 11 and both seem to be affected. When running the Bing Map Layer demo, the map control appears to be behaving the same way too.

T. Tsonev
Telerik team
 answered on 29 Apr 2015
1 answer
257 views

Hi Telerik Team,

We are facing an issue with the Kendo ComboBox Control on MVC5. 

Is there any way to avoid/deactivate the AutoPostBack of the ComboBox when the user press the enter key? We've tried to bind by jQuery other functions on keypress and keydown events without luck.

 

Here is the code:

@(Html.Kendo().ComboBox()
         .Name("cmbUsuarios")
         .DataTextField("NombreUsuario")
         .DataValueField("Id")
         .Placeholder("Seleccione Usuarios...")
         .Filter(FilterType.StartsWith)
         .AutoBind(false)
         .HtmlAttributes(new { @class = "form-control", @style = "width: 100%" })
         .MinLength(2)
         .DataSource(source =>
         {
             source.Read(read =>
             {
                 read.Action("GetUsers", "Perfil")
                     .Data("filterUsers").Type(HttpVerbs.Get);
             })
             .ServerFiltering(true);
         }))

<script>
function filterUsers() {
        return {
            userFilter: $("#cmbUsuarios").data("kendoComboBox").text()
        };
    }
</script>

 

Version of Kendo.Mvc: 2015.1.318.545

Thanks!

Georgi Krustev
Telerik team
 answered on 29 Apr 2015
3 answers
98 views
I found same issue on online demo which is i am facing.

Steps :

1). Open this url in http://demos.kendoui.com/web/combobox/serverfiltering.html

2) Type cha  in filter text box. Now we are getting 3
records.

3).Remove cha  word( by using back space button).

4) click on down arrow of combo box. Still I am getting 3
records

Thanks,
Praveen
Georgi Krustev
Telerik team
 answered on 29 Apr 2015
1 answer
75 views

Hi,

Is there's a way to implement ImageBrowser widget in the MVC edition?

 It would be nice to have this widget outside the editor

 

Thanks

Alexander Popov
Telerik team
 answered on 29 Apr 2015
1 answer
357 views

In my Kendo  MVC grid, I have several calculated columns. But when I use aggregates function to get the sum of each column, only non-calculated columns work. The sum of calculated columns return as 0. Is there a workaround to solve this problem?

 

 Thanks,

Sha

Boyan Dimitrov
Telerik team
 answered on 28 Apr 2015
1 answer
160 views

Hi,

 I am have been evaluating the Kendo UI for ASP.NET MVC and I have noticed a date format issue with the Kendo UI Grid when it comes to UTC Format. I have not been able to resolve this so I am hoping someone here will have a solution to this problem.

Basically I have a created date which is currently stored in the database in UTC Format and when I retrieve this date and bind it to the Kendo UI Grid, the format is coming as

Tue Apr 21 2015 21:05:35 GMT-0400 (Eastern Daylight Time)

 How can I display this date in the Eastern Daylight Time?

"April 21, 2015 5:05:35 PM"

 Please let me know if more information is required.

 

Alexander Popov
Telerik team
 answered on 28 Apr 2015
Narrow your results
Selected tags
Tags
Grid
General Discussions
Scheduler
DropDownList
Chart
Editor
TreeView
DatePicker
ComboBox
Upload
MultiSelect
ListView
Window
TabStrip
Menu
Installer and VS Extensions
Spreadsheet
AutoComplete
TreeList
Gantt
PanelBar
NumericTextBox
Filter
ToolTip
Map
Diagram
Button
PivotGrid
Form
ListBox
Splitter
Application
FileManager
Sortable
Calendar
View
MaskedTextBox
PDFViewer
TextBox
Toolbar
MultiColumnComboBox
Dialog
DropDownTree
Checkbox
Slider
Switch
Notification
Accessibility
ListView (Mobile)
Pager
ColorPicker
DateRangePicker
Wizard
Security
Styling
Chat
DateInput
MediaPlayer
TileLayout
Drawer
SplitView
Template
Barcode
ButtonGroup (Mobile)
Drawer (Mobile)
ImageEditor
RadioGroup
Sparkline
Stepper
TabStrip (Mobile)
GridLayout
Badge
LinearGauge
ModalView
ResponsivePanel
TextArea
Breadcrumb
ExpansionPanel
Licensing
Rating
ScrollView
ButtonGroup
CheckBoxGroup
NavBar
ProgressBar
QRCode
RadioButton
Scroller
Timeline
TreeMap
TaskBoard
OrgChart
Captcha
ActionSheet
Signature
DateTimePicker
AppBar
BottomNavigation
Card
FloatingActionButton
Localization
MultiViewCalendar
PopOver (Mobile)
Ripple
ScrollView (Mobile)
Switch (Mobile)
PivotGridV2
FlatColorPicker
ColorPalette
DropDownButton
AIPrompt
PropertyGrid
ActionSheet (Mobile)
BulletGraph
Button (Mobile)
Collapsible
Loader
CircularGauge
SkeletonContainer
Popover
HeatMap
Avatar
ColorGradient
CircularProgressBar
SplitButton
StackLayout
TimeDurationPicker
Chip
ChipList
DockManager
ToggleButton
Sankey
OTPInput
ChartWizard
SpeechToTextButton
InlineAIPrompt
TimePicker
StockChart
RadialGauge
ContextMenu
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?