Telerik Forums
Kendo UI for jQuery Forum
2 answers
195 views
Hi there,

trying to hide the grid header completely (.k-grid-header) via a custom directive, but some how the k-grid-header is not available when the directive compiles. what could be the reason? and clues guys?

app.directive('ngHideGridHeader', function ($parse) {
    return function (scope, element, attrs) {
        $(element).find(".k-grid-header").hide();
    }
});
 
<div kendo-grid="grid" k-options="gridOptions" ng-hide-grid-header></div>
Zhonghai
Top achievements
Rank 1
 answered on 23 Jun 2014
1 answer
156 views
Hello there,

for exersises and a first look on KendoUi-mobile, i downloaded the demo app "Kendo-mobile-Sushi" from GitHub.
All works fine, till...
In the MVVM example I updated all the CDN references from
... http://cdn.kendostatic.com/2014.1.226/...
to the last one
... http://cdn.kendostatic.com/2014.1.528/... (this is the Version i get in de DevCraft-Complete Package)

After that, the app stops working properly. The same problem exists at the online version of this sample at:
demos.telerik.com/Kendo-ui/mobile-apps/sushi

Problem:
You can choose only on type of item for placing in the cart. No other will be added. After changing the view away from the choose-item-view (e.g. the cart) an the back to the choose-item-view, you can add another type of item to the cart. But again, only one new type of item.

You can check this Problem on the online version (link above).

Any ideas?
Petyo
Telerik team
 answered on 23 Jun 2014
1 answer
157 views
I have a page where Kendo Ui Grid runs in an Iframe with MS CRM 2013 and the Kendo Ui Web Inspector goes just blank. It seems to detect that Kendo Ui is running but seems to be unable to find it hence the usual error message does not show up and instead the Kendo Ui Web Inspector shows nothing at all.
Sebastian
Telerik team
 answered on 23 Jun 2014
8 answers
487 views
Hi, i'm a novice with kendo and grails, sorry if i make a dumb question

I want to use a remote datasource for the resources in the scheduler, and i have this:

        resources: [
            {
                field: "roomId",
                name: "Rooms",
                title: "Room",
                dataSource: {
                    type: "json",
                    transport:
                    {
                        read: {
                            url: "${createLink(controller:'panelControl', action:'getResources')}",
                            dataType: "json",
                            type: "GET"
                        }
                    }

And, in my controller i have this:

def getResources = {

   def map = [text:"Gromit", value:1, color:"#f58a8a"]

   return [myStringArray:map] as JSON

 }


When i run mi app, i have a 404 error: 
The requested resource (/ReservaYJuga/WEB-INF/grails-app/views/panelControl/getResources.jsp) is not available.

If i change my controller to render the view, doing something like that:

def getResources = {
def map = [text:"Gromit", value:1, color:"#f58a8a"]
render map as JSON
}

I get this: 
{"text":"Gromit","value":1,"color":"#f58a8a"}


Can somebody help me?

Thank you!




Vladimir Iliev
Telerik team
 answered on 23 Jun 2014
3 answers
112 views
Hi:

You have updated the Widget Api documentation and it has gone from just OK to worthless.

Phil
Kiril Nikolov
Telerik team
 answered on 23 Jun 2014
1 answer
292 views
I am attempting to set the business hours for each individual day. I imagine that I'd have to create a custom view, but I am not sure where to start that exactly.

Thanks.
Vladimir Iliev
Telerik team
 answered on 23 Jun 2014
3 answers
616 views
Hi

I am looking for some demo to customize the tabs like a wizard to move from one tab to another tab.

with a back and next button below of all the tabs to move from one tab to another and by disabling the Tab select or click directly by users on the top.

Thanks,
Chatrapathi chennam
Dimo
Telerik team
 answered on 23 Jun 2014
1 answer
169 views
Hi,
I'm hoping to find a way to keep styles on Html that is pasted in to the editor. It also loses some part of image.

Here is a short video: https://www.youtube.com/watch?v=qZq5LxoTCbo

Please let me know if there is a tip or workaround to this.
Thanks
Alex Gyoshev
Telerik team
 answered on 23 Jun 2014
3 answers
2.2K+ views
Hey guys,

Having an issue and wondering if I am doing something wrong. What I'm trying to achieve is initialize the grid on the page load and set the datasource at some other point (e.g. button click) using the setDataSource method but it won't load. Am I missing something or doing it wrong?

Working fine - Grid initialize using grid datasource option:
http://jsfiddle.net/dannycabrera/77Gbn/

Not working - Grid setDataSource method:
http://jsfiddle.net/dannycabrera/77Gbn/2/

Thanks for the help.
Warren
Top achievements
Rank 2
 answered on 21 Jun 2014
3 answers
317 views
I'm making an ajax call every x number of seconds to get lat/lon coordinates from a server and I would like to use this data to update the position of a marker in realtime. I only have a single marker on the map, so how would I access that marker and move it as the coordinates change?

I currently have something like this:
$("#map").data("kendoMap").markers.items[0].location([0, 0])

But its not working for me, is there a method I can call?
Andre
Top achievements
Rank 1
 answered on 20 Jun 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
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? 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?