Telerik Forums
Kendo UI for jQuery Forum
0 answers
109 views
how to Dynamically assign value to the legend label in kendo ui chart
Gowri
Top achievements
Rank 1
 asked on 08 Jun 2012
0 answers
90 views

         Hi to all ,

  I was wondering if TileView implementation is possible or not by using KENDO .If it is not  , can you please give me other ways to create a view similar to TilwView

TileView's link that I want to have :

http://demos.telerik.com/silverlight/#TileView/FirstLook 

Thanks...
Safak
Top achievements
Rank 1
 asked on 08 Jun 2012
1 answer
418 views
Does anyone have any ideas about how to use column reordering and row templates for a grid? The problem I'm running into is that after the columns have been reordered and the user goes to the next page of data in the grid, the columns headers don't match the data.

Is there some way to access the column order in the template to adjust the order of the columns in the template?
Alexander Valchev
Telerik team
 answered on 08 Jun 2012
0 answers
95 views
Hello,

Is it possible to call an SAP web service from a mobile app developed with Kendo? (not using NW Gateway 2.0)
If so, any examples to offer?

Thanks
Timothy
Top achievements
Rank 1
 asked on 08 Jun 2012
1 answer
64 views
I have a scenario where I want to be able to select a row thats not on the first page programitically. I know how to select a row using API, I know how to set the page, but when I use both together I dont get the desired result. Here is a jsFIddle that has a sample http://jsfiddle.net/navnitmehta/pafrT/5/

Thanks for looking...
Nikolay Rusev
Telerik team
 answered on 08 Jun 2012
1 answer
99 views
Hi,
This is MVC4, ASP.net, C#

I have data model such as following

ProductId
ProductName

I tried with many time but got the same result

the ProductId is "undefined"
Why?

(function (mstats, $) {

    var Product = kendo.data.Model.define({
        ProductId: "ProductId"
    })

    var dataSource = new kendo.data.DataSource({
        transport: {
            read: {
                url: "../api/Product/GetAllProduct",
                dataType: "json"
            }
        },
        schema: {
            model: Product
        }
    });

    $('#grid').kendoGrid({
        dataSource: dataSource,
        selectable: true,
        columns: [
        {
            Field: "ProductId",
            title: "Product-Id"
        },
        {
            field: "ProductName",
            title: "Product-Name"
        }]
    });
} (this.mstats = this.mstats || {}, jQuery))



Weera
Top achievements
Rank 1
 answered on 07 Jun 2012
0 answers
104 views
Hi

I am trying to bind a large local data set (56mb) onto kendogrid. I have verified data successfully reaches client from ajax call but the grid is not able to load the data. Empty grid shows up.

What is the best way to work with large data set if I want to use local data set and not bind directly to remote dataset ?

Thanks
Aparna

Update: grid did load when I set pagesize ... Is there a way to load the grid as the data is being streamed in ?
Aparna
Top achievements
Rank 1
 asked on 07 Jun 2012
6 answers
374 views
Posting this to ask if it is a bug or expected... and also maybe help others with this issue.
If you have collapsed panels and try to enable/disable/jQuery.show/jQuery.hide/etc... to elements in the collapsed panel you get no effect or very undesired/buggy effects.

Here is my solution:
//get panelbar objects and collapsed/enabled status
 var panelBar = $("#PanelBar").data("kendoPanelBar");
 var editorBar = $('[id^="PanelEditor"]');
 var editorBarIsDisabled = editorBar.hasClass("k-state-default");
 
 //expand panelbars so we can show/hide controls
 if (editorBarIsDisabled) panelBar.expand(editorBar);
 
 // do visual changes here etc...
 
 //collapse panelbars if they were already
 if (editorBarIsDisabled) panelBar.collapse(editorBar);
Guru
Top achievements
Rank 2
 answered on 07 Jun 2012
0 answers
177 views
I would like to understand the difference between calling kendo.bind() and $('#foo').kendo<Widget>().  I have a jsfiddle at  http://jsfiddle.net/sholder/yAujr/ which demonstrates what is confusing me.  The call below to $('#listview')... does not produce the result I expect in that the nested template is not rendered.  But if I call the kendo.bind() as below then I receive the expected result.

$('#listview').kendoListView(
    dataSource:{data:viewModel.categories},
    templatekendo.template($('#category-template').html())
});

kendo.bind($('#list')viewModel) 

So, what is kendo.bind doing that the call to kendoListView() does not?

Thanks,
Shane Holder
Shane
Top achievements
Rank 1
 asked on 07 Jun 2012
0 answers
82 views
Is it possible to create mobile application using asp.net MVC  and kendo?
I know they are integrated but have no idea at what level? has anyone tried yet?
david
Top achievements
Rank 1
 asked 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?