Telerik Forums
Kendo UI for jQuery Forum
1 answer
215 views
I am trying out the file upload as given in the http://demos.kendoui.com/web/upload/async.html - While trying out the asynchronous file upload, I used the HTML as given in the demo, but it gives the 404 error
I replaced the "save" with http://localhost:9876/api/upload/savefile - which is a controller I developed and is hosted on standalone HTTP service (doesn't use MVC) based on the code given in the demo.
Can you tell me if I can use the Kendo UI with ApiController (instead of the Mvc.Controller as shown in the example) 
-Bhanu
Daniel
Telerik team
 answered on 23 Jan 2013
1 answer
171 views
I have a vertical layout where I rely on the splitter for vertical scrolling. What I'd like to do is have a vertical border connecting a header area to the following content area that contains the scrollbar. The problem with setting the CSS to height/borderwidth 0 is that the offset of the pane below it will still be 1px off.

I don't see how to deal with this other than javascript to adjust the height of the element above, not css because of the inline element height style (or moving the pane below it up 1px, seems more brittle though). 

Ideally the panes would have an option to omit the border of a static splitter and in turn calculate the offsets appropriately. Other thoughts/solutions?
Ryan
Top achievements
Rank 1
 answered on 22 Jan 2013
2 answers
408 views
I've attached a screenshot of a couple KendoUI widgets I'm trying to style, the Menu and the TabStrip.

I'm trying to remove the outer box and it's background so it matches the clients specifications for their design.

Here's an attempt I've made with no luck on the Menu:

#menu
{
    background-image: none;
    background-color: none;
}
 
    #menu .k-block, #menu k-widget, #menu .k-header
    {
        background-color: none;
    }
I was able to modify the k-item, and the hover state, but the background box is not as obvious to me.  Any help is appreciated.

Thanks,

King Wilder
King Wilder
Top achievements
Rank 2
 answered on 22 Jan 2013
2 answers
106 views
Hello,

I have a line graph and I want only the markers to be visible. To make this happen I set the line width of the graph to zero. For an example see http://jsfiddle.net/CjMCZ/2/ .

This is working for Chrome, Firefox and IE9. However in IE8 the line is shown with the minimum width. I believe this is a bug. How can I only show the markers in IE8?

Regards,
Marcel
Iliana Dyankova
Telerik team
 answered on 22 Jan 2013
2 answers
228 views
How do I set the default selected range on the slider?  I tried selectionStart\End, but that doesn't seem to work.

<div class="new-capacity-slider" data-role="rangeslider" data-max="20" data-min="0" data-style="width: 290px" data-selectionStart="0" data-selectionEnd="10">
                                        <input />
                                        <input />
                                    </div>
Iliana Dyankova
Telerik team
 answered on 22 Jan 2013
4 answers
520 views
With iOS 6 we now have the ability to upload photos via Safari (win!). But, when using standard form and input elements for uploading, the buttons appear too small and formatting breaks:

<div id="image-form" data-init="initForm">
    <form action="/home/uploadimage" method="post" enctype="multipart/form-data">
        <label for="file">Filename:</label>
        <input type="file" name="file" id="file" />
 
        <input type="submit" name="submit" value="Submit" />
    </form>
</div>
Something like the above produces something ugly. See attached.

Do I need to edit my own CSS for this or is there a better way?

Thanks!

Alexander Valchev
Telerik team
 answered on 22 Jan 2013
2 answers
206 views
I have a simple ComboBox

@model IEnumerable<myDto>

@(Html.Kendo().ComboBox()
          .Name("instructors")
          .DataTextField("Name")
          .DataValueField("Id")
          .BindTo(Model)
          .Events(e=>e.Select("InstructorSelectionChanged"))
          )

see attached file: screenshot and generated html

what am I missing?
Dimiter Madjarov
Telerik team
 answered on 22 Jan 2013
8 answers
516 views
Was the "Separator" toolbar item removed from the Kendo Editor for a specific reason? Or is there a way to implement it that I'm not seeing?

And if the former is the case, are there any plans to re-implement it?
SEAN
Top achievements
Rank 1
 answered on 22 Jan 2013
2 answers
1.5K+ views
I have a Model which contains a property
public decimal? CountedStockQuantity {get;set;}

I bind this property to grid column like this:
columns.Bound(col => col.CountedStockQuantity).EditorTemplateName("FixedNullableDecimal").Width(120).ClientTemplate("#= (CountedStockQuantity == null) ? ' ' : CountedStockQuantity #");

I use a editor template :
@model  decimal?
            
 @(Html.Kendo().NumericTextBoxFor(m => m)
      .HtmlAttributes(new { style = "width:100%" })
      ) 

When I leave an empty value in control, validation occur
The field Counted qty. must be a number.

How do I need to build an template editor to avoid this validation ?
Tomasz
Top achievements
Rank 1
 answered on 22 Jan 2013
3 answers
217 views
I'd like to align two y axes to have some specific values on the same line, e.g. to have zero values (generaly it doesn't have to be zeroes) of both axes aligned. I tried to use axisCrossingValue of both y axes set to zero, but it didn't work.
I'd appreciate any help.
Iliana Dyankova
Telerik team
 answered on 22 Jan 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
Application
Drag and Drop
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?