Telerik Forums
Kendo UI for jQuery Forum
1 answer
282 views
Hi,

I am using a scatter chart to display time series with many data points.
This as suggested as "another option" in the post http://www.kendoui.com/forums/ui/chart/overlapping-categoryaxis-labels.aspx.

Because there are many data points, I would like to suppress the bullets.
If not, the chart looks rather messy.

Could anyone advice me on how to suppress bullets in scatter and line charts ?

Thanks in advance,
Wouter
Wouter
Top achievements
Rank 1
 answered on 16 Aug 2012
0 answers
58 views
Hi

I am going to use kendo Grid in my MVC razor application. My application requires the grid controller like time availability checker. Am explaining my scenario below

I will be having the grid with the 7day columns (Monday to Sunday) and the other column named as Day. 

The first row will be with the name the available. in that the Day column will be available and  the remaining columns will be check box with option yes.

The second row will be with the name available. In that the day column is having the value start and the other columns will be the drop down with the values of time.

The second row will be with the name Available. In that the day column is having the value Finish and the other columns will be the drop down with the values of time. 


How to implement this scenario using Kendo Grid? Is it possible to achieve this? If so provide me the sample code.



Thanks
Lakshmi t
Top achievements
Rank 1
 asked on 16 Aug 2012
3 answers
544 views
How to set column width depending on the width of it's cell maximum width or set it auto size?   
Dimo
Telerik team
 answered on 16 Aug 2012
1 answer
276 views
I'm curious if it is supported to connect a grid that is initialized from a table with a dataSource for future paging calls?

For example - page 1 comes down pre-rendered with the HTML payload; user hits the next page link and the grid now uses AJAX to pull down JSON for the next set of items and renders them on the table.
Petur Subev
Telerik team
 answered on 16 Aug 2012
1 answer
78 views
Hi, I am new in Kendo UI, I want to apply Kendo UI in my web project.
I want to use globalization of Kendo UI to biliingulize my web project, does anybody know where can I find the details tutorials of how to use it? I read some introduction in this site, but it is so simple, I want to know the details of steps by steps of how to make a webiste bilingulized. I appreciate if anybody can provide an examples or URL links. Thanks a lot,

Peter
Petur Subev
Telerik team
 answered on 16 Aug 2012
3 answers
130 views
I am using the ios theme in a phonegap application.  Everything is working great, except on one page when I programatically create a listview from a datasource, the vertical stripped background goes white.  

It happens when the photoList listview is created by calling the following:

$("#photoList").kendoMobileListView({
    dataSource: photoDataSource,
    template: kendo.template($("#photoListTemplate").html())
 });

<script type="text/x-kendo-tmpl" id="photoListTemplate">
<a onclick="editPicture('${data.photo_id}');">
<img class="item-photo" src="${data.imageURI}">
<h3 class="item-title">${data.title}</h3>
<p class="item-info">(Click to edit)</p>
</a>
<a data-role="button" class="delete-link" onclick="removePicture('${data.photo_id}');">Remove</a>
</script> 

<ul data-role="listview" data-style="inset" data-type="group">
<li>Property
<ul>
<li style="text-align:center;"><h4 id="propertyInfoDisplay"></h4></li>
<li style="text-align:center;">
<a onclick="showCameraOptions();" data-role="button">Photo</a>
<a onclick="uploadThisPropertyPhotos();" data-role="button">Upload</a>
<a onclick="showMap();" data-role="button">Map</a>
</li>
</ul>
</li>
<li>Photos for upload
<ul id="photoList"></ul>
</li>
</ul>

Thanks in advance!
Francois Lorrain
Top achievements
Rank 1
 answered on 15 Aug 2012
1 answer
165 views
I've read some posts about this but nothing since. 

Are annotations going to be added to charts? If so, could you provide rough roadmap timeline for this?

Thanks
Iliana Dyankova
Telerik team
 answered on 15 Aug 2012
3 answers
151 views
Hi,

A dropdown editor with in-form editing like here : http://demos.devexpress.com/ASPxEditorsDemos/ASPxDropDownEdit/DropDownEdit.aspx is it possible with Kendo UI ?

Thanks
John DeVight
Top achievements
Rank 1
 answered on 15 Aug 2012
18 answers
3.3K+ views
I'm trying to load json data via a webservice, using the following code:

            var testing = new kendo.data.DataSource({
//                data: [{name:"test", type: "user",description: "A user"}]

                transport: {
                    read: {
                        url: "/api/testing",
                        dataType: "json"
                    }
                }
            });

        $("#overviewGrid").kendoGrid({
            dataSource: testing,
            columns: [ { title: "Name", field: "name" }, 
                       { title: "Type", field: "type"},
                       { title: "Description", field: "description" } ]
        });

The results form /api/testing are:
[{name:"test", type: "user",description: "A user"}] 

When this runs, I get the exception specified in the title (Uncaught ReferenceError: uid is not defined).

If I comment out the transport option of the dataSource and instead use the hardcoded data node, it works perfectly.
Any help on what I'm doing wrong?
joshua
Top achievements
Rank 1
 answered on 15 Aug 2012
2 answers
1.4K+ views
I'm using kendo 2012.1.515 and receiving an error when using a grid that contains columns and a footer template that has an aggregate defined. The error appears once all of the rows are deleted from the grid (click the delete button to see this in action in my jsfiddle examples below).

Browser: latest version of Chrome but it also appears in IE9

jsfiddle that displays the issue: http://jsfiddle.net/MLYdR/11/ (Uncaught ReferenceError: sum is not defined)

 I was receiving another error when referencing 2012.1.322: http://jsfiddle.net/MLYdR/9/ (Uncaught TypeError: undefined has no properties)

Any info or a work around would be greatly appreciated.

Thanks,
Chris
joshua
Top achievements
Rank 1
 answered on 15 Aug 2012
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?