Telerik Forums
Kendo UI for jQuery Forum
4 answers
1.4K+ views
Is there any style available to make the slider take the entire div width. I have set the div width = 100% . Tried to put a style to the div and also tried to keep the div width to 500px with no much luck. I have tried to use the following style as well: 

       .k-slider .k-slider-horizontal
         {
             width: 400px; 
         }

Here is the slider code : 

             $("#slider").kendoSlider({
                 min: 1990,
                 max: 2010,
                 orientation: "horizontal",
                 smallStep: 1,
                 largeStep: 5,
                 tickPlacement: "bottomRight",
                 showButtons: false
             });

Am I missing something ? 

Please suggest.

Thanks
JohnVS
Top achievements
Rank 1
 answered on 18 Sep 2014
8 answers
1.6K+ views
Hello,

I am using the slider within a container that resizes as the browser window is resized. The slider does not adapt to the new width, and I don't see a method to redraw it.

Can you provide some guidance on how this can be resolved?

Thanks,
Gary
JohnVS
Top achievements
Rank 1
 answered on 18 Sep 2014
3 answers
327 views
Hi

Played around :
http://jsbin.com/bivun/1/edit
Couldn't find a way to get it working.
Is there a known issue?

 V
Eugene
Top achievements
Rank 1
 answered on 18 Sep 2014
1 answer
122 views
Hey Guys!

I had a problem with the grid content width, so i solved it using column width: auto.
After use it, when i lock a column in the column menu, the column width come to 0.


Anyone has an idea to solve this problem?

Follow the example:
http://dojo.telerik.com/atej


And sorry for my english :P
Nikolay Rusev
Telerik team
 answered on 18 Sep 2014
2 answers
129 views
Hi:

I was looking for a way to have one dataSource for a table but have multiple views.  View could be a grid, listView and details view.  But to have paging in the grid I would need to extend the base dataSource.  I am currently, I am doing that with my models using the define.  I am looking for a similar thing for dataSources but having variations for paging, etc.

Phil  
Phil H.
Top achievements
Rank 2
 answered on 18 Sep 2014
1 answer
164 views
Hi, 

We are working on a web app that make use if the scheduler widget, however the data set used is not bind to a remote server but to a local observable array (that in the near future will be updated using signalr), at this point we have some issues with the timezone of the scheduler, it seems like is being ignored (it show the event in the client timezone, but not in the one specified), as you can see in dojo (http://dojo.telerik.com/UQaC/2), are we missing something? Thank you
Georgi Krustev
Telerik team
 answered on 18 Sep 2014
1 answer
131 views
what is bootstrap doing in kendo UI other than using look alike bootstrap themes ?
Dimo
Telerik team
 answered on 18 Sep 2014
1 answer
151 views
Foreignkey Column doesn't work in detail grid template. Return Error template when I use the  columns.ForeignKey



<script id="templateConfiguracaoLimpezaLinha" type="text/kendo-tmpl">
        <%:     Html.Kendo()
                    .Grid<EditableConfiguracaoLimpezaLinha>()
                    .Name("GridConfiguracoes_#=Id#")
                    .ToolBar(toolbar => toolbar.Create())
                    .Editable(edit => edit.Mode(Kendo.Mvc.UI.GridEditMode.InLine))
                    .Columns(columns =>
                    {
                        columns.Bound(o => o.Id).Hidden(true);
                        //columns.Bound(o => o.GrupoLimpezaLinhaCodigo).Width(120);
                        columns.ForeignKey(o => o.GrupoLimpezaLinhaCodigo, (System.Collections.IEnumerable)this.ViewData["GruposLimpezaLinha"], "Value", "Text");
                        columns.Bound(o => o.LinhaProcessoId).Width(80);
                        columns.Bound(c => c.NumeroOrdem).Width(80).HtmlAttributes(new { style = "text-align: right" });
                        columns.Bound(c => c.SnAtivo).Width(80).HtmlAttributes(new { style = "text-align: center" });
                        columns.Command(command =>
                        {
                            command.Edit();
                            command.Destroy();
                        }).Width(100);
                    })
                    .DataSource(dataSource =>
                    {
                        dataSource.Ajax().Model(model => model.Id(m => m.Id));
                        dataSource.Ajax().Read(read => read.Action("Read_Configuracoes", "ConfiguracaoLimpezaLinha", new { itemLimpezaLinhaId = "#=Id#" }));
                        dataSource.Ajax().Create(create => create.Action("Create_Configuracao", "ConfiguracaoLimpezaLinha", new { itemLimpezaLinhaId = "#=Id#" }));
                        dataSource.Ajax().Update(update => update.Action("Update_Configuracao", "ConfiguracaoLimpezaLinha"));
                        dataSource.Ajax().Destroy(destroy => destroy.Action("Destroy_Configuracao", "ConfiguracaoLimpezaLinha"));
                        dataSource.Ajax().Events(ev => ev.Error("error_handler.bind({WidgetID: 'GridConfiguracoes_#=Id#'})"));
                    })
                    .Events(events =>
                    {
                        events.Edit("onEdit");
                    })
                    .ToClientTemplate()                     
        %>
    </script>
Vladimir Iliev
Telerik team
 answered on 18 Sep 2014
2 answers
274 views
Hello,

I would like to bind the selected data item (whole object) - not the value configured by the "dataValueField" - to the scope. It should behave like the DropDownList MVVM demo when the "valuePrimitive" option is set to false.

How can this be done.

Sample: http://dojo.telerik.com/@Holger/ogAf

Thanks
Holger
Holger
Top achievements
Rank 1
 answered on 18 Sep 2014
1 answer
129 views
Hi folks,

Is this demo broken?: http://demos.telerik.com/kendo-ui/menu/context-menu-angular

I'm seeing "angular is not defined" in the console log.

Cheers.

Atanas Korchev
Telerik team
 answered on 18 Sep 2014
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?