Telerik Forums
Kendo UI for jQuery Forum
5 answers
227 views
we are currently evaluating UI for ASP MVC for a customer project. Our customer uses IE 11 with disabled webfonts. Is there a way to use your components with standard svg or png icons (Especially the use of the glyph fonts like WebComponentsIcons, everything else seems configurable)? 
Dimitar
Telerik team
 answered on 06 Mar 2017
2 answers
611 views

In the demo at http://demos.telerik.com/aspnet-mvc/grid/filter-row, you can see that the Ship Name column filter defaults to Contains. However, if you type in the search box, a dropdown of results shows but it is using the filter Starts With. If I hit Enter, the column will be filtered by Contains. However, the dropdown is confusing and wrong.

 

Is there a way to get the dropdown to use the specified filter rather than always being Starts With? If not, what's the best way to stop the dropdown from showing since it's confusing and wrong.

I attached 2 screenshots showing what I mean.

 

Dimiter Topalov
Telerik team
 answered on 06 Mar 2017
1 answer
75 views

Hi, I have a spreadsheet where the first row is a header row. I have some text inside the header row that is hidden, because each cell in the header row has an autofilter button (small grey box with a black down arrow) hiding part of the text. Is there anything I can do about this?

Thanks

Marc

Ivan Danchev
Telerik team
 answered on 06 Mar 2017
1 answer
1.2K+ views

Hi,

In our application, we have one  ("ShowDecimal") outside of the grid.

I want once the checkbox is checked, the data of grid column ("ElectricityBill") will be displayed in decimal format. If it's not checked it would not display in decimal format.

I can format the grid column like below way ,

{ field: "ElectricityBill", title: "Electricity Bill",  template: "#=kendo.toString(ElectricityBill, 'n2') #" },  

But, , how I can apply the "ShowDecimal" checked value in template syntax,

I have tried with following way but none of the options worked,

{ field: "ElectricityBill", title: "Electricity Bill",  template: "#= $('ShowDecimal').checked?kendo.toString(ElectricityBill, 'n2'): kendo.toString(ElectricityBill, 'n0')#" },

I have also tried to call one javascript function but I got the error like "Method not found".

Please help.

Regards,

Ujjwal

Tsvetina
Telerik team
 answered on 06 Mar 2017
2 answers
1.8K+ views

I want to reduce the input height of Datepicker and already done that by following the link below. But in Chrome, it has a grey shadow under the input and calendar icon.  How to adjust css to avoid that? Thanks.

http://www.telerik.com/forums/reduce-height-of-calender-image-in-datepicker

k-i-calendar {
    width: 10px;
    height: 10px;
    background: red;
    margin: 0 3px;
}
.k-picker-wrap .k-input {
    height: 1.4em;
    line-height: 1.4em;
}
.k-picker-wrap .k-select {
    min-height: 1.29em;
    line-height: 1.29em;
    padding-top: 2px;
}

 

Kent
Top achievements
Rank 1
 answered on 03 Mar 2017
13 answers
3.4K+ views
Looking for a good example where there is a column with checkbox and its header is also checkbox - The header checkbox, when checked/unchecked checks/unchecks all the checkboxes in that column.
Also, how to bind the checkbox to a particular column ?
I am writing like :
columns: [
{
name: 'check',
command: [
{
name: 'select',
template: '<input type=\'checkbox\'  />',
 }
]
},
{ field: "IsSelected", hidden:true},
{ field: "CNumber", title: "Number ", editable: true, width: 150, },

I would like the IsSelected to be bound to the checkbox, so that if the checkbox is checked, IsSelected should be binded to true and false if unselected. Is that possible ???
And on header check, we actually update the IsSelected and hence all the checkboxes state changes based on the value of IsSelected.
Stefan
Telerik team
 answered on 03 Mar 2017
5 answers
188 views

http://demos.telerik.com/aspnet-mvc/multiselect/serverfiltering

The link on the right-side that says: Also available for: HTML5 / JavaScript

is not correct.  The HTML5/Javascript link points to the "basic" example, not the server-filtering example.

 

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
153 views

Hello,

when having dropdown focused, I cannot make the dropdown list open using keyboard. Standard <select> form field uses space key to achieve this.

When selecting list item, up and down arrows, enter and ESC (when the list is open) works, but home, end, page up and down keystrokes select different item but also scrolls the whole page. Tested it on your demo page here: http://demos.telerik.com/kendo-ui/dropdownlist/index

Other keystrokes seems to work fine.

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
1 answer
434 views

Hi,

I am trying to use the kendo scheduler for my project, the issue which i am facing is when the start and end time are of different day, then in the day, week and month view those events are not visible. In the timeline view those events are visible

Ivan Danchev
Telerik team
 answered on 03 Mar 2017
2 answers
155 views

Hi,

I've found an issue with Kendo UI version 2017.1.118. I've tested in Kendo Dojo with version 2016.3.1118 and then the issue goes away...

If I have two dropdownlists with cascade on the second one. I also have filter enabled on the second one.

If I write something in the filter box a few times and then look at the request to the server I see that the query string becomes bigger and bigger...

Something like this:

filter[filters][0][value]:asdfqadfasdfadfasdfasdf
filter[filters][0][field]:name
filter[filters][0][operator]:contains
filter[filters][0][ignoreCase]:true
filter[filters][1][filters][0][filters][0][filters][0][field]:id
filter[filters][1][filters][0][filters][0][filters][0][operator]:eq
filter[filters][1][filters][0][filters][0][filters][0][value]:3
filter[filters][1][filters][0][filters][0][logic]:and
filter[filters][1][filters][0][logic]:and
filter[filters][1][logic]:and
filter[logic]:and

I created a Dojo to show the issue:

http://dojo.telerik.com/aJEyu/4

 

Hope I explained the issue properly! :)

 

Kind regards,

Jonas

 

Jonas
Top achievements
Rank 1
 answered on 03 Mar 2017
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?