Telerik Forums
Kendo UI for jQuery Forum
0 answers
191 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
102 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
127 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
265 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
1 answer
1.2K+ views
Hi there,

Is it possible to disable columns (Or at least remove their sort functionality so when they are clicked) without having to redraw the entire grid?

I have a grid with sorting initially enabled, then when a button is clicked I want to move into a "design mode" and therefore need to remove the sortable functionality (or at least stop the event firing when a column is clicked which causes a read of the datasource). 

Is there any way to do this? I managed to disable filtering by hiding the filter icon but can't seem to disable sorting in any way...

Thanks in advance!

Rob
Alexander Valchev
Telerik team
 answered on 07 Jun 2012
1 answer
128 views
Suppose I have 
<button id='btn' class='k-button' data-nodeid='111'>XYZ</button>
<div id='grid1'></div>

and data
var rows = [
  { "one": "1", "two": "21", "three": "31", "nodeid":' ' }
,   { "one": "2", "two": "22", "three": "32", "nodeid":' ' }
,   { "one": "3", "two": "23", "three": "33", "nodeid":'123' }
,   { "one": "4", "two": "24", "three": "34", "nodeid":' ' }   
    ];
 
var btnNodeid = $('#btn').data('nodeid');
 
$('#grid1').kendoGrid({
    dataSource: rows
)}

What I would like is to set a row to display in italics when the row that has a nodeid value different than that of the button.  I do not want to show the nodeid in the grid.

I've tried templating the row with no success

var window.btnid = $("#btn").data('nodeid');
...
kendoGrid({
...
rowTemplate: '<tr #if (nodeid != ' ' && nodeid != window.btnid) { class=italic }#><td>${one}</td><td>${two}</td> .... ';





Dimo
Telerik team
 answered on 07 Jun 2012
0 answers
127 views
hi,
To display the image in the list view dynamically,
in the view i used the image tag like:<img src="@Url.Action("GetImage/${ID}", "Home")"  alt = "${name} image" />
how can i pass this value dynamically to the controller and the url is not identifying the special characters.
charan
Top achievements
Rank 1
 asked on 07 Jun 2012
1 answer
9.1K+ views
I can't seem to get the success callback to execute on this datasource. I am getting the data, so I know the call is working, just the success callback is not firing: 

var dsReviewList = new kendo.data.DataSource({
    schema: {
        data: "d",
        model: {
            fields: {
                resID: { type: "number" },
                resDate: { type: "string" },
                description: { type: "string" },
                amount: { type: "number" },
                selected: { type: "boolean" },
                total: { type: "number" }
            }
        }
    },
    transport: {
        read: {
            contentType: "application/json; charset=utf-8",
            type: "POST",
            dataType: "json",
            url: "OWLV2be.asmx/GetReviewReservations",
            success: function (data) {
                alert(data);
            },
            error: function (xhr, error) {
                console.debug(xhr); console.debug(error);
                alert('error');
            }
        },
        parameterMap: function (data, operation) {
            return kendo.stringify(data);
        }
    },
});

Please help, thanks,

George




Nikolay Rusev
Telerik team
 answered on 07 Jun 2012
0 answers
105 views
I have a input form that display with the following format:

Label1: Input1
Label2: Input2 
Label3: Input3 

However one of my inputs is a kendo grid. Instead of

Label4: KendoGrid

I get

Label4:
KendoGrid

(Where the grid displays below the label). Is there anyway I can make the grid display beside the label instead?
Kyle
Top achievements
Rank 1
 asked on 06 Jun 2012
2 answers
131 views
Hi,

Could someone please tell me why my second listview lv2 is undefined here after the init of lv1 ? -

http://jsfiddle.net/wickedw/SXrH5/ 

Many thanks
Matt
Matt
Top achievements
Rank 1
 answered on 06 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
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
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
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?