Telerik Forums
Kendo UI for jQuery Forum
8 answers
544 views
Hello,

I'm developing a ASP.NET MVC3 application using the Kendo UI Extensions for MVC.
I now got in troubles using the Grid control with a DataTable as data source (It must be a DataTable). When I try to display a date it always shows like this: /Date(1374066855137)/

I can't figure out how to display the date correctly. As written in many forums an blogs i tried to set the member type of the column to DateTime. However, there is no difference.

I attached a small demo project, witch should show my problem.

Any help is highly appreciated
Robert

(i removed the kendo script files, otherwise the solution was bigger than 2MB. Version is 2013.1.514)
Christoph
Top achievements
Rank 1
 answered on 02 Feb 2015
6 answers
161 views
Hi!

I've updated Kenodo UI DataViz to v2014.3.1119 version, and it doesn't work fully in IE10. In particual, Bar chart (Column) doesn't show columns. This behavior can be seen on your Demo site, http://demos.telerik.com/kendo-ui/bar-charts/column. Columns appear only if legend is clicked. 

Is there any solution / workaround for this issue?
T. Tsonev
Telerik team
 answered on 02 Feb 2015
3 answers
380 views
Hi there,

Is there a configuration option for a placeholder for kendoEditor?
If not, how could I check that there is no text inside the editor? 

Thank you,
Nisarg
Nisarg
Top achievements
Rank 1
 answered on 02 Feb 2015
1 answer
657 views
Hi,

Trialing the Kendo UI library now and as we don't have an OLAP source, I'm trying to bind the pivotgrid to a remote json source.  I read this is possible (with a flat data source) but I can only find odata based examples and can't get it working with json.  Do you have an example you could point me in the direction of?

Thanks, Steve
Georgi Krustev
Telerik team
 answered on 02 Feb 2015
1 answer
118 views
I'd like to extend the Mobile View to callback a custom event. Ideally, I'd like the be able to write something in HTML like:

<div data-role = "view" data-init="myView.init" data-logout="myView.logout" />

How would I go about implementing something like this?
Kiril Nikolov
Telerik team
 answered on 02 Feb 2015
1 answer
198 views
I have a simple dropdown and it works in Chrome however Firefox seems to cache the last value of the dropdown selection even after reloading the page

@(Html.Kendo().DropDownList()
                      .Name("unit-selection")
                      .DataTextField("Text")
                      .DataValueField("Value")
                      .BindTo(new List<SelectListItem>() {
                          new SelectListItem() {
                              Text = UtilSummary.Count,
                              Value = "Count"
                          },
                          new SelectListItem() {
                              Text = UtilSummary.Minutes,
                              Value = "Minutes"
                          }
                      })
                      .Value("Count")
                    )

Kendo version 2014.3.1119
Firefox 35.0.1
Georgi Krustev
Telerik team
 answered on 02 Feb 2015
5 answers
1.4K+ views
I have a Kendo Grid that is setup with Virtual Paging and Navigatable (for keyboard navigation). Depending on the size of the content, sometimes I will not be able to see all the data in the current view.

When I use the mouse to scroll (mouse wheel or scroll bar), there's no issue. When I try to use the keyboard to navigate to the bottom rows, the rows do not scroll into view. Getting javascript to scroll the element into view is fairly straight-forward, but to make that happen automatically, you need hook into an event to trigger the scroll. My problem is that I can't seem to figure out how to hook into the focus event on the grid to automatically make it happen.

Using the browser console, I can force the grid to scroll using this code:

$grd.animate({
    scrollTop: $ele.offset().top - $grd.offset().top + $grd.scrollTop()
});

Here is a JSFiddle showing the issue: JSFiddle

How can I hook into the focus event to scroll the currently focused cell into view? Note that the currently focused cell is different from the selected cell/row. Clearly, there must be a way since Kendo updating the cell css class to show the currently focused cell. So, I'm hoping there's a way for me to subscribe to that event as well.

I don't want to use the change event because I am not changing the selection of the row, just changing the focus by navigating between cells using the arrow keys (and using the navigatable option). Also, I do need virtual paging setup - I know that turning off virtual paging will make this problem go away, but turning off virtual paging is not an option.

Thanks,
John
Dimo
Telerik team
 answered on 02 Feb 2015
3 answers
169 views
Hi,

I have a couple of questions about the Excel style filtering in the upcoming Kendo UI Q1 2015:

Let's assume I have a grid with a "Priority" column with possible values of "High", "Medium" and "Low". I have a 999 records evenly distributed over the different priorities and enabled server (!) paging on the grid with a page size of 10. By default, the server returns the values in order of their priority, high first.

  1. Will the Excel style filter work correctly if on the first pages only "High" items are visible? In other words: how will it know which other priorities are available?
  2. If we configure the datasource to initially only return the "High" priority items (by applying a default filter), will the filter ever be able to figure out the other possible values?

Best regards,

Pieter


Kiril Nikolov
Telerik team
 answered on 02 Feb 2015
1 answer
150 views
In addition to issue just raised by Laszlo, the TreeView directive is behaving unexpectedly when child items are added to the underlying ObservableArray.

See snippet here: http://dojo.telerik.com/UCEBO

If you expand the "Foo" node before adding the child item, things work as expected. But if you add the child item before expanding "Foo", all of the existing child items disappear.
Alex Gyoshev
Telerik team
 answered on 02 Feb 2015
2 answers
116 views
Hi!

In the official Q3 SP1 release, when a treeview node is expanded, the node's text changes to the unprocessed angular template. See it in action at the official example, click on any node, and it's text will become {{dataItem.text}}

In the latest ("2014.3.1328") build, templates are not evaluated consistently: root item templates show up ok, but if the item's templates contain ng-if, all the ng-ifs in the child nodes seem to evaluate to false on first load. But ng-if-ed items show up after you expand the node's child items...
Alex Gyoshev
Telerik team
 answered on 02 Feb 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?