hi
after making my app work just fine in android , using icenium and kendo ui, i am having difficulties to do the same in apple devices.
basically i am using kendo datasource to read data from web service and update it.
it is looks like it ignoring $.get functions without alerting. any ideas why? what do i miss?
i set already the <access origin="*"... tag in config .xml but it still doesn't work
regards
maor
Hi, i have the problem with Kendo Editor and IE10. I have a page with Editor. When i type the text and trying to make it bold or change size the IE10 throws the exception below and reopen itself. The same is occured if i have already the text in the Editor and just click in the body.
Anyone has the same issue?
Problem signature:
Problem Event Name: APPCRASH
Application Name: IEXPLORE.EXE
Application Version: 10.0.9200.16635
Application Timestamp: 51b7a921
Fault Module Name: MSHTML.dll
Fault Module Version: 10.0.9200.16635
Fault Module Timestamp: 51b7b287
Exception Code: c0000005
Exception Offset: 00b79f02
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 2057
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Hi,
I have problem with template for grid. When I get text from resources *.resx i recive "ó" in every place where is "รณ" liter.
And because there is # i get invalid template. Can someone have this problem and know some solution?
My Kendo Grid is not displaying any of the data. I am trying to pull down JSON from a web method in an aspx page. I keep getting the never ending spinner. I am new to using these controls and am banging my head against my desk for a day now.
I am trying to show loading popup when a user logs-in to the system. The popup shows up OK, but the circle animation does not show like the example does. How can I show it? My code is below:
Hi,
I had a requirement that,in a grid I have the Tool bar which contains two custom created buttons (search,delete) .I need to disable the toolbar by default and need to enable when user clicked 'Edit' button and this Edit button is not a part of grid. I am using kendo ui web,Framework . It would be a great help if you suggest me with sample codes in jsfiddle or jsbin.Thanks in Advance.
MyTemplate:
$("#UseGrid").kendoGrid(
{
dataSource : DataSource,
editable : true,
height : 260, //Need to disable this toolbar and enable it by clicking grid independent Edit button
toolbar:'<div id=\"toolbar\" class=\"toolbar\"><button class=\"k-button\" id=\"search1\" title=\"Search\" onclick=\"openSrch(this);\"/><button id=\"deleteButton\" class=\"k-button sg-button-icontext view-delete\" title=\"Delete\" onclick=\"deleteRow();\"/></div>',
columns : [
{
field : "select",
title : "Select",
width : "16%",
template: "<input type='checkbox' class='checkbox' />"
},
{
field : "name",
title : "Name",
width : "35%"
}]
});
I have a series of UI controls bound to a model using MVVM. One of the controls is a dropdownlist which has it's data loaded from a remote datasource. I also have a button besides the dropdown which launches a popuo window. The window allows a new item to be added to the database.
After this new item is added I would like to force my DDL to rebind to the remote datasource and refresh it's data.
LoadGroup() will call a web service and will return a list of records which are populated in the dropdownlist.
I make an ajax call to get the model data then bind it to the model like:
datasetMetaModel = kendo.observable({
datasetMeta: datasetModel
});
kendo.bind($("myDiv"), datasetMetaModel);
After the popup window is shown, the new record added and saved to the DB I do the following to try to rebind the dropdownlist
kendo.init($("#GROUP_ID"));
var dropDownList = $('#GROUP_ID').data('kendoDropDownList');
dropDownList.dataSource.read();
dropDownList.refresh();
The remote webservice is definitely being hit again and is returning the new data however the dropdown list is never updated. I'm pretty sure I'm just missing a simple step but can't figure out what it is.
I am developing project for mobile and tablet using Kendo UI Complete for ASP.NET MVC and have a few basic questions regarding mobile development and Kendo.
1. Will Kendo UI Complete for ASP.NET MVC support in all the mobile os ?
1.1. If yes, then what are all the mobile os it will support?
2. Will Kendo UI Complete for ASP.NET MVC support in all the tablets?
2.1 If yes, then what are tablet it will work?
3. Suppose if I purchase Kendo UI complete for ASP.NET MVC, will I get Kendo UI complete along with it? From the information I got
from your website, Kendo UI Complete supports all mobile devices and tablets, but donโt know what Kendo UI Complete for ASP.NET MVC can
offer.
Please refer the link given below.
http://www.kendoui.com/server-wrappers/mvc.aspx
4.
When I saw forums in Kendo Website, many mentioned that Kendo UI Complete for ASP.NET MVC does not get adapted to different mobile
platforms unlike Kendo UI Complete. So I want clarifications as to what I have to purchase so as to support all mobile and tablet os platforms.