Telerik Forums
Kendo UI for jQuery Forum
0 answers
48 views
It seems that with the following demo the data never gets submitted to the server:
http://demos.kendoui.com/web/grid/editing-custom.html
I would like to use something like this but can't seem to get it to publish the data to the server. (I'd prefer automatically after editing is done (edit stops))

Thanks
GungFooMon
Top achievements
Rank 1
 asked on 26 Jul 2012
1 answer
188 views
When I place my application on my Android via phonegap, the date picker is just a text field. Is this how it is supposed to work? Having users enter dates manually is not a very good way to get an accurate date. My application depends on dates fairly heavily. When I view my application using a browser, the calendar control is present, but once I package it, it is just a text box.
Iliana Dyankova
Telerik team
 answered on 26 Jul 2012
2 answers
319 views
Hi,
I need to create a editable kendo grid - Batch eiditing , which adds/removes a row . Here i acheived it with kendo grid- batch editing as mentioned in the demo. My requirment is something like i need to initialize the grid with no data . But i was not able to do it & hence giving some sample data to initialise it. But i need the grid with an empty data but only with the header with options to add record. Also if i delete all the grid rows & try to add the first row then it is giving me error "Microsoft JScript runtime error: Unable to get value of the property 'id': object is null or undefined" , attaching the screenshot of the same.
Kindly help me out in resolving the creation of grid with no data .

Here goes my code :
var data = [
                {
                    Company: "Spark Tech",
                    Country: "USA"
                }

            ];

                $j("#ComapnyDetailsGrid").kendoGrid({
                    dataSource: {
                        data: data,
                        batch: true,
                        pageSize: 30,
                        schema: {
                            model: {
                                fields: {
                                    Company: { validation: { required: true} },
                                    Country: { type: "string" }

                                }
                            }
                        }
                    },
                    editable: true,
                    toolbar: ["create", "save", "cancel"],
                    columns: [
                  { field: "Company", title: "Company*" },
                  { field: "Country", title: "Country" },
                  {
                      command: "destroy"
                  }
                ]
                });



Thanks in advance.
Kalyan
Top achievements
Rank 1
 answered on 26 Jul 2012
1 answer
101 views
Hi,

I think we need a better Appearance and Styling documentation. For instance I would want to setup style attributed on my controls ahead of time to enable better rendering experience. Since there is no  documentation the only way to do it is by copying the style form html source and then applying it to elements. Specifically applicable to container controls such as tab. We should be able to style them ahead of time before callling kendo method.
Am I missing some thing?

Thanks,
Max
Dimo
Telerik team
 answered on 26 Jul 2012
3 answers
95 views

Has anyone tried to actually pack the Kendo Mobile blackberry application with Webworks and deploy on the phone? Test page shows correctly on the Ripple simulator (served from IIS), but loses formatting completely when deployed to the phone.



 
Kamen Bundev
Telerik team
 answered on 26 Jul 2012
0 answers
99 views
I'm adding a new tab dynamically to my kendoTabStrip. This is working fine, but the new tab does not get wrapped in an <a> tag like the tabs which are created from the <li>'s, rather it is wrapped in a <span>. Here is my code:

<div id="tab-strip">
  <ul>
    <li class="k-state-active" id="tab1">Tab 1</li>
    <li id="tab2">Tab 2</li>
  </ul>   
  <div>
    Content 1
  </div>
  <div>
    Content 2
  </div>
</div>
 
 
 
$('#tab-strip').data('kendoTabStrip').append([{
    text: "New Tab",
    content: "my content"
}]);

Is this the expected behavior? Is there a way to specify the wrapper for the tab text?
Charles
Top achievements
Rank 1
 asked on 26 Jul 2012
9 answers
356 views
Ok, so I have the autocomplet bound to an oData datasource.  When I select one of the items in the list, I want to callback to the service with the key for that item to populate a template on my page

How do I go about doing that? :)
James
Top achievements
Rank 1
 answered on 25 Jul 2012
3 answers
579 views
I read through the documentation, but it doesn't appear that textarea is a supported input type for mobile. Is this going to be supported in the future or is there a workaround to ensure that it will work?

I'm working on a proof of concept that I intend to integrate with PhoneGap to produce an Android app with, and I'm trying to determine what the limitations are.

Thanks.
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
1 answer
85 views
Hi, 
I'm facing some problem to implement pull to refresh feature. Actually I have to show some RSS feeds which I'm getting using yahoo.pipe and I'm returning json object, which schema you can view in attached image.

Problem is this I need to bind items with list view and every time request to this remote pipe it will return me a single object and that particular object internally contains items array and I have to bind this item array to list view and implement pull to refresh. I'm not sure how could I do this. 

I read documentation and try to define the schema of my return json object but still, I'm not able to show data. If I go through the firebug or developer tools its requesting the provided URL but just because of single object in return on every call, I'm not able to bind it with list view and implement pull to refresh feature. Its my limitation that I must have to return single object and that will contain items array which will bind with list view with pull to refresh feature.

Please help me, I'm stuck on it.
Alexander Valchev
Telerik team
 answered on 25 Jul 2012
0 answers
93 views
Hi,

I believe I have stumbled across an issue with the most recent release of the Kendo Web UI JavaScript library in the MVVM bindings.

It seems that when you define a binding snippet of HTML using the data-template and nest a second data-template the parent template is incorrectly re-rendered when the child collection is changed.

I have created two JSFiddle projects that demonstrate the issue in 2012.2.710 and the the code working correctly in 2012.1.322.

The data set that I am working with in my project can contain 1 to many image sets (collections of images AKA a layer) and each image set can have 0 to many images.

When I attempt to add a new image to the image set's images array the MVVM bindings refresh for the image set and render a second time using the selected image record as a new "image set" resulting in the entire snippet being repeated on the page.

This behavior did not exist in 2012.1.322.

The expected behavior of the code I have provided is that when you click add image the new image will be appended to the images already displayed.

My sample project:

Using Kendo 2012.1.322 (working correctly)

Using Kendo 2012.2.710 (incorrectly rendering the parent data-template)
Glenn
Top achievements
Rank 1
 asked on 25 Jul 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
Licensing
ScrollView
Switch
TextArea
BulletChart
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
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?