Telerik Forums
Kendo UI for jQuery Forum
1 answer
110 views
On the styling example page, the input with icon examples, on hover, exhibit the disappearance of the magnifying glass icon.

A similar issue has already been identified here in this post.
Iliana Dyankova
Telerik team
 answered on 19 Jul 2013
2 answers
125 views
Is there a way to globally change the "teal" color used in the flat skin?  I can change it widget by widget but would prefer to make a single global change.
Jason
Top achievements
Rank 1
 answered on 19 Jul 2013
1 answer
73 views
In kendo.metro.css on line 356 the border radius from .k-window .k-link is zeroed. This produces an inconsistency in the pager buttons on grids nested in the window widget.

.k-calendar .k-link.k-state-hover,
.k-window .k-link {
  border-radius: 0;
}

Iliana Dyankova
Telerik team
 answered on 19 Jul 2013
1 answer
56 views
Greetings...
As the attached picture shows... the edit box surrounding the string has "height" smaller than font's height...

How to correct that ?

Thanks!
Petur Subev
Telerik team
 answered on 19 Jul 2013
3 answers
522 views
I'm evaluating the Kendo DataViz charts for my company and we are very interested in the line chart. I think I am encountering something that may not be supported and was hoping someone could tell me if it is possible to turn off the automatic aggregation when using categoryAxis type="date" ?

In the attached image, you will see two line charts that use the exact same data source. I need to show all of the data points, and keep the category axis showing the dates. I'm thinking that type="date" is causing the auto-aggregation, but don't know another way to display the same desired chart. We do not plan on using the other features offered by type="date" and after binding the data it will be a static chart with no interaction by the user.

Any advice is appreciated. Thank you.
T. Tsonev
Telerik team
 answered on 19 Jul 2013
1 answer
43 views
If we create a single web application by using Kendo UI web then will it run on both PC and Mobile ? 
OR we have to create separate application one for PC and other for Mobile by using Kendo UI Mobile
Iliana Dyankova
Telerik team
 answered on 19 Jul 2013
10 answers
1.2K+ views
how can i Export  to excel kendo Grid in button click event.Thanks
Mohan
Top achievements
Rank 1
 answered on 19 Jul 2013
1 answer
772 views
I'm trying to calculate a "Total" column while the user types the quantity through a input inside the template of the grid. I've been stuck here for a while now.

var ds = new kendo.data.DataSource({
                type: "aspnetmvc-ajax",
                transport: {
                    read: "Home/Products_Read"
                },
                schema: {
                    data: "data",
                    total: "total",
                    model: {
                        id: "products",
                        fields: {
                            Code: { editable: false },
                            Number: { editable: false },
                            Name: { editable: false },
                            Supplier: { editable: false },
                            Price: { editable: false, type: "number", format: "{0:n}" },
                            UnitStock: { editable: false },
                            UnitBasic: { editable: false },
                            Quantity: { editable: true, type: "number" },
                            Total: { editable: true, type: "number", format: "{0:n}" }
                        }
                    }
                },
                pageSize: 15,
                serverPaging: true,
                serverFiltering: true,
                serverSorting: true
            });
 
            var gridResult = $("#grid").kendoGrid({
                dataSource: ds,
                selectable: "row",
                sortable: true,
                pageable: true,
                columns: [
                    { field: "Code", title: "Code", width: "100px" },
                    { field: "Number", title: "Number", width: "100px" },
                    { field: "Name", title: "Name" },
                    { field: "Supplier", title: "Supplier", width: "100px" },
                    { field: "Price", title: "Price", width: "100px", format: "{0:n}" },
                    { field: "UnitStock", title: "Unit", width: "100px" },
                    { field: "Quantity", title: "Quantity", width: "100px", template: '<input class="someInput" name=#=Code# value=#=Quantity# />' },
                    { field: "Total", title: "Total", width: "100px", template: '#=Price*Quantity#' },
                    ]
            });
 
            $('.someInput').on('change', function () {               
                for (var i = 0; i < gridResult.dataSource.data().length; i++) {
                    if (parseInt(gridResult.dataSource.data()[i].Code) == parseInt($(this).attr('name'))) {
                        gridResult.dataSource.data()[i].Quantity.Set($(this).val());
                    }
                }
                gridResult.refresh();
            });
Dimiter Madjarov
Telerik team
 answered on 19 Jul 2013
13 answers
305 views

Hi,

I have extended my Kendo UI Grid with the kendo.ui.Grid.extend/kendo.ui.plugin functionality as per this article:

http://www.aspnetwiki.com/page:kendo-ui-grid-export-excel

Everything works great except it causes the loss of grouping and reordering  - the Drag and Drop no longer works.

I suspect it may have to do with the  shift from:
$("#myGrid").data("kendoGrid");
to

$("#myGrid").data("kendoExcelGrid");

or is there something else going on with the Drag and Drop?


Cheers,

Kori

Mohan
Top achievements
Rank 1
 answered on 19 Jul 2013
5 answers
121 views
If I go to the Custom Downloader (http://www.kendoui.com/custom-download.aspx), the dropdown is set for the 716 build but no checkboxes display (IE9, Chrome). Changing to another selection displays them and then I switched back to 716. Select some checkboxes but the Download button does not display.

Switch back to say 514 and select some checkboxes and the download button displays and the size is updated as you select more checkboxes. Switch back to 716 and the download button remains but selecting checkboxes does not any longer update the size or build the expected download file.

Could you have the downloader fixed?

Thanks,
Gary Davis
Sebastian
Telerik team
 answered on 19 Jul 2013
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?