Telerik Forums
Kendo UI for jQuery Forum
1 answer
45 views
In the site it is mentioned that Blackberry will be supported in version 1.
I do realise that we are now looking at a beta, but could there be some indication when we could expect Blackberry to work?
Because for now, the examples really do not work at all...

Thank you,
Antal
Sebastian
Telerik team
 answered on 06 Feb 2012
2 answers
253 views
I'm use Japanese.

Extend prototype, I use validation's messages, 
kendo.ui.Validator.prototype.options.messages = {
    required: "{0} /* here Japanese*/",
....
}

But  " {0}  " is columns 's  field property.  
I want to use columns 's  title property.

How can I do it?
Taiji
Top achievements
Rank 1
 answered on 06 Feb 2012
1 answer
174 views


Hey guys, I am trying to use conditionals in my template and it keeps blowing up (Invalid template error). Here is what I have

Here's the data:
var data = { type: 'success', message: 'A new contact was created!'};


Here's the template:
<script id="alert-template" type="text/x-kendo-template">
 
    # if (type == 'success'){ #
 
            <div class='alert-message success'>
                <a class="close" href="">x</a>
                <p>
                    #= message #
                </p>
            </div>
 
    # } elseif (type == 'error'){ #
 
            <div class='alert-message error'>
                <a class="close" href="">x</a>
                <p>
                    #= message #
                </p>
            </div>
 
    # } #
 
</script>

Any help would be greatly appreciated! Thanks!






Georgi Tunev
Telerik team
 answered on 06 Feb 2012
2 answers
240 views
First of all kendo ui mobile looks and works great! but I'm getting an annoying bug which I can't fix myself.
I've added a small form to a view and the virtual keyboard works as expected, but when I dismiss it the view isn't resized back so the working view is quite small.
This happens to me on a galaxy nexus running android 4.0.3.; kendoui is run from phonegap 1.3.0. How can I redraw the app after the virtual keyboard is dismissed?
Kamen Bundev
Telerik team
 answered on 06 Feb 2012
1 answer
57 views
Hello all,

For a few hours I tried to create CRUD functionality but the only thing that I couldn't do was the create. In the attached file is the code I use. When I open the console I see the following error: Uncaught ReferenceError: tech_type_id is not defined.
Thank for the help in advance.


Rosen
Telerik team
 answered on 06 Feb 2012
3 answers
120 views
I'm trying to use the AutoComplete control in an unbounded list of table rows. When the user clicks an add button, a new row is added and a new AutoComplete is created within that row.

This works well enough, but I'm trying to figure out how to get a reference to the AutoComplete instance from within a change event handler. Actually, I'd like to get at both the AutoComplete object and the initial input control it is based off of.
Atanas Korchev
Telerik team
 answered on 06 Feb 2012
3 answers
335 views
Hi,

How can I enable or disable CRUD features in a grid based on a php session value? I have a typical user authentication system that allows, for example, users with admin privileges (user level = 1) to perform all crud operations on tables, users with user level 2 can only add and edit existing records, but can't delete records.

PHP sessions containing the user level are created on login, just like this site probably. How can I setup grids so that only certain user levels can delete records? Is there already user authentication built into the datasource or other UI widgets?

If not, I need to be able to enable or disable each CRUD operation type based on the value of a PHP session.....any ideas?

Thanks,

Tony
Nikolay Rusev
Telerik team
 answered on 06 Feb 2012
1 answer
107 views
Just wanted to mention that I had issues getting the back button in the navbar to work. It turned out that the docs had a typo, once I looked at the source of one of the navbar examples, it worked. The docs say to use "back-button" as data-role when it should be "backbutton".

http://demos.kendoui.com/mobile/navbar/index.html 
Petyo
Telerik team
 answered on 06 Feb 2012
1 answer
120 views
Hi,
what you've got in the beta is great..when are you going to bring out the date/time picker controls?

Regards
Roger
Petyo
Telerik team
 answered on 06 Feb 2012
7 answers
755 views
I create a popup window with kendoWindow() and add a datepicker in it (kendoDatePicker). But when i click the datepicker, the calendar is hidden under the window.

Is this a bug? sorry if this thread is existed.

Thanks!
Chu
Top achievements
Rank 1
 answered on 06 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?