Telerik Forums
Kendo UI for jQuery Forum
3 answers
192 views
I have not found any simulator that can be used developing and using Kendo mobile in visual studio. Without that it is difficult to develop.
There is no good documentation on how to integrate Kendo mobile in visual studio. 
 Is there going to be a simulator to be used in visual studio?
Atanas Korchev
Telerik team
 answered on 26 Jun 2012
0 answers
194 views
In my project there are two tabstips, each containing a kendo grid. The tabstrip is located in a aspx page and two tabstrip hold the html pages. The grids are located in these html pages. I've written the code to load the tabstrip like following,

$(document).ready(function () {
            $("#tabstrip").kendoTabStrip({
                animation: { open: { effects: "fadeIn"} },
                contentUrls: [
                        'Page1.htm',
                        'Page2.htm',
                    ]
            });
        });


Now at the first time it is running ok, But the problem comes, in the grid of 1st tab when i made some changes, which i expected to get reflected in the grid of 2nd tab, but it is not happening as the grid inside tab2 refreshes only once.
How can I do this? Please help.
Priyojit
Top achievements
Rank 1
 asked on 26 Jun 2012
1 answer
259 views
I have the open source version of Kendo for evaluation purposes. I would like some help with the Tabbed MDI Layout.

 

 

 

 

 

 

 

When I tab back to first tab it draws new tab below first tab content. If I open a new tab again that will draw another tab below previous and it repeats.

Other thing I want is to close when user click on close image.

 

Furthermore to that I need active content IE: databound grid work inside the tab. currently clicking on grid button takes me to a new page leaving the tabbed layout page. Simply I need tab to work like iframe but referencing the scripts and resources loaded into page.

Please see attached Word Document and Source for additional information.

Regards,
Aditya

Nishantha
Top achievements
Rank 1
 answered on 26 Jun 2012
1 answer
487 views
My grid use batch editing. When i change value of a column, it will call save event. I want to access the edited row in that event. Please help me..
Nikolay Rusev
Telerik team
 answered on 26 Jun 2012
0 answers
61 views
Hi there!,

we can change the pointer image like attached image?

Please one of you help me out.

thanks a lot
Rajesh.C

Rajesh
Top achievements
Rank 1
 asked on 26 Jun 2012
0 answers
175 views
Hello,

I'm wondering if anyone has built a shopping cart with Kendo UI that they'd like to share?

Thanks!

~ Dave
Dave Navarro
Top achievements
Rank 2
 asked on 25 Jun 2012
0 answers
108 views
Is it possible to share one editor toolbar with multiple kendoEditor controls?
Wasif Abbas
Top achievements
Rank 1
 asked on 25 Jun 2012
4 answers
253 views
Hi, 

is there any way to fix the position of header and footer-div in an ios-app? Because at this time, header and footer can be moved up and down, and so it don't feels like an native app.

Best regards and thanks for your help,
Dominik
Dominik
Top achievements
Rank 1
 answered on 25 Jun 2012
0 answers
89 views
I have the need to remove a widget from the DOM and create a new one.
Adding a widget is obvious but how to remove an existing one?
Thanks
nachid
Top achievements
Rank 1
 asked on 25 Jun 2012
1 answer
107 views

In the attached program, when you load “Survey Local”  the charts on the left and right looks the same and this is how they should look.

 The problem is once you click on any “yes” or “no” button I programmatically update the chart by following codes near line 719

 var chart = $("#PieChart1").data("kendoChart");

                        chart.options.series[0].data = series;

                        chart.refresh();

 The chart did update but the layout changed too which should not happen and I had no idea why.

 Please Help.

 Thanks

Edwin

Iliana Dyankova
Telerik team
 answered on 25 Jun 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?