Telerik Forums
Kendo UI for jQuery Forum
5 answers
841 views
Is there a way I can edit multiple cell values in the same column across multiple rows? Refer to the attached mocked up screenshot.

Any suggestions?
Dimiter Madjarov
Telerik team
 answered on 07 Dec 2016
1 answer
182 views

Is there a recommended way to implement deep linking of a TabStrip in an Angular application?

 

- the url should change when selecting a tab

- when an url is entered which contains a tab information, the corresponding tab should be activated

 

I am using the standard angular router.

 

Thanks a lot!

Ivan Danchev
Telerik team
 answered on 07 Dec 2016
1 answer
290 views

Hi,

     Is it possible to Add custom cell attributes to each cell in kendo spreadsheet.

For Eg: Apart from 

"rows: [{ height: 70, cells: [{ index: 0, value: "Invoice #52 - 06/23/2015", fontSize: 32, background: "rgb(96,181,255)", textAlign: "center", color: "white"}]}"

can we add a custom attribute like "CellType":"headers" to each cell. If yes then can you please guide me as to how it can be done.

 

Thanks & regards

Swathi

 

T. Tsonev
Telerik team
 answered on 07 Dec 2016
2 answers
260 views
Hi Team,

We are attempting to load a grid into the content of the first tab in a tab-strip. We had tried several variations of the code and how the grid loads, including via the "activate" event. The grid works with the tab-strip code commented out.

Please provide an appropriate solution for our problem as soon as possible.

Thanks,
Siva
Elton
Top achievements
Rank 1
 answered on 06 Dec 2016
6 answers
1.6K+ views
I have a stacked bar chart with the series labels visible.
But I only want the label to display if the series has a value greater than zero.

Here is my markup

@(Html.Kendo().Chart<ChartModel>(Model)
.Name("chart")
.Title("Pending Orders")
.Legend(legend => legend
.Visible(false)
)
.SeriesDefaults(seriesDefaults =>
seriesDefaults.Column().Stack(true)
.Labels(labels => labels.Background("transparent").Visible(true).Font("40px sans-serif").Position(ChartBarLabelsPosition.Center).Color("black"))
)
.Series(series =>
{
series.Column(model => model.OnTimeCount).Name("On Time").Color("Green");
series.Column(model => model.WarningCount).Name("Warning").Color("Yellow");
series.Column(model => model.AlertCount).Name("Alert").Color("Red");
})

.CategoryAxis(axis => axis
.Categories(model => model.Day)
.MajorGridLines(lines => lines.Visible(false))
)
.ValueAxis(axis => axis
.Numeric()
.Line(line => line.Visible(false))
.MajorGridLines(lines => lines.Visible(false))
)
.Tooltip(tooltip => tooltip
.Visible(true)
.Template("#= series.name #: #= value #")
)
)

I've attached an image of the stacked chart with the top series set to zero.  As you can see, the effect really isn't very intuitive from a charting stand point.  I could add a legend, but in the context of the way the chart will be used, it's unecessary.

The data is only relevant IF it exists.

Iliana Dyankova
Telerik team
 answered on 06 Dec 2016
2 answers
235 views

Is it possible to use the KendoUI for jQuery with Vue.js?

 

Thanks

Mike
Top achievements
Rank 1
 answered on 06 Dec 2016
5 answers
1.0K+ views
I downloaded the ASP MVC and Ajax bits. I am trying to explore the scheduler in a test MVC app but the project can't compile - I'm missing Kendo.Mvc.Examples.Models.Scheduler. Where in the world is that file please? I found a vague reference to a manual installation but the UI has changed since that answer was posted.

Cheers
John
Vessy
Telerik team
 answered on 06 Dec 2016
8 answers
3.1K+ views
Is there a way to completely remove the title bar from a Window?
Thanks.
Marin Bratanov
Telerik team
 answered on 06 Dec 2016
1 answer
438 views

I want to bind dynamic data to a validation list - is there an easy way to do this? The data will be an array of objects, with id/value pairs and in the dropdown list I'd like to show the value, but store the ID.

I'm using (where valueList is an array which I want to be databound) :

 

validation {
   dataType: "list",
   showButton: true,
   comparerType: "list",
   from: valueList,
   allowNulls: true,
   type: "reject"
}

Stefan
Telerik team
 answered on 06 Dec 2016
5 answers
715 views

Hi,

I'm exporting my KendoGrid to PDF with a Template. I need to pass variables to the template like this:

template: kendo.template($("#kendo-grid-pdf-template").html())({ CUSTOMERNAME: cust.FullName, CUSTOMERID: cust.Id})

 

This is the template:

<script id="kendo-grid-pdf-template" type="text/x-kendo-template">
    <div class="page-template-pdf">
        <div class="header-pdf">
            #: CUSTOMERNAME #, Customer ID: #: CUSTOMERID#
        </div>
    </div>
</script>

 

The Problem:

PDF generation fails because "pageNum" and "totalPages" are undefined. This only happens when I pass my custom parameters. How do I pass the pageNum and totalPages parameters that are required? It work when I pass it like this:

template: kendo.template($("#kendo-grid-pdf-template").html())({ CUSTOMERNAME: cust.FullName, CUSTOMERID: cust.Id, pageNum: "?", totalPages: "?"})

 

but where do I get the right values?

Stefan
Telerik team
 answered on 06 Dec 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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?