Telerik Forums
Kendo UI for jQuery Forum
1 answer
181 views
Hola, i have an application that retrieve data from a webservice .asmx.

If i try to create a WebMethod that return an IEnumerable, my webservice return the error, that IEnumerable is not serializable, there's a way to pass the DataSourceRequest to webservice or return an IEnumerable.

This to avoid the ToList() method that make my performance lazy.

Thank you 
Petur Subev
Telerik team
 answered on 27 Mar 2014
3 answers
149 views
It looks like the new DataViz Diagram that's currently in beta has only a subset of the WPF RadDiagram control's capabilities, is this correct?  And is the ultimate goal to have the DavaViz Diagram and the RadDiagram controls to be equal in functionality and be able to share diagrams with each other?  Is this possible now?

Thanks, Ken
Sebastian
Telerik team
 answered on 27 Mar 2014
6 answers
197 views
Whenever you have multiple list views which have the pull to refresh functionality turned on within the same view, you get multiple displays of the pull to refresh text and icon when you pull the list for refresh.  I've demonstrated this in this jsFiddle.  I took the Telerik demo for Button Group and simply added pull to refresh to each of the list views.

This problem has been around for a long while, and still exists in the Q1'14 release.
Kiril Nikolov
Telerik team
 answered on 27 Mar 2014
2 answers
334 views
Hi,

I am trying to get the Validator working on a KendoUI date picker and cannot see what I am doing wrong.

I am attempting to use the following code.
​
<div id="tickets">
  <label for="datepicker">Start Date</label>
  <input type="date" id="datepicker" name="searchstart" />
  <span class="k-invalid-msg" data-for="searchstart" validationMessage="Test"></span>
</div>
<script>
   $(document).ready(function() {
      $("#datepicker").kendoDatePicker({
          format: "dd/MM/yyyy"
      });
      var validator = $("#tickets").kendoValidator().data("kendoValidator");
    });
</script>

When the page loads, I can type what ever text I want in the date such as "kendo", lose focus on the element and no validation occurs.

I have tested this on both JSBin and Kendo Dojo without any success

What am I missing?

Kind Regards,
Jonathan
Alexander Popov
Telerik team
 answered on 27 Mar 2014
1 answer
292 views
I have a data with multiple customers, each customer has a "percent tank is full" data point. I would like to put this info in a grid and have the "percent tank full" displayed visually with the radial gauge rather than just a numeric value. How would I go about doing this?
T. Tsonev
Telerik team
 answered on 27 Mar 2014
1 answer
128 views
Hi,
i want to create a scheduler..
now scheduler can be displayed in correctly...

my problem is..
i was click the scheduler cell it can be display the a dialog box that is event dialogox that is can not be work..
i was checked with checkpoint but the code is not be executed....
and also i don't know about the work flow...

my code is

    @(Html.Kendo().Scheduler<StackedSports.Models.TaskViewModel>()
    .Name("scheduler")
    .Date(new DateTime(2013, 6, 13))
    .StartTime(new DateTime(2013, 6, 13, 7, 00, 00))
    .Height(600)
    .Views(views =>
    {
        views.DayView();
        views.WeekView(weekView => weekView.Selected(true));
        views.MonthView();
        views.AgendaView();
    })
    .Timezone("Etc/UTC")
    .DataSource(d => d
        .Model(m =>
        {
            m.Id(f => f.TaskID);
            m.Field(f => f.OwnerID).DefaultValue(1);
            //Set the recurrence ID field from the model:
            m.RecurrenceId(f => f.RecurrenceID);
        })
                .Read("Tasks_Read", "Coaches")
                .Create("Tasks_Create", "Coaches")
                .Destroy("Tasks_Destroy", "Coaches")
                .Update("Tasks_Update", "Coaches")
    )
Vladimir Iliev
Telerik team
 answered on 27 Mar 2014
1 answer
180 views
In the latest version 2014.1.318 (and even the latest internal build 2014.1.321), I am having issues in the view.init event.  I've created this sample to show the issue.  
http://trykendoui.telerik.com/OvaD

Inside the view init event, I tie a double-click event handler to the kendo grid using jquery, and use that event to route the SPA to a details page.  When using the latest version, nothing happens. If I roll back to the 2013.3.1119 version, it works seemingly fine.
http://trykendoui.telerik.com/oziR

Thanks.

Petyo
Telerik team
 answered on 27 Mar 2014
1 answer
316 views
For dropdown and multi selects fields in kendi ui, validation message occurs under the field. But I want validatio message on side of the control. how?
Kiril Nikolov
Telerik team
 answered on 27 Mar 2014
1 answer
165 views
Using the latest version (2014.1.318) of Kendo UI Web the multi-select drop down select pane opens and immediately closes on FireFox 28.  It behaves this way on the Telerik demo (http://demos.telerik.com/kendo-ui/web/multiselect/index.html) and on my sites as well.  I had to roll back to an older version of Kendo UI.  Please help.

Thanks,
Grady
Kamen Bundev
Telerik team
 answered on 27 Mar 2014
7 answers
195 views
Normal when the field in 'grid' control validate failed, the input will show tooltip.
But I want more than that.
Display a ‘×’ or ‘!’ icon in input when validate failed.
I do not know how to achieve this function, can somebody help me?
tonfy
Top achievements
Rank 1
 answered on 27 Mar 2014
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
Drag and Drop
Map
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?