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...

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.

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?
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

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

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
