Telerik Forums
Kendo UI for jQuery Forum
5 answers
159 views
I would like to be able to drag and reorder items using Kendo,
How do I easily acheive this. I want to be able to persist the new order
by making a call that updates the relevant tables in a database


please see the url below


 http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/
Guillaume
Top achievements
Rank 1
 answered on 26 Mar 2012
2 answers
138 views
I have a dropdownlist with the data-bind attribute set to {value: myfield} and data-source attribute set to {"transport":{"read":"myurl"}} (and the data-role of course).
It is loading the datasource 2 times (2 requests to the server). I think that the first time the data is read on creation of the DataSource and the second time when the value is binded. But I am not sure about that. I saw that the second time does not occur when myfield is empty.
Hope you can reproduce this with this info, if not I will take some time to create simple repro.

Regards, Jaap
Jaap
Top achievements
Rank 2
 answered on 26 Mar 2012
0 answers
102 views
Hello,

Will it be useful to have functionality similar to converters in Silverlight?
I am thinking about ability to have function which could convert value on set.
This could add  flexibility to the framework.
Something like:

var viewModel = kendo.observable({
            currencyAmount: 100.0,
            currencyText: {
 get: function () {
   var value = viewModel.get("currencyAmout");
   // convert to string and return converted formatted value.
},
 set: function (value) {
   // convert from string.
   viewModel.set("currencyAmout", amount);
}}
});


Andrey
Top achievements
Rank 1
 asked on 26 Mar 2012
1 answer
120 views
I wasn't able to make it to the bonus hands-on session after the keynote that was supposed to dive into detailed MVVM example.  I'm not seeing that on the youtube channel. Is that coming soon?
Brandon
Top achievements
Rank 2
 answered on 26 Mar 2012
1 answer
130 views
Where can I find the source code for the play list editor demoed in yday's Q1 launch webinar?
Brandon
Top achievements
Rank 2
 answered on 26 Mar 2012
9 answers
339 views
Hi,

In some sample code, namely the Grid's "Binding to remote data" sample code, we can see the following:

 $("#grid").kendoGrid({
  dataSource
: {
type
: "odata",
     transport
: {
      read
: "http://demos.kendoui.com/service/Northwind.svc/Orders"
     
},
          ...

I can't find this "type" property documented anywhere. There is a "dataType" property documented as part of the DataSource's transport's CRUD configuration. Are they related ?

Thank you
Atanas Korchev
Telerik team
 answered on 26 Mar 2012
4 answers
428 views
Is there any way there i can exclude the field containing remove button.

i did something like this.
$("input:file").kendoUpload({

            async: {

                autoUpload: true
            },
            select: onSelect

        });
     });  
    function onSelect() {
        $('.k-button').click();
        return $("#personal_image_submit_add").trigger("click");
    }

i did    $('.k-button').click(); to remove the field. but it doesn't work. Need suggestion in this regard.
Saqib
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
65 views
I want to use the inside of the kendoui project loading effect, how should I do? 
Seaman
Top achievements
Rank 1
 asked on 26 Mar 2012
7 answers
200 views
It was mentioned that current Kendo UI customers attending the keynote event today with be upgraded to Kendo UI Complete.  Does this apply to Telerik Premium Collection for .NET customers which Kendo UI is already a part of the collection?
Clint
Top achievements
Rank 1
 answered on 26 Mar 2012
0 answers
102 views
We tried to do this with a list before we realized it doesn't support Virtualization  yet.

We are trying to use the kendo ui Datasource+ a control, to render a template as a series of divs with virtualization.

Is there a way to remove the table tags from the grid control?

Virtualization  seems to be implemented on the controls not the datasource so I assume theres no way to use it with just the dataprovider? or maybe tell the data provider to page, but append vs load new data? 

this is the plugin we are tring to add  http://isotope.metafizzy.co/ 


Thanks,

-Andrew


Andrew
Top achievements
Rank 1
 asked on 26 Mar 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
Drag and Drop
Application
Map
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
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?