Telerik Forums
Kendo UI for jQuery Forum
1 answer
83 views
I have a grid with virtual scrolling enabled.  When I expand multiple detail rows, I would expect the Grids Scrollbars to enable. 
They are not.

Please Help... Thanks

Rosen
Telerik team
 answered on 15 Dec 2011
2 answers
167 views
Here's a snippitof the template
<td>\
    <div class='line'>\
        <div class='left_strong_label'>\
            Total Fat\
            <div class='holder'>\
                #= TotalFat #g\
            </div>\
        </div>\
        <div class='right_light_label'>\
            <div class='holder_strong'>\
                #= 65 * TotalFat #%\
            </div>\
        </div>\
    </div>\
</td>\

Ok sooo...how do I change

#= 65 * TotalFat #%

to be
#= 65 \ TotalFat #%\

Any attempt to add the slash denotes a newline...?

Thanks,
Steve
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 15 Dec 2011
0 answers
177 views
I realise that the format of the Calendar is "month/day/year"

Is it possible to get day/month/year?
com
Top achievements
Rank 1
 asked on 15 Dec 2011
3 answers
120 views
Hi,
I'm new with KendoUI and I've downloaded the evaluation of KendoUI. I tried to create a simple window using the blueopal theme. The windows comes up and is positioned correctly but it doesn't seem to be themed right. Firstly, even without using the blueopal theme I seem to be missing:
  • http://localhost:9000/public/stylesheets/external/kendoui/Kendo/sprite.png
  • http://localhost:9000/public/stylesheets/external/kendoui/Kendo/gradient.png

$("a.inDialog").live("click", function(e){
    e.preventDefault();
    $(this).after("<div id='openDialog'></div>");
    $("#openDialog").kendoWindow({
        theme: "blueopal",
        title: $(this).attr("title"),
        content: $(this).attr("href"),
        width: "500px",
        height: "300px"
    }).data("kendoWindow");
    var window = $("#openDialog").data("kendoWindow");
    window.center();
});

In my html I included the following:
<link rel="stylesheet" type="text/css" href="/public/stylesheets/external/kendoui/kendo.common.min.css" charset="utf-8" ></link>
<link rel="stylesheet" type="text/css" href="/public/stylesheets/external/kendoui/kendo.kendo.min.css" charset="utf-8" ></link>
                 
<script type="text/javascript" language="javascript" charset="utf-8"  src="/public/javascripts/external/jquery-1.7.1.min.js"></script>
<script type="text/javascript" language="javascript" charset="utf-8"  src="/public/javascripts/external/kendoui/js/kendo.all.min.js"></script>
<script type="text/javascript" language="javascript"  src="/public/javascripts/external/kendoui/js/kendo.window.min.js"></script>



The window that comes up looks like the attached photo.

Can you please advice where I can get the missing images from and how I can fix my theme issue?

Thanks for your help,
Valanto
Kamen Bundev
Telerik team
 answered on 15 Dec 2011
13 answers
362 views
Oh sorry please move to datepicker ...


This is not running under IE8, the datepicker pictures are not there (so nothing to click)
under FF 7 its working fine.

<input id="datepickerF" value=""/>
<input id="datepickerT" value=""/>


$(document).ready(function() {
    $("#datepickerF").kendoDatePicker({
                        // defines the start view
                        startView: "year",

                        // defines when the calendar should return date
                        depth: "year",

                        // display month and year in the input
                        format: "MMMM yyyy",
                        change: function(){needChange=true;}
                    });
    $("#datepickerT").kendoDatePicker({
                        // defines the start view
                        startView: "year",

                        // defines when the calendar should return date
                        depth: "year",

                        // display month and year in the input
                        format: "MMMM yyyy",
                        change: function(){needChange=true;}
                    });
....
Dimo
Telerik team
 answered on 15 Dec 2011
4 answers
112 views
I have tried in three navigators, all with the same behaviour. I am using the Kendo UI i downloaded today Dic 1st.

The code i have used is:
<script>
    $("#lasfotos").kendoWindow(
    { draggable: true,
     resizable: false,
     width: "800px",
     height: "550px",
     title: "Fotos de <%=sficha%>",
    actions: ["Close"]
    });
    </script>
The ASP code works perfect!
Can someone tell me why i cannot see the close button?
Again, thank you.
   
.
com
Top achievements
Rank 1
 answered on 15 Dec 2011
2 answers
113 views
Slider and RangeSlider
  1. jquery-1.7.1.js
  2. kendo.core.js
  3. kendo.draganddrop.js
  4. kendo.slider.js
I think something is missing. Maybe a good idea to write automated tests for checking dependencies.

DDarko
Top achievements
Rank 1
 answered on 15 Dec 2011
3 answers
156 views
As great as KendoUI v1 is, and it is! There are still a lot of missing pieces compared to other UI components.

Could you give an idea when any of the following widgets will be available either in Beta or final release?

Telerik ASP.NET Controls not yet in KendoUI
  • Button
  • Captcha
  • DataPager
  • Filter
  • Notification
  • Rating
  • Rotator
  • Sitemap
  • SocialShare
  • Tagcloud
  • Tooltip
Competitor Controls not yet in KendoUI
  • Bubble Charts
  • Composite Charts (pie + bar)
  • Events Calendar
  • Gauges
Sebastian
Telerik team
 answered on 15 Dec 2011
4 answers
411 views
Is it possible to store templates in an external file?  

I have some templates that I would like to reuse across multiple pages.   It would be extremely advantageous to be able store them in one file and reference them as needed.   Then if I need to change the template I would only need to do it once.
Jeffrey Edgett
Top achievements
Rank 1
 answered on 14 Dec 2011
0 answers
100 views
Hi, i'd like to resize the area of my column bar chart. How can i do it?
Luiz
Top achievements
Rank 1
 asked on 14 Dec 2011
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
MultiColumnComboBox
Dialog
Chat
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
TextArea
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
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?