Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.4K+ views
I'm opening a kendo window with a ajax content and I'm also passing some data into the window as shown below. 
 
if (!window.data("kendoWindow")) {
                  window.kendoWindow({
                      content: {
                          url: "selectcontact.htm",
                          data: {
                              op1: agencyId,
                              op2: agencyName
                          }
                      },
                      title: "Select a Contact",
                      actions: ["Refresh", "Close"],
                      visible: false,
                      modal: true,
                      close: onClose
                  });

Now within selectcontact.htm how do I access the op1 and op2 ? I have a kendo combobox thats bound to an oData service and I the need to pass op1 into the uri. 
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 07 Jun 2012
2 answers
298 views
I need to insert 5 icons on iOS tabstrib but default icons are too big to fit five icons on one row inline.....how can I resize icons (I think 64px) to 48px or 32px ???? I want also resize height of tabstrip...It's too high for 48px/32px icons!

Thanks
aismen
Top achievements
Rank 1
 answered on 07 Jun 2012
6 answers
136 views
Hi,

I try to get SVG of Linear Gauge but I can't do it, I mean, I have two exceptions and I don't know what is that. Can you help me? 

it's occurs in this part:
var gauge = $("#gauge").data("kendoLinearGauge");
     gauge.svg();  

Uncaught ReferenceError: Chart is not defined  
Uncaught TypeError: Cannot read property '_animation' of undefined  

thanks,

Paula Castellanos
Paula
Top achievements
Rank 1
 answered on 07 Jun 2012
0 answers
273 views
exported chart in pdf not showing it pick value , insted it showing pick small rectangle block with small dot inside scale region.please give any how to convert it as image and then to pdf using itextsharp.
i am using this coding

 

function createChart() {

 

$(

"#chart").kendoChart({

 

theme: $(document).data(

"kendoSkin") || "default",

 

title: {

text:

"Internet Users"

 

},

legend: {

position:

"bottom"

 

},

chartArea: {

 

//It's important that your background NOT be transparent for proper exporting

 

 

//of some file types - most noticeably Jpeg

 

background:

"white"

 

},

seriesDefaults: {

type:

"line"

 

},

series: [{

label:{

visible:

true

 

},

name:

"World",

 

data: [15.7, 16.7, 20, 23.5, 26.6]

}, {

label:{

visible:

true

 

},

name:

"United States",

 

data: [67.96, 68.93, 75, 74, 78]

}],

valueAxis: {visible:

true,

 

labels: {

format:

"{0}%"

 

}

},

categoryAxis: {

categories: [2005, 2006, 2007, 2008, 2009]

},

tooltip: {

visible:

true,

 

format:

"{0}%"

 

}

});

 

//Lets load the svg into a hidden field for server side availability

 

 

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

 

$(

'#hfSVG').val(chart.svg());

 

}

please help in this which is not rendering the

data: [67.96, 68.93, 75, 74, 78] at pdf

Manjunath
Top achievements
Rank 1
 asked on 07 Jun 2012
3 answers
179 views
I am looking to add an additional "title" to the Pie Graph directly above the legend - similar to the X-Axis label for a line graph.

Is this possible?
Iliana Dyankova
Telerik team
 answered on 07 Jun 2012
0 answers
83 views
Dear All,

What is way of coding to mobile application and web application ...

Thanks in Advance...!
Susi
Top achievements
Rank 1
 asked on 07 Jun 2012
0 answers
180 views
Hello All,

We are building an intranet application - to be used entirely within our organization/college only - Can we use kendo ui GPL license?

we need exact usage scenario's where we can use or cannot use GPL license for free version of kendo ui.

More clarity on exact licensing and usage or where can i find them , will be of great help.

Thank you.
pawan
Top achievements
Rank 1
 asked on 07 Jun 2012
0 answers
97 views
Dear All,
        I am developing mobile application using Kendo UI..I can implement mobile application code to web application or
not..

Thanks in Advance..!
Susi
Top achievements
Rank 1
 asked on 07 Jun 2012
2 answers
117 views
This is driving me mental....not sure whats going on

http://www.screencast.com/t/F15107WO9F7

On my dev site the kendo cdn is giving me an encoded file, and IE9 complains throwing script errors (as seen here)

However on my live site
http://www.sitefinitysteve.com/contact
It looks like the CSS that's coming over encoded...

Its fine in FF and Chrome, but IE (9) is driving me mental

Do you have any idea at all what might cause something like this?  I've disabled all my addons (all 2...lastpass and test studio) still happens.  I also have 1.1 turned on like that forum recommended.

Steve

sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 07 Jun 2012
3 answers
235 views
Consider the code at: http://jsfiddle.net/vapKb/2/

It runs as is only because of the inclusion of data-role="listview" on the #folders div in the HTML. This has other meaning for kendo and k-widget class is added etc so, ideally, I'd like to be able to omit it?

If this attribute is removed, then an error is thrown:

Uncaught ReferenceError: Type is not defined 

Any thoughts?
Alexander Valchev
Telerik team
 answered on 07 Jun 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?