Telerik Forums
Kendo UI for jQuery Forum
1 answer
258 views
 What is this used for? I was expecting some older IE declaration, but its actually a basic CSS file. Why isnt this just updated in the main CSS for Kendoui

<!--This CSS entry was added by the Kendo UI VS Extensions for compatibility reasons-->
    <link href="@Url.Content("~/Content/kendo.compatibility.css")" rel="stylesheet" type="text/css" />
.k-grid th a
{
    position:static
}
 
.k-grid .k-grid-header th a
{
    padding: .5em .2em .4em;
}
 
html body
{
    border: 0
}
Any help is appreciated
Dimo
Telerik team
 answered on 22 Jul 2013
17 answers
1.9K+ views
Hi
As default, the filtering options of the Kendogrid are very comprehensive, which is good.
However, when using serverside filtering there is a lot of things to implement on the server to respond to all these options.

I would like omit "is not equal to", "Starts with" and "Ends with" operators - is this configurable?

Best regards
Thomas
Steven
Top achievements
Rank 1
 answered on 21 Jul 2013
1 answer
134 views
When a value is greater and equal to 0, I need the column to appear Green. Red when it's less than 0.

In the attached screenshot you'll see that the grid is always the default theme color or orange.

Html.Kendo().Chart(Model.Results)
    .Name("chartPCT")
    .Title("% Return")
    .Legend(legend => legend.Visible(false))
    .Series(series =>
            series.Column(model => model.Metrics.Return)
                  .Name(Model.ColumnTitle)
                  .Labels(false)
    )
    .ValueAxis(axis => axis.Numeric()
                           .Labels(labels => labels.Format("{0}%")))
    .CategoryAxis(axis => axis
                              .Categories(model => model.Observation)
                              .Labels(labels =>
                                  {
                                      labels.Format("MMM");
                                  }))
    .Render();
Ian
Top achievements
Rank 2
 answered on 19 Jul 2013
0 answers
184 views
I have a grid which I need to bind some columns to JSON child properties
$("#grid").kendoGrid({
  dataSource: {
    data: [
      { time: "1:00", city: "Chicago", temperature: { value: 89, displayString: "89 F" } }
    ]
  },
  columns: [
    { field: "time", title: "Time" },
    { field: "city", title: "City" },
       { field: "temperature.displayString", title: "Temperature" }  ]
});
The syntax is valid - I just need to watch for typing errors. 

Thanks!


Robert
Top achievements
Rank 1
 asked on 19 Jul 2013
1 answer
138 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
151 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
92 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
75 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
592 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
56 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
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
Drag and Drop
Application
Map
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?