Telerik Forums
Kendo UI for jQuery Forum
3 answers
531 views

Hi Support team,

 The panel bar expanding is not expanding now ,when I upgraded to the latest version (2017.2.621.545) from old version (2016.....).

  here is the JQuery code to expand on java-script call event which I am using ,it was working perfectly 

   var panelBar = $("#pnlbar").data("kendoPanelBar");
   panelBar.select(panelBar.element.children("li").eq(2));
   panelBar._selected[0].style.display = 'block';
   var item = panelBar.select();
    panelBar.expand(item);

please advice me the solution asap to solve the issue  ..

Thanks...

Dimitar
Telerik team
 answered on 26 Jan 2018
1 answer
149 views
I noticed that the scheduler is supposed to be WCAG AAA compliant, however when i ran a scan on my page that has a scheduler on it, it returned 3 errors to me (for A compliance). I thought it was my fault, but i decided to try and run it on the demo the WCAG page links to (https://demos.telerik.com/kendo-ui/scheduler/index) and found the same 3 errors within the scheduler.

The scanner i used is: http://squizlabs.github.io/HTML_CodeSniffer/

Am I missing something obvious? Is the scanner wrong? Am i doing something wrong?
Veselin Tsvetanov
Telerik team
 answered on 26 Jan 2018
1 answer
312 views

Hello,

 

I have noticed that when i initiate the kendo dropdownlist through mvvm, when the drop down box is opened, the k-list-container is not displaying the correct class name when it is above the form field that opens/closes the k-list-container. It always is set as k-state-border-down when it should be k-state-border-up. Can you please advise on how to fix this? I would like to create some styles that work for the different states.

Ivan Danchev
Telerik team
 answered on 26 Jan 2018
4 answers
432 views

Hey,

In the context of our application, we need to extract a specific cell's value anywhere in the spreadsheet.

However, calculated cells from the not activeSheet don't seem to be updated unless we switch the actual sheet.

Scenario :

Les say we have Sheet1 and Sheet2

A1 in Sheet1 is our targeted cell which we re-fetch the value onChange of the spreadsheet component with : this.spreadsheet.sheetByName(this.targetedRangeSheetName).range(this.targetedRangeCell).value();

If A1 is a formula like =SUM(B1:B3), when we change something in B1, B2 or B2, onChange is triggered and we re-fetch our targeted cell's value, which matches the value we would expect.

However, if the formula of Sheet1 A1 is something like : =SUM(Sheet2!B1:B3), if we change someting in Sheet2's B1, B2 or B3, onChange is trigger but 

this.spreadsheet.sheetByName(this.targetedRangeSheetName).range(this.targetedRangeCell).value() 

returns the old value.

 

How can I an updated value of Sheet1!A1 without switching the activeSheet to Sheet1? Is there a way to trigger the calc on Sheet1?

Veselin Tsvetanov
Telerik team
 answered on 26 Jan 2018
1 answer
252 views
1. Is there any support for Kendo UI spreadsheet in Angular 2?
2. We need to use checkbox control or link button in Kendo UI Spreadsheet
3. Also we want to incorporate Data on Demand concept is spreadsheet. Is is available?
Veselin Tsvetanov
Telerik team
 answered on 26 Jan 2018
1 answer
282 views
I have a kendo grid, whereas menu item not needed in the column header. But still I want Lock/Unlock control in the column header. Is there any way to achieve it? If possible with external an dropdown which have number columns with checkbox to lock/unlock it.    
Eduardo Serra
Telerik team
 answered on 25 Jan 2018
1 answer
273 views

Kendo ui grid - I was able to open the Grid row click on the same window. But  if I right click on row  "open in a new tab " or "open in new window" which should direct it to new tab or new window.

 

Please help me

Konstantin Dikov
Telerik team
 answered on 25 Jan 2018
1 answer
676 views

Hi, seems like the switch cuts down display of labels to about three characters or so. 

Is there a way to resize the switch to hold more than three characters on either side of the display? I tried playing around with the css components, but it ends up messing up the switch layout.

Also, both on and off labels get capitalized automatically, I'd like them retain their original format

 

Here's the code I am using

 

$("#switch").kendoMobileSwitch({<br>                                            onLabel: "My On Label",<br>                                            offLabel: "My Off Label",<br>                                            change: onChange<br>                                        });

 

 

<p><div></p><p>       <input id="switch" checked="checked"/><br></div></p>

 

Thanks,

Labhesh

Ivan Danchev
Telerik team
 answered on 25 Jan 2018
4 answers
511 views
I'd like to show the average attendance time in a line graph.
How can I feed the graph via javascript with these values (string or timestmap)?
I am sending an image with the type of graphic i want.
Can you help me?
Tsvetina
Telerik team
 answered on 25 Jan 2018
6 answers
2.0K+ views

Greetings - looking for a little help.

When I use ExcelExport.AllPages(false) everything works great and I get a download. However when I use AllPages(true) it doesn't do anything - no console errors - just no results. I can simply switch it back to false and works again so it has to be something with that setting. Here's a portion of my settings let me know if you meed more.

.DataSource(dataSource => dataSource

            .Ajax()
            .PageSize(20)
            .Read(read => read.Action("GetOrders", "SalesOrder").Data("toolbarValue"))
            .Sort(sort => sort.Add("LastChanged").Descending())
            .Events(e => e.Error("onError")))
        .Excel(excel => excel
            .FileName("soexport.xlsx")
            .ProxyURL(Url.Action("ExcelExport", "SalesOrder"))
            .AllPages(false))

Thanks!

Craig

Konstantin Dikov
Telerik team
 answered on 25 Jan 2018
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
ContextMenu
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
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?