Telerik Forums
Kendo UI for jQuery Forum
0 answers
84 views
Hi All, 

Can it be possible to add a "search" toolbar in Grid. It will have and text input and will search through data source. 

Thanks.
Greffin
Top achievements
Rank 1
 asked on 03 Feb 2012
1 answer
103 views
My json response has a string returned as HTML, for example
"Names":"<bold>bold<\/bold>"

This is stored in a kendo datasource and then applied to a grid.
How can I get my grid to display bold instead of
<bold>bold<\/bold>
Dimo
Telerik team
 answered on 02 Feb 2012
1 answer
179 views
Hello all,

Is there any way to use a conditional statement inside of Kendo Template? I want to show one thing if a variable is true and another when it is false.
Miroslav
Top achievements
Rank 1
 answered on 02 Feb 2012
0 answers
109 views
Hi
I have a json file in the following format.
[{"collection_id":"1","collection_name":"Titles",
"properties":[{"property_id":"2","property_name":"name",
"property_data_type":"string","property_column_order":1}],
"values":[{"row":1,"row_values":[{"property_id":"3","property_value":"Mr."}]},
{"row":2,"row_values":[{"property_id":"4","property_value":"Ms."}]},
{"row":2,"row_values":[{"property_id":"5","property_value":"Missus"}]}]}]

I want to display it in following format in the kendo grid(just one column "name")

name
Mr
Ms
Missus

What would be the best way to map this.

Thanks In Advance.
Mahesh
Top achievements
Rank 1
 asked on 02 Feb 2012
1 answer
96 views
I know it's not crucial since FF isn't used on the mobile platforms much, but I prefer the debugging experience when I write my mobile app with FF and FB.
Kamen Bundev
Telerik team
 answered on 02 Feb 2012
1 answer
189 views
When I load the mobile examples in a phonegap xcode project, the footer is not anchored, but moves with the whole page. The header/nav bar is sometimes not visible (depending on the height of the view?)

This seems to occur mainly in iPhone, on the iPad it seems to be a bit better, but there the header & footer do move with the whole view, when the view does not neet to scroll (when it fits).

On android it works fine.

Hopefully this can be resolved, it looks really good!
Antal

Attached is minimal phoneGap xcode project with the examples
 
Kamen Bundev
Telerik team
 answered on 02 Feb 2012
1 answer
162 views
Hello,

I have an application which has in fact one html page and loads content through ajax calls. The returned content can contain a grid.
That works all just fine. But what I notice is that the grid creates forms for the filter dialogs in the DOM direct inside the BODY tag. While I change the content of my "content div" the grid is remove from the DOM, but the filter forms are left in the BODY tag forever. So the content of the BODY is accumulating during the browser session.
I think the widgets should create ALL DOM elements inside the element you are using to build the widget. That way everything would be cleaned up when swapping content.

Regards, Jaap
Dimo
Telerik team
 answered on 02 Feb 2012
1 answer
443 views
Hello,

  • Is this possible to use the Kendo UI mobile with SQlite DataBase.[HTML5,CSS3 & JQUERY]
  • if possible how do i get some sample examples  or more related data source information.
  • Can you please explain other relevant small database connections with CURD operations in mobile or tablet devices.
Thanks.
VENKAT
Petyo
Telerik team
 answered on 02 Feb 2012
2 answers
157 views
I have a panelBar and when I click on the header of a panelBar the event (onExpand) fires and the bar gets expanded. But when I do it in code like panelBarField.expand(item); the expand event is not executed BUT the bar is expanded and all looks good.

Am I doing anything wrong or is this a bug.


 

Kamen Bundev
Telerik team
 answered on 02 Feb 2012
1 answer
75 views
I am working with the samples and they include a stylesheet that isn't there, is it missing or not necessary:

<!DOCTYPE html>
<html>
<head>
    <title>Basic usage</title>
    <script src="../../../js/jquery.min.js"></script>
    <script src="../../../js/kendo.mobile.min.js"></script>
    <script src="../../content/shared/js/console.js"></script>
    <link href="../../../styles/kendo.common.min.css" rel="stylesheet" />
    <link href="../../../styles/kendo.mobile.all.min.css" rel="stylesheet" />
</head>
<body>
Kamen Bundev
Telerik team
 answered on 02 Feb 2012
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?