Telerik Forums
Kendo UI for jQuery Forum
0 answers
167 views
This may be an easy question but
When I create an area, the area is opaque but in the examples on http://demos.kendoui.com/themebuilder/dataviz.html
they are transparent. How do I adjust the area chart's transparency to allow the grid lines to show through?
Is it something I am missiong in my .kendoChart function?

Edit: Found the seriesDefault for area.

<div id="chart"></div>
<script>
$("#chart").kendoChart({
seriesDefaults: {
area: {
color: "red",
opacity: 0.1
}
},
series: [
{ type: "area", data: [1, 2] },
{ data: [3, 4] }
]
});
</script>
Emily
Top achievements
Rank 1
 asked on 27 Jun 2013
3 answers
118 views
Hi,
I have a chart with two series, one is Area and another is Column
I need to display Area series in front of Columns, is it possible to configure chart this way?

Thanks,
Michail Knyrevich.
Iliana Dyankova
Telerik team
 answered on 27 Jun 2013
3 answers
487 views
Hi,
I have the below as my Group Header

 groupHeaderTemplate:  "Items:  #=count# +
                                "<button class='floatRightWithMargin' type='button' onclick='approveAll(#=value#)'>Approve</button>" +
                                "<button class='floatRightWithMargin' type='button' onclick='rejectAll(#=value#)'>Reject</button>"

Whatever style I give in the CSS class, I'm not able to get the buttons aligned to the right side of the header. I have tried float right and left, and margins.
Also, the call doesn't happen on click of the button. I keep getting a script error saying that a closing bracket is required. How do we make a function call on click of the button?

Can you please give an example of the buttons aligned to the right and a call to a function working on click.
Kiril Nikolov
Telerik team
 answered on 27 Jun 2013
7 answers
327 views
Hi
I have a menu with many items and the problem is i cannot select the first number of items.
They are outside the browser window as you can see from the screen shot.
I don't know how to solve this.
Brian
Top achievements
Rank 1
 answered on 27 Jun 2013
1 answer
144 views
Basically I want the editor to look like a text area. Why not just use a text area you ask? I am putting this inside a Kendo grid, which disables the default behavior of enter to begin a new line. This is used for simple editing of text, just want a bit more viewing space than a standard textbox.

Thanks
Vladimir Iliev
Telerik team
 answered on 27 Jun 2013
1 answer
42 views
I've got a dataSource which consumes a WCF service. On an update the parameterMap "data" argument has a "_type" field in addition to all the fields in the schema, while on a create the data lacks this field. The WCF service will not accept the data without the "_type" field, so the create operation fails.

Any tips?
Petur Subev
Telerik team
 answered on 27 Jun 2013
1 answer
165 views
Hi, I want to get an alphabetical order for my chart legends, I have been looking in the documentation and I have not found anything. I would like to know if is there a value in the "Legend" option that helps me to achieve this, or if is there another way to get this. (Without ordering it directly in the server). Thanks
Iliana Dyankova
Telerik team
 answered on 27 Jun 2013
1 answer
180 views
Do we have any alternative for window.scrollTop? I was hoping I could use it as the event to trigger the incrementation of the parameter of my ajax post.


Will wait for the reply!


Thanks a lot!


Emma
Ivan Ivanov
Telerik team
 answered on 27 Jun 2013
1 answer
566 views
Hello!
Could you, please, help find property that will "turn off" bar chart "borders" -- see attach.
I need to display just 2 bars without axis or these "boreders" -- just 2 bars.

Thanks!

Here is chart declaration:

 $("#chart20").kendoChart({
                chartArea: {
                    height: 300,
                    width: 400,
                    margin: 0
                },
                dataSource: dataSourceMetrics,            
                legend: {
                    visible: false
                },
                seriesDefaults: {
                    type: "bar"
                },
                series: [{                 
                    field: "F1"
                },
                {                  
                    field: "F2"
                }],
                valueAxis: [{                            
                    labels: {
                        visible: false
                    },
                    line: {
                        visible: false
                    },
                    minorGridLines: {
                        visible: false
                    },
                    majorGridLines: {
                        visible: false
                    }
                }],
                yAxis: {
                    labels: {
                        visible: false
                    },
                    line: {
                        visible: false
                    }
                },              
                tooltip: {
                    visible: true,
                    template: "#= series.name #: #= value #"
                }
            });


KendoUI ver: 2013.1.319
Browsers: FireFox 20.0.
Iliana Dyankova
Telerik team
 answered on 27 Jun 2013
1 answer
650 views
Hi, How to bind grid with property is boolean  but  i want to bind is image .

I follow  http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/faq  and do it 

but i result is not to me need.
columns.Template(p => p.IsPublished).ClientTemplate(
          "# if(IsPublished.GetValueOrDefault(false)) { #" +
          "<img src='"+ Url.Content("~/Images/icon_true.gif") +"' alt='#= IsPublished #' />"+
          "# } else { #" +
          "<img src='"+ Url.Content("~/Images/false-icon.png") +"' alt='#= IsPublished #' />"+
          "# } #"
          );

Dimiter Madjarov
Telerik team
 answered on 27 Jun 2013
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
Drag and Drop
Application
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
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
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?