Telerik Forums
Kendo UI for jQuery Forum
4 answers
108 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
108 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
151 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
406 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
98 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
3 answers
130 views
Hi Everyone!

Yesterday i started evaluationg KendoUI. I've created a html page showing a grid with a xml data source. Here's the code (sorry, but the 'Format Code Block Dialog' issn't working (FF8)).
------------------------------------------------
<!DOCTYPE html>
<html>
<head>
    <title>New HTML5 page</title>
    
    <link href="kendoui/styles/kendo.common.min.css" rel="stylesheet" />
    <link href="kendoui/styles/kendo.kendo.min.css" rel="stylesheet" />

    <script src="kendoui/js/jquery.min.js"></script>
    <script src="kendoui/js/kendo.all.min.js"></script>
</head>
<body>
    <div id="grid"></div>

    <script>
        $(document).ready(function() {
            $("#grid").kendoGrid({
                dataSource:  new kendo.data.DataSource({
                    transport: {
                        read: "../mssql/xml.php"
                    },
                    schema: {
                        type: "xml",
                        data: "/articles/article",
                        model: {
                            fields: {
                                number: "number/text()",
                                description: "description/text()",
                            }
                        }
                    }
                }),

                height: 500,
                groupable: true,
                filterable: true,
                scrollable: {
                    virtual: true
                },
                sortable: true,
                columns: [ {
                                field: "number",
                                width: 100,
                                title: "Artikelnummer"
                            } , {
                                field: "description",
                                width: 400,
                                title: "Bezeichnung"
                            }
                        ]
            });
        });
    </script>
</body>
</html>
--------------------------------------

All data from the data source is displayed correctly in the grid. BUT i can't sort the grid by clicking the column headers nor is the filter option displayed.

Is there anything wrong in my code? I've reviewed all examples and walkthroughs, but all use the same options for the grid like i do.

Please help :)

Regards,
Michael
Rosen
Telerik team
 answered on 14 Dec 2011
1 answer
223 views
Hi,

how can I change culture for charts? I need values to be formatted as #.###,## (comma as decimal separator).

Thanks,

Igor
Hristo Germanov
Telerik team
 answered on 14 Dec 2011
1 answer
340 views

I have a DataSource that is the data source for two  different kendoDropDownList. Is there a way of accessing the data within the data source? The data source is a address block with a reference as a key and value in the drop down. The Address, City, State and Zip are also present in the data source. How would I access that data without having to pull over another set of the data?

Thanks
Randy

Rosen
Telerik team
 answered on 14 Dec 2011
0 answers
188 views
How to make after creating Slider tooltip was visible and would never hide ?
DDarko
Top achievements
Rank 1
 asked on 14 Dec 2011
2 answers
270 views
I have a form with an embedded grid that has a template in one column:

<input type="checkbox" name="roles" id="roles" value="" + roleid + "" checked="checked">

The display works fine.

When I submit the form, however, "roles" has no values. I checked to ensure "roleid" is actually populated with data - it is. The form field "roles" is indeed being passed from within the grid - it just has no values. I can populate a form field outside of the grid with the roleid and the value posts. So the problem is clearly related to the grid.

Anyone have an idea why the values are not being sent?
Chris
Top achievements
Rank 1
 answered on 13 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
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?