Telerik Forums
Kendo UI for jQuery Forum
2 answers
116 views
Hi Guys,

Have just tripped over an issue whereby the persist state is not being reloaded correctly when using a groupHeaderTemplate to render data.

To replicate the issue run the following dojo snippet which is based on the Persist State demo

      http://dojo.telerik.com/IsISa

- Group by the 'Contact Title' column
    
        Group Header displays 'Grouped By: Accounting Manager' as per the grid options

- Save State

- Load State

        The Group Header reverts to 'Contact Title: Accounting Manager'

Looking at the saved JSON object the groupHeaderTemplate is not recorded and therefore gets deleted when the grid state is reloaded.    

Regards
Alan
AGB
Top achievements
Rank 1
Iron
 answered on 03 Feb 2015
1 answer
172 views
Hi,  I have a problem saving hierarchical grid data using kendo grid. For instance, I will create new record having create new button provided by batch edit. Then expanded the row to add its details. The details also is a grid in which coming from another data source, also with create new button for it. Once I completed my inputs, I don't want to use the save changes button in the sub grid, but instead using the save changes button of the parent grid. But the problem is only the parent row data was recorded. How can I possibly get those sub details manually so that I could set it to the parent details before saving.

Thank you.
Kiril Nikolov
Telerik team
 answered on 03 Feb 2015
8 answers
554 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
165 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
389 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
666 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
120 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
203 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
170 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
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?