Telerik Forums
Kendo UI for jQuery Forum
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
167 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
201 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
397 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
191 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
208 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
108 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
1 answer
173 views
Can you change a column title once the grid has been created?  I have tried setting the title property on the column object but it doesn't seem to have an effect.  I have attached a modified example taken from the basic grid example.
Boyan Dimitrov
Telerik team
 answered on 20 Jun 2016
2 answers
127 views

Hi all,

 

I am new to Kendo UI Calendar and I am facing what could be a standard behavior.

When the user clicks on an item on the calendar and a pop up opens to allow the item to be edited, the item becomes invisible in the calendar, once the item is edited, saved and the pop up closes, the item reappears on the calendar.

I would like the item to remain visible while being edited.

Is there a way around it?

 

Thanks 

Alex Hajigeorgieva
Telerik team
 answered on 20 Jun 2016
1 answer
507 views
Kendo UI Editor refresh method doesn't update the toolbar layout. I needed to do a`$(window).trigger('resize');` to make the editor update its toolbar layout. (showing, hiding hamburger menu based on device width)
Konstantin Dikov
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
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
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?