Telerik Forums
Kendo UI for jQuery Forum
4 answers
135 views
Hi,

Just wanted to put a feature request in for two options that I think are important for the editor. One is a Preview button that pops up a preview window of the content in the editor. Great for letting clients dry run new links, see images in the page etc...

The other is something that  came to appreciate in the various open source editors, the ability to add class and style entries to links, images and other objects. This would apply classes from any style sheet included in the html page and inline any styles entered.

Thanks,

Tony
Brian Vallelunga
Top achievements
Rank 1
 answered on 22 May 2012
1 answer
147 views
I have a custom composite widget that internally uses the MVVM framework for managing its data and behavior. I have the need to have the view model trigger events at the widget level so pages using the widget can monitor its changes.

What I'm having difficulty with is getting a reference to the widget from within its view model, so that I can call the trigger function. Is there a pattern for this?

My code looks roughly like:

MyWidget = Widget.extend {
 
    viewModel: {}
 
    init: function(element, options) {
        this.viewModel = initializeViewModel(this.options)
    }
 
    initializeViewModel: function(options) {
        return new kendo.data.ObservableObject({
            someFunctionThatNeedsAccessToTheWidget: function() {
                // trigger event here
            }
        });
    }
}
Iliana Dyankova
Telerik team
 answered on 22 May 2012
0 answers
138 views
Hi
I am trying to create grid with a dynamic number of columns. I can get the grid to populate i.e. I can see the values. However, when I click in the grid cell the value disappears and the editor for the cell does not show. Here is a fiddle showing the result. I get an error in the console, but it means nothing to me.

Thanks in advance
Darren
Darren
Top achievements
Rank 1
 asked on 22 May 2012
0 answers
178 views
Hi,
   I am new to Kendoui and GRAILS.  I created a sample GRAILS application that stores some data in it's
internal database.  I would now like to use a Kendoui Grid widget to perform CRUD operations on that data.
I have seen examples of the Grid with local data, a php script, and REST calls (i think that is what the
in-line editing example shows).  Is there any example code to show how the Grid works with GRAILS?

Thanx very much...patrick
Patrick
Top achievements
Rank 1
 asked on 22 May 2012
0 answers
95 views
hi there,

Can i fix rounded percentage value in pie chart.

thanks,
Rajesh.C
Rajesh
Top achievements
Rank 1
 asked on 22 May 2012
4 answers
313 views
I created a fiddle with this issue http://jsfiddle.net/TgKF3/6/

Basically, I want the splitter div to resize along with the kendoWindow when it is resized.  So to test it out grab the lower right of the kendoWindow and drag to the right.  The splitter div is not resized (see green border).  Also, how do I make the splitter div span 100% height.  I tried setting the height of the splitter div to 100% but the splitter would not resize when the kendoWindow was resized.  Thanks in advance for your help.
Nick
Top achievements
Rank 1
 answered on 22 May 2012
2 answers
238 views
When something goes wrong with the read: on server it will send an HTML message and not deliver XML.  successCheck is never run and developer tools shows me a "Breaking on JScript runtime error -- invalid XML: ...the server response..."

Where should I put a try/catch ? Or How should I otherwise make sure the server response is actually XML before handing it off to the xml parser?
var crud = "/MyCollections";
var successCheck = function (data) { alert(data);   }
 
var dataSource1 = new kendo.data.DataSource ({
transport: {
read:
{ cache: false, url: crud, data: { action: 'list' }, success: successCheck },
update:
{ cache: false, url: crud, data: { action: 'update' }, success: successCheck },
destroy:
{ cache: false, url: crud, data: { action: 'delete' }, success: successCheck },
create:
{ cache: false, url: crud, data: { action: 'create' }, success: successCheck }
},
schema: {
type: 'xml',
data: '/TABLE/TREEVIEWS',
model: {
fields: {
treeview: "treeview/text()",
name: "name/text()",
timestamp: "timestamp/text()"
} } } });



Thanks,
Richard
Richard
Top achievements
Rank 1
 answered on 22 May 2012
0 answers
98 views
Hei
I want to display all menu items when clicking on menu .Can anyone tell how to achieve this ,.
For example

I have menu

Furniture
 -Deko
-Fancy
-Roman

Now when i click on Furniture and select the "Deko" It shud display the Selected Item
Momi
Top achievements
Rank 1
 asked on 22 May 2012
0 answers
28 views
Hello,

I've noticed that playing mp4 format video (with html5 video tag) under kendo view works well on my computer's browsers but not on my iPad's safari.

Is this a bug or something? 

Hoping for your response. thanks.
Flute
Top achievements
Rank 1
 asked on 22 May 2012
0 answers
219 views
Hi all,

i need to have a web app where the user has to give an input in the browser input box and based on that a query will be executed using php and the database MySQL and the corresponding result will be displayed in the browser.
I am compleatly new to both the mobile app and web app development.I would like to mention that what ever work i am doing is entirely on wamp server.
It would be great if any help i get from this forum.

Thanks,
Swarup
Swarup
Top achievements
Rank 1
 asked on 22 May 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?