Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.4K+ views
Hi all.
My name is Benjamin and I am very new to Kendo UI. 
I am creating an editable grid like the one on this page http://demos.kendoui.com/web/grid/editing-popup.html to a localhost mysql database.
Please can someone show me the steps, 

I was trying to follow the php code on the page but I can't see the lib folder in my download version and i can't see the following files too.
require_once '../../lib/DataSourceResult.php';
require_once '../../lib/Kendo/Autoload.php';

then I don't know how to connect the datasource to my mysql database too. There is no documentation in there.
thank you in advance.



Petur Subev
Telerik team
 answered on 20 Jan 2014
11 answers
251 views


We have an app that uses listview with remote datasource. The app worked well and we recently updated it to use latest kendo (commercial) and cordova 3.2.0 Since then we have a very strange behavior of the listview with Android devices (with iOS it all works well):
The first time we reach the view with the listview, it does not appear.But we found that if we do one of the following somehow the listview shows up:
- if we add alert("anything") right after the kendoMbolieListView line OR
- if we change to any other view and then come back to the view with the listview

And more insights: When we run the app using Android emulator it works well and we do see the listview but when we run it on device this is when we experience this problem (for example - Google Nexus 7 with Android 4.4.2)

Listview is created using the following code:

$("#events-list").kendoMobileListView({
        dataSource: dayDataSource,
        template: $("#eventTemplate").html()        
     });

Any ideas how to solve the strange issue will assist (of course we do not want to alert anything in production app)
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
3 answers
268 views
Hi,

I have a Kendo UI grid. On its Edit mode I have implemented Template file. That template file consist of text box, label and  Grid.
And in Edit template grid, I required to bind dropdownlist.  I have created dropdownlist template for it.

My issue is instead of allowing inline edit It display javascript on the page. It gives javascript error "Unterminated string constant" if I run it in Internet Explorer.

Please find sample project for the issue.

Regards,
Anand
Petur Subev
Telerik team
 answered on 20 Jan 2014
5 answers
64 views
I remember reading one back when I started with Kendo, which showed how to create a ViewModel in "classic" Web Forms. I can't find that anymore?

Telerik - not everyone needs the massive overkill of MVC - we still want to use Kendo!

Anyone know where those old tutorials are? I need to create server-side paging for my grid.
Petur Subev
Telerik team
 answered on 20 Jan 2014
5 answers
872 views
If I want to display a checkbox in the grid. Whats the best way to do that?

I am doing this and it doesn't seem to work.

@(Html.Kendo().Grid(Model)
.Name("Grid")
.Columns(columns =>
{
columns.Template(@<input type="checkbox" />);
columns.Bound(r => r.RouteName);
})
.Pageable()
.Sortable()
.Scrollable()
.Filterable()
.DataSource(dataSource => dataSource
.Ajax()
.ServerOperation(
false)
)
)

 

 

 

 

Iliana Dyankova
Telerik team
 answered on 20 Jan 2014
3 answers
202 views
I am using the Telerik Grid's, with MVC3. These grid allow you to specify a error
event handler in case of an error. When a redirect occurs, after the session timeouts, this
function is not triggered, even though the redirect response is not in Json format.

  .Events(events => events.Error("error_handler"))

Note: error_handler is a js function which is not triggered.
Vladimir Iliev
Telerik team
 answered on 20 Jan 2014
1 answer
145 views
When using the editor with the MetroBlack theme, the dropdown list selector for the paragraph/heading section is all black text.

You can see this by using the demo version and changing the theme to MetroBlack - http://demos.kendoui.com/web/editor/index.html

Using the element inspector in Chrome, it appears it's a direct style update to change color to black. It appears this is occurring in the KendoUI Editor javascript somewhere, but I only have the trial edition and cannot exactly debug the minified files.

See attached screenshots:
Issue01 shows the issue as the background is black and the text is black, so the dropdown is useless.
Issue02 shows that the Chrome element inspector identifies the styling of color is being set to element.style (which means something is directly setting that style - IE, KendoUI in the JS)
Dimo
Telerik team
 answered on 20 Jan 2014
1 answer
33 views
Kendo UI community,

for our company it will be of importance to include some web features into the mobile app and the problem we just barely encountered is that we were going to include a panelbar into our mobile app. It works just fine, but the design is a little bit off. By that I mean it is not totally filled with color. Take a look at my jsbin http://jsbin.com/eqiVorEx/2/edit

Is there a way to get the panelbar totally filled with color?

Sincerely,
Max Meier
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
3 answers
307 views
How do I add/enable editing in agenda view
Georgi Krustev
Telerik team
 answered on 20 Jan 2014
1 answer
89 views
There aren't a lot of graphical examples of the k-* properties for styling and there's no documentation (that I can find) for control specific styling.
Thanks.

Jeff
Kiril Nikolov
Telerik team
 answered on 20 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?