Telerik Forums
Kendo UI for jQuery Forum
2 answers
977 views
How do I change the URL of the content I want loaded per-tab after the initial configuration?
Pawan
Top achievements
Rank 1
 answered on 16 Aug 2012
0 answers
77 views
Hi, I'm considering KendoUI for a new SAP project.  I'm trying to figure out the best way to manage views and handle navigation/transition (much like KendoUI for mobile.)  I can't seem to find any info in the KendoUI doc and I'm starting to think there is just no support (yet) for defining multiple screens and navigating/loading them from the framework.  Any pointers would be greatly appreciated.

Sylvain
Top achievements
Rank 1
 asked on 16 Aug 2012
1 answer
532 views
Hi guys,
I'm noticed that there are some internal builds for kendo ui with some issues fixed, I have purchased developer keys, how can I get those internal builds ?

Thanks in advance.
Atanas Korchev
Telerik team
 answered on 16 Aug 2012
1 answer
332 views
Hello,

I am having a problem getting the date picker to work correctly when inside of a label element. The label element is tied to a specific radio button. The idea is that if the user switches focus to the date picker, we want that radio option to be automatically selected. Because it is doing this, the date picker quickly opens and then closes when clicked. I assume this is because the focus is being switched to the radio button, but I was able to do the same type of thing with a jQuery datepicker so I'm not sure if something else is going on.

Here is an example of the problem. If you click to open a date picker, it closes right away. If you change the label name tag from daterange to anything else, the problem goes away.

Any suggestions or ideas? Thanks in advance!
Atanas Korchev
Telerik team
 answered on 16 Aug 2012
0 answers
119 views
Hey everyone. Me again.

I'm having an issue when calling the dataSource.sync() method.

var recordToUpdate = dataSource.get(id);
recordToUpdate.set("Name", "Name has been Changed");
dataSource.sync();

The "Name" displayed in my listview changes for a split-second, then reverts back to the original name. 

Does anyone have any idea why??

Thanks in advance
Devon
Top achievements
Rank 1
 asked on 16 Aug 2012
1 answer
143 views
I do the following and the "maxWidth" feature doesn't work. The width is restricted to the original width (500px) rather than the maxWidth I set. Window works fine without the maxWidth statement. Any ideas what I'm doing wrong?

<div class="container">
        <div id="window"></div>
   </div>
    
    <script>
             $(document).ready(function() {
                    var window = $("#window")

                    window.kendoWindow({

                            actions: ["Close"],
 width:"500px",
 height:"400px",
 maxWidth: "940px",
 title:"Try maxWidth"
                    }); 
                });

</script>
Dimo
Telerik team
 answered on 16 Aug 2012
1 answer
132 views
Does Telerik have a list of steps or a tool to convert from SIlverlight based Telerik to Kendo UI?  We use a hybrid MVVM pattern with Silverlight Telerik tools and want to move away from it and toward HTML5.  We will using this with SharePoint 2010.  Any ideas or suggestions??
Sebastian
Telerik team
 answered on 16 Aug 2012
3 answers
165 views

I am working with the good example of Editing custom editor under the MVC examples.
It shows how to build a dropdownlist for use when editing a cell in a grid.
I have to create a new post in the grid and I add the following to the file; Editing_Custom.cshtml:

.Create(create => create.Action("EditingCustom_Create", "Grid"))
.ToolBar(toolBar => { toolBar.Save(); toolBar.Create(); })

And I already get an error here before I come to do the coding in the .cs-file.
When debugging with firebug, I get an error from javascript that says: ReferenceError: Employee is not defined.
Employee is the class that is used for making the dropdownlist.
Could someone please give me a hint on what I have to do when creating a post in a grid with relational data?
Thanks :o)

Kenneth
Top achievements
Rank 2
 answered on 16 Aug 2012
4 answers
2.7K+ views
I'm wondering how a datasource that returns data--like the person object here--which mixes fields with an array in it would look?  For example, how would the model in the schema of the datasource look?  If the fields (like Lastname here) were bound to textboxes thru  data-bind attributes, how would the array of Likes be extracted to be display in, say, a grid. Do we use a function to return the grid's data, a hierarchical datasource to build the whole thing or what?


var person = [
    { Firstname: "Jim"},
    { Lastname: "Smith" },
    { Birthday: "08/29/1979"},
    { Likes: [ { id: 1, description: "Baseball", rank: 1 }, {id: 2, description: "music", rank: 3 }, { id: 3, description: "Surfing the web", rank: 2}]}
];
Devon
Top achievements
Rank 1
 answered on 16 Aug 2012
1 answer
119 views
I get a Yellow Screen when trying to Run the Kendo UI Samples from the Downloaded Sample Browser.

When i try to build the Solution I get:
Warning as Error: Reference to type 'System.Web.Mvc.ModelClientValidationRule' claims it is defined in 'c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies\System.Web.WebPages.dll', but it could not be found    c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 4\Assemblies\System.Web.Mvc.dll

I have MVC2,3 and 4 installed.

Any help out there for this?
Atanas Korchev
Telerik team
 answered on 16 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?