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

I'm using the colorField property to define different colors for each bar in my bar chart.
Is there any way to use the same custom colors as the series labels' text color.

e.g.
bar is red    ==> the label next to it is red
bar is blue  ==>  the label next to it is blue

Kind regards,
ilo
Bela
Top achievements
Rank 1
 answered on 26 Sep 2012
4 answers
383 views
Hello guys,

I have a problem with series border color when series color is defined as RGBA color.
In general border color is matching with series color. However if you use RGBA colors the border will be black no matter what color you used.

Repro:
http://jsfiddle.net/3v24W/1/

Any opinion?

Cheers,
ilo
Bela
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
142 views
hi,
I am using kendoui editor.I want to make the data in the editor as readable only.can u tell me how to make the data in the editor as non-editable(readable)only.
Daniel
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
112 views
I'm using the "Editing custom editor" example to create a grid with multiple columns, few of which have dropdownlists for edits.

On Firefox, i can edit any of the columns that I have fine. However, with IE8, after editing a dropdown value once the column value shows up as "undefined".

has anyone else experienced this? And perhaps has a workaround?
Dave
Top achievements
Rank 1
 answered on 26 Sep 2012
0 answers
139 views
Hi,
I'd like to let my visitor download a file directly from the menu but i've no idea how i can code this.
I tried it with WebClient (namespace = System.Web)...

WebClient client = new WebClient();
d.Add().Text(name).HtmlAttributes(
client.DownloadFile(file, name + ".zip")
);

...but without any success. So how can I get a download link in my menu?
Oughs
Top achievements
Rank 1
 asked on 26 Sep 2012
1 answer
160 views
Hi,

I'm using kendo menu. I'm facing 2 issues related to width.

1. The top level main menu shows up properly however on hover of these main menus, the sub menu that shows up has huge width. Can you please let me know what all css classes to override to set the width of sub menu's properly.

On hover of sub menu's, the hover happens only on the text but the sub menu's width is a bit bloated.

2. If I give width of main menu as 100% and set its left css property, it is left aligned properly however it is not taking 100% width. I'd given 100% to the parent container containing the menu.

Can you please let me know on this? A code snippet or jsfiddle proj would be great.

Let me know if you need more info.

Thx,
Sagar
Sagar
Top achievements
Rank 1
 answered on 26 Sep 2012
2 answers
656 views
I need to save and remember the column widths for individual users on several grids.

I am able to manually extract the column widths using javascript, but was wondering if there was a column resize event I can use to trigger this.
PPCnSEO
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
267 views
I thought i would use the PanelBar because it looks good.
But can't find any real info on how to actually use it.

I need it to set a parameter in my model and then to submit the form/page.

I used to use a bunch of radio buttons like this:
@foreach(var item in Model.Years)
    {
        <div class="YearRadio">
            <label>@item.Name</label>
            @Html.RadioButtonFor(x => x.CurrentYear, item.Id.ToString(),new { onchange = "this.form.submit();" })
        </div>
    }

And thought i would replace them with a nice panelbar something like this:

@(Html.Kendo().PanelBar()
            .Name("panelbar-Years")
            .ExpandAll(true)
            .Items(panelbar =>
            {
                panelbar.Add().Text("Years")
                    .Items(africa => {
                        foreach (var item in Model.Years)
                        {
                            africa.Add().Text(item.Title);
                        }
                    });
            })
        )
I found an action method on the panel bat, but it is unclear how to get it to simply action the default action. Also, don't know hot to bind or send the information to my model. Perhaps i could pass it to my controller as a variable or something.
Dimo
Telerik team
 answered on 26 Sep 2012
1 answer
92 views
When I open the results of the output of the svg() method I only seem to get the bars on the chart and not the value axis.

Is there any way of including this along with the other chart graphics?

Thanks,
Hristo Germanov
Telerik team
 answered on 26 Sep 2012
0 answers
75 views
Select today's date (kenod date picker), then clear the date manually. then open the calendar, try to select the same date, it wont reflect in the text box or kendo data picker 
Deb
Top achievements
Rank 1
 asked on 26 Sep 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
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
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?