Telerik Forums
Kendo UI for jQuery Forum
4 answers
125 views

Hi

I am using Kendo UI 2016.1.412 with bootstrap and Angular. I have found that IE 11 (11.0.9600.18205)  has some issues with selectable/clickable elements. DateTime picker selector, dropdowns etc. Borders were missing, hover over would cause icon to disappear. Chrome worked fine.

After playing about I found that doing the following made a big improvement :

.k-select {
    opacity: 0.9999
}

 

I believe this is an IE issue since it appears to be so random.

Jeff

 

Jeff
Top achievements
Rank 1
 answered on 21 Jun 2016
1 answer
306 views
Like the title states, is it possible to force the app drawer to be always open when a device is a tablet? 
Dimiter Topalov
Telerik team
 answered on 21 Jun 2016
1 answer
179 views
I am working on creating a donut chart and need to place some text describing the chart on either the left or right side of the donut chart.  I can't use the title for this purpose since I need it to remain at the top.  Is this currently supported?
Dimiter Topalov
Telerik team
 answered on 21 Jun 2016
2 answers
1.1K+ views
Here is demo code:
 
<div id="grid"></div>
<script>
$("#grid").kendoGrid({
  columns: [
    { field: "productName" },
    { field: "category", values: [
      { text: "Beverages", value: 1 },
      { text: "Food", value: 2 },
      { text: "Filter not working value", value: 0 }
    ] }
  ],
  dataSource: [
    { productName: "Tea", category: 1 },
    { productName: "Ham", category: 2 },
    { productName: "Bread", category: 0 }
  ],
  filterable: true
});
</script>

 

Replication steps:open filter menu for "category" column and pick "Filter not working value" (very important that it's value = 0)

Actual result:grid is empty

Expected result: grid is filtered to have the only row with product name "Bread"

 

Please help me understand what I'm doing wrong or confirm that it's a bug.

Cantaloupe Developer
Top achievements
Rank 1
 answered on 21 Jun 2016
3 answers
168 views
I have a combobox multiselect and I need to know what item was deleted in the event onchange.
How can I get this information in AngularJS, please?
Vladimir Iliev
Telerik team
 answered on 21 Jun 2016
4 answers
205 views
I have the following simplified scenario of a column chart set with both margin and rotation for the category axis labels: 

$("#chart").kendoChart({
  categoryAxis: [{
    labels: {
      margin: {
        right: 150,
        top: -75
      },
      rotation: 270
    },
    categories: ["2011", "2012", "2013"]
  }],
  series: [{
    data: [1, 2, 3]
  }]
});


this is working as expected on earlier kendo version 2014 Q1 SP2 but not on the latest. in which the right margin does not seem to be working as expected.

a demo for this can be seen here: http://dojo.telerik.com/OmEti.

i guess this is a bug but i'm not sure if there might be another way to achieve the same result..


Craig
Top achievements
Rank 1
 answered on 20 Jun 2016
1 answer
402 views

Hi there,

 

The Grid and Splitter are using two different loading spinners - a big one for Grid and a small one for Splitter - see attached images.

Is it possible to show the bigger Grid spinner when the Splitter is loading?

 

Thanks!

Boyan Dimitrov
Telerik team
 answered on 20 Jun 2016
1 answer
193 views

Hi,

We are using kendo ui angular js.

We try to implement a functionality that user can select multiple grid rows,  drag them together and drop to schedular.

But currently only one row can be dragged even multiple rows are selected. 

Is there a solution to resolve this issue?

Thanks

Alexander Valchev
Telerik team
 answered on 20 Jun 2016
1 answer
211 views

I need to place some text in the center of a donut chart's hole.  I looked at the following guidelines:

http://docs.telerik.com/kendo-ui/controls/charts/how-to/donut-chart-hole-text

Given my current scenario I am not able to take advantage of the CSS option.  So I am trying the render event approach.  I get a typescript error on the "e.sender.surface.draw(text);" statement which says "Property 'surface' does not exist on type 'Chart'."    

Stefan
Telerik team
 answered on 20 Jun 2016
2 answers
113 views
Moving a scheduler event sometimes causes the browser to freeze to where it has to be killed by the task manager.  Please help.
Alex Hajigeorgieva
Telerik team
 answered on 20 Jun 2016
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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?