Telerik Forums
Kendo UI for jQuery Forum
0 answers
102 views
Is there any workaround that you may suggest about creating a hierarchy grid using server binding?
I have attached a sample MVC3 application with kendo grid hierarchy using server binding in the master table (which indeed, doesn't work). Is kendo hierarchy grid for ajax binding only?
I hope for your kind reply.

All the best,
Avitot
Avitot
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
118 views
I am using a portal called liferay within which there are small portlets. Each portlet will consist of an html page.

This html page of mine contains 3 windows which can be dragged and adjusted. When this was embedded inside a portlet, the windows didnt fit inside the portlet. They were displayed outside the portlet. Is it because a window works with respect to a browser and cannot be contained within another small portlet?

I am unable to fit it inside the portlet. Is there anything that can be done from an html page perspective that the whole thing would fit inside the portlet.
Pooja
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
88 views
HI,
How i get the childNode of a node ?

I do:

node.childNodes;

$.each(nodeChild, function () {
        nodeValue = treeOffices.dataItem(this).Id;
        if (nodeValue == id) {
            node = this;
            return node;
        }
    });

but treeOffices.dataItem(this) return always the firstNode

Help me
Vitantonio
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
132 views
Hi
I am looking at whether it is possible to use AngularJS with KendoUI. It looks like I would need to extend KendoUI DataSource or Datasource transport to call into AngularJS controllers.
Has anyone done integration of AngularJS and KendoUI? How have you gone about it?
Thanks
Peter
Peter
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
104 views
Hi Guys,

My webservice is written with ASP Web Api Json and  I can't seem to make editing work for Kendo Grid. I can only view (GET works)

I changed Create to:

url: "api/products",
type: "POST",
dataType: "json",

The post call is successful, but there is no payload on API controller side, meaning the actual object sent is null on server side.

 I am using the grid edit demo below.
http://demos.kendoui.com/web/grid/editing-popup.html

Is there anything that I have to modify on the web api side to make it simply work?  Any example is appreciated.


Thanks,
Felix
felix
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
122 views
Is it possible to create an Organizational Chart using the DataViz charting?

I have not been able to find the answer to this question in the forums or documentation.

If it is possible, it would be nice if you could provide a small example.

Thanks!
Karen
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
102 views
Hi Guys
I have just finished a massive ( $ wise) app written using Silverlight as the front end.(SQL database backend) I need to move the application over to mobile and I want to have it cross platform- obv HTML5 is the go ? Is there any tools to move from HTNL5 from Silverlight. PLEASE
thx in advance for any help
cheers
James
James
Top achievements
Rank 1
 asked on 25 Jul 2012
0 answers
166 views
Hi. I've been wandering the web for days and I cant seem to figure it out.
See, I have an MVC Telerik Grid using server binding and a custom pop up edit template that has a dropdown list.
What i need to do is , once i click edit and the data is displayed in popup, i need to have a button in popup(which i already have) that changes the dropdownlist to a textbox so it can serve as an input field. Once a user inputs on it, it will then be included in the dropdown list.
My problem is i cant switch to textbox from dropdown. The popup breaks. My assumption is that there maybe an issue with my rebinding   . Please help. Any will be appreciated.
Joseph
Top achievements
Rank 1
 asked on 25 Jul 2012
2 answers
277 views
Hi guys,
  I am trying to change the data-icon in a simple ListView here on a mobile application.  I don't want to bind this listview to data if possible because I have controls like switches in here.  I have the following:

<ul id="settings_listView" data-role="listview" data-style="inset">
                <li id="settings_mainttrack" data-icon="trash"><a href="#tabstrip-mainttrack">Something1</a></li>
                <li id="settings_burntrack"  data-icon="trash"><a href="#tabstrip-burntrack">Something2</a></li>
</ul>

and I would like to change the data-icon when this 'tab' loads, so I have a function like this:

$("#settings_burntrack").attr("data-icon", "");
$("#settings_mainttrack").attr("data-icon", "toprated");

I was hoping that the mainttrack element would have the 'toprated' icon now, but it still has 'trash'.  I think it is because the list is already painted by this point.  Is there any way to refresh the listview in the mobile side?  I tried to call 'refresh' directly but that is not a method in the mobile side.  Any thoughts would be appreciated.  Thanks!
Seth
Seth Morecraft
Top achievements
Rank 1
 answered on 25 Jul 2012
1 answer
72 views
Hi All:

I am implementing a horizontal ListView with a title-bar across the top.
http://www.telerik.com/community/forums/aspnet-ajax/listview/code-for-yahoo-weather-user-control-webpart.aspx
In Asp.Net controls it worked just fine, but with Kendo UI, I seem to have an extra one pixel around the whole Listview.  Is this a bug or can I style this away.

Phil
Phil
Top achievements
Rank 2
 answered on 25 Jul 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?