Telerik Forums
Kendo UI for jQuery Forum
3 answers
658 views
HI , 

I have a IDetail view as following , 

<div data-role="view" id="SessionDetails" data-transition="slide" data-layout="default" data-show="showDetailsView">
        <header data-role="header">
        <div data-role="navbar">
            <a data-role="backbutton" data-align="left">Back</a>
            <span data-role="view-title">Session</span>
        </div>
        </header>
 
 
        <div data-role="content">
        </div>
    </div>

On the click event of ListView Item I need to navigate to this view .. I am handling click event as following , 

$("#sessionsView").kendoMobileListView(
{
    template: "<strong>${Title }</strong><br/><a data-role=\"detailbutton\" data-style=\"detaildisclose\"></a>",
    endlessScroll: true,
    scrollTreshold: 30,
    dataSource: sessionData,
    click: sessionDetailsViewClick
});

and sessionDetailsViewClick function is written as following ,

var sessionDetailsViewClick = function (e) {
                 console.log(e.dataItem.Title);
                 console.log("Navigate to Detail View from here");
             }

I am successfully getting selected Title, I need to pass this as queryparamter to detail view while navigating. Any help would be much appreciated 

Thanks
Dhananjay Kumar
Iliana Dyankova
Telerik team
 answered on 16 Jul 2012
1 answer
356 views
The default font for charts, as far as I can tell from the documentation, is 12px Arial,Helvetica,sans-serif. I would like to change the default font family to Tahoma. I want this to hit everything from legends, titles, to labels.

Is there a way to do this? I can't see anything in the CSS that seems to reference this.

Thanks
Hristo Germanov
Telerik team
 answered on 16 Jul 2012
0 answers
153 views
Hi,

I'm looking for solution in MVC, which will provide me some kind of data presentation. I'll describe what I mean best I can. I've also attached a jpg schema of the solution that I need.

First of all - I need a chart, mostly line-chart, but bars-type also will be great. The chart should have a marker (blue one on my schema) which have ability to move left and right. On the same page I'll place a grid with all data from the chart. Moving marker left-right on the chart should move the cursor up-down on the grid. On the other hand - also moving cursor on grid should move marker on graph. I introduced this with orange arrows on my schema. Maybe some kind of events calling by chart/grid and handled by grid/chart?

One comment - data, which I will present are complex. It means, that on the X-axis on chart always will be time, but on Y - it depends, what is choosen. I mention this in the context of possibility of multiple data-series on chart - supplied with the same data, but each serie with different property attached. Will it be possible?

This functionality is very important for me and my customers, so I will be very glad for some tips, how to do this with (to say the truth - really awesome) Kendo UI for MVC.

Thanks in advance
Michał
Top achievements
Rank 1
 asked on 16 Jul 2012
5 answers
233 views
How does one change the text of the 'Cancel' option in Actionsheet?

The documentation states that there is an actionsheet configuration parameter of 'cancel', but gives no example how to apply such configurations. Is there some sort of actionsheet object that is supposed to be instantiated to do this?

Thanks in advance
Alexander Valchev
Telerik team
 answered on 16 Jul 2012
1 answer
179 views
If I have a column in a chart with a value of "20", how do I show that value (e.g. sitting above the column)?

Can't see it anywhere and none of the demos show this...

In the demos, the value is present in the tooltip but my users might be far too lazy for that! They just want to see the value over each column.

Here's what I have in the context of Kendo for MVC Razor:
@using MyNamespace
 
@model Totals
            
@{
    ViewBag.Title = "Chart";
}
 
@(Html.Kendo().Chart<Totals>()
    .Name("chart")
    .Title("Totals")
    .DataSource(ds => ds.Read(read => read.Action("GetTotals", "Home")))
    .Series(series =>
    {
        series.Column(model => model.Total).Name("Total");
    })
)

Thanks!

Richard
Iliana Dyankova
Telerik team
 answered on 16 Jul 2012
3 answers
1.0K+ views
Hi Kendo UI team,
The KendoUI 2012 Q2 release note says:
Added : Allow the user to change the page size of the grid.
Added: Ability to change the current page by typing it in a textbox.

Where can I find an example of these two items?
Dimo
Telerik team
 answered on 16 Jul 2012
2 answers
160 views
Hello,

If you have a modalView that opens over a text area, clicking the 'close' button (using a JS method via data-click) will open up the iPhone keyboard after the modalView has closed.

This seems to be because the touch event seems to register 'through' the button so it registers in the element behind it. Perhaps the touchup is registered on the text area itself?
MattM
Top achievements
Rank 1
 answered on 16 Jul 2012
1 answer
466 views
Hi All,

How can I make buttons the full width of the screen? E.g. http://demos.kendoui.com/mobile/modalview/index.html

I have been over the source of the demo and can not find anywhere where the width of the buttons is set, either in css or javascript.

Could someone please enlighten me.

Thanks.

As a side note: The level of documentation, or lack there of, is a serious barrier in relation to making a purchasing decision. Telerik really needs to address this asap.
Iliana Dyankova
Telerik team
 answered on 16 Jul 2012
1 answer
174 views
In the demos it looks as if the address bar is permanently hidden when the fixed tabbar is used, on my galaxy s (gingerbread) it is not.

How can I hide the address bar?
Kamen Bundev
Telerik team
 answered on 16 Jul 2012
0 answers
64 views
Hy,

I have a very hard problem, i wanna make grid and record, direct from database wich can insert, update and delete,
something like this, use PHP

http://www.youtube.com/watch?v=FhHMOjN0Bjc 

i want to insert, update and delete from database, please give me the sourcecode using PHP, Tq 


Dirga, 
Dirga
Top achievements
Rank 1
 asked on 16 Jul 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
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
ContextMenu
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
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?