Telerik Forums
Kendo UI for jQuery Forum
1 answer
92 views
Hi,
i have a kendo ui grid which i am populating using local data and it works fine, but can i use the inline or popup edit to call my javascript function when data is edited.
thankyou
Rakesh
Top achievements
Rank 1
 answered on 19 Jul 2012
0 answers
32 views
Hello,

Anyone jnows if it's possible to use KendoUI ( or if there are any HTML5 browser ) for Windows Mobile 6.1 devices?

Thank you
David Maya
Top achievements
Rank 1
 asked on 19 Jul 2012
0 answers
98 views
Hi evrybody !
where is the kendoUI themebuilder ?
z
Top achievements
Rank 1
 asked on 19 Jul 2012
1 answer
280 views

Requirements

Kendo UI v2011.3.1407


1.7


IE, FF, Chrome


Window



PROJECT DESCRIPTION 
I want to use the Keno UI Window widget in our training web pages.  It would require there be multiple pop-ups using the Window function throughout each course page (sometimes 20-30 images).  Do you have any guidance or examples on using the Window widget in this fashion?
Ravi
Top achievements
Rank 1
 answered on 19 Jul 2012
3 answers
200 views
hi,
I have a panel bar and grid.I want to display grid inside the panel bar.I loaded the panel bar using ajax.I created the grid in a separate view.I have loaded the grid inside the panel bar using "contentUrl".it is displaying in side the panel bar but the grid is displaying two times as shown in the following attachment. can u tell me what is the reason for displaying the grid multiple times.
charan
Top achievements
Rank 1
 answered on 19 Jul 2012
0 answers
86 views

When grid is embedded inside the tabstrip the reorderable of column does not work.
Example for this is created in jsfiddle

http://jsfiddle.net/vraj/8CAwf/63/ 

Grid is embedded in second tab

Can you give a better idea to solve this issue
Vimal
Top achievements
Rank 1
 asked on 19 Jul 2012
0 answers
93 views
HI:

i was wondering if it is possible to have ability like the tooltips in the kendo ui dropdownlist, to show the information for each item in the list?
Justin
Top achievements
Rank 1
 asked on 19 Jul 2012
7 answers
1.4K+ views
I want to read from an array and perform CRUD operations on this array but am struggling to find examples of this as all the transport:read examples read the data from a URL instead of an array.

The below works but does not need the CRUD operations

function listTicketsInit() {     
     
    var ticketdata = <?=json_encode($tickets)?>;
      
     var ticketDataSource = new kendo.data.DataSource({
         data: ticketdata,
         dataType: "json",
         schema: {
           model: {
               id: "ThreadID",
               fields: {
                   DateCreated: "DateCreated",
                   ThreadID: "ThreadID",
                   Subject: "Subject",
                   Closed: "Closed"                       
                  }
              }
          }
      });
 
     $("#support_list").kendoMobileListView({
         dataSource: ticketDataSource,
         //pullToRefresh: true,
         appendOnRefresh: true,
         style: "inset",
         template: $("#support_list_template").text()
     });
      
}

The below does not work with and I get "g is undefined" error.  Im not sure of the syntax and how to  get it to read from the array.

var messagedata = <?=json_encode($messages)?>;
 
var messageDataSource = new kendo.data.DataSource({
     
  data: messagedata, 
  
  transport: {
      update: {
          url: "/messages/markasread/<?=$message->message->id?>/0",
          type: "GET"
      },
      destroy: {
          url: "/messages/delete/<?=$message->message->id?>",
          type: "GET"
      }
  },           
     
  schema: {
    model: {
        id: "id",
        fields: {
            created: "created",
            message: "message",
            customer_name: "customer_name",      
            isnew: "isnew",      
           }
       }
   }
 });
 
$("#message_list").kendoMobileListView({
    dataSource: messageDataSource,
    //pullToRefresh: true,
    appendOnRefresh: true,
    style: "inset",
    template: $("#message_list_template").text()
});


Can anyone advise?
Keith
Top achievements
Rank 1
 answered on 19 Jul 2012
0 answers
85 views
I noticed that the tabstrip in our app was very large on the iPhone 3gs until I saw it on a 4s.

I have read here about the ability to resize http://www.kendoui.com/forums/mobile/tabstrip/width-height-icons-on-tabstrip.aspx but wouldn't that make it smaller on the 4s too?

Isn't there some 'auto' resize function in the framework that deals with device resolutions and tabstrip icon sizes?



 
Ben
Top achievements
Rank 1
 asked on 19 Jul 2012
0 answers
88 views
Do you have any simple example of what do I need to add, CSS links, or JS links in order for my application to look metro?
Mauricio
Top achievements
Rank 1
 asked on 18 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?