Telerik Forums
Kendo UI for jQuery Forum
0 answers
57 views
We have solved this issue.  It turned out to be a server issue.
Shohab
Top achievements
Rank 1
 asked on 02 Nov 2012
3 answers
253 views
The kendo documentation states a clear() method: 

http://docs.kendoui.com/api/mobile/tabstrip

But yet there is none.

How can I clear the selection of the tabs.  

Robert
Iliana Dyankova
Telerik team
 answered on 02 Nov 2012
1 answer
86 views
Hi, I'm quite new to D & D .
Now I have a list of tags(check the settings.png :D), and I'm wondering if I can use D & D for sorting these tags.
And ideas or example?
Alexander Valchev
Telerik team
 answered on 02 Nov 2012
0 answers
83 views

I have a kendogrid with a custom editor on a particular cell using a kendoDropDown following this example: http://demos.kendoui.com/web/grid/editing-custom.html.  What I'm looking to do is have another drop down external to the grid, and when the value of that drop down is changed it should change all the values of the column with the custom editor, and mark them as dirty (with the k-dirty span). Right now it appears to update the cells (the text changes) but it doesn't appear to be marking them as dirty. I imagine I need to do this at a datasource level? I haven't hooked up the grid with an update method to confirm if the data is in fact updated from the server side.

JR
Top achievements
Rank 1
 asked on 02 Nov 2012
2 answers
1.2K+ views
Hi,

I want to use 2 datepickers on same page with an different culture on each picker... it possible?
Ima able to set culture with kendo.culture("xyz"); but it global to all widgets...

Thx
Marco
Snups
Top achievements
Rank 1
 answered on 02 Nov 2012
40 answers
2.3K+ views
For my users, the Contains operator seems much more useful than the Is Equal To. I changed the order of the operators when creating a Kendo Grid and that allowed me to make the Contains operator the default option in a previous release. When I updated my project to use version 2012.2.710, this now doesn't function. I have attached an example project.

How can I change this functionality to support a different default filter option?
Rihards
Top achievements
Rank 1
 answered on 02 Nov 2012
1 answer
132 views
Hi, 

I'm debugging a Kendo UI thing that I think is a bug but I cannot figure out the correct order to load the files without the minification, the source files.

Thanks.
Sebastian
Telerik team
 answered on 02 Nov 2012
3 answers
152 views
Hi,
It's just a beta but I get an error if I create a new folder and then clicks to go in it.

Regards,
Mattias
Rosen
Telerik team
 answered on 02 Nov 2012
3 answers
211 views
Hi All,

I was wondering how can i have two months view in Kendo Calendar as my client wants to have a calendar with two months and one with four months at a time.

Thanks in Advance,
Sher
Iliana Dyankova
Telerik team
 answered on 02 Nov 2012
7 answers
299 views

I have Grid
I want to use MVVM template, at creation of new record and editing of existing record. A template I start from Grid.

At start of the form from a template the data from a line Grid should be loaded. After editing of the form the data remains in a database.

How to obtain the data from row of Grid and to initialize ViewModel?
How to transfer the data in the controller for preservation?

  

 

  $(document).ready(function () {
        ViewModel = kendo.observable({
            Id: null,
            UserType: null,
 
            isSaved: false,
            isDisabled: true,
 
 
 
            edit: function (e) {
                this.set("isDisabled", false);
            },
 
            cancel: function (e) {
                this.set("isDisabled", true);
            },
 
            reset: function (e) {
                this.set("id", null);
                this.set("UserType", null);
 
            },
 
            load: function (e) {
                loadData();
            }
 
        });
 
        kendo.bind($("#form"), ViewModel);
 
var validator = $("#form").kendoValidator().data("kendoValidator");
 
 
//Button Send data to Controller
        $("button").click(function (e) {
            e.preventDefault();
 
            if (validator.validate()) {
              alert("Yes!");
 
             // How to send the data to the controller with dataSourse?
 
                 // Set an example please! 
                   
 
 
            }
            else {
                alert("No!");
            }
        });
 
 
    });
 
 
function loadData() {
    var dataSource = new kendo.data.DataSource({
                transport: {
                    read: {
                        url: '@Url.Action("_Details")',
                        data: { id: $("#type").val() },
                        dataType: "json",
                        type: "POST",
                        contentType: "application/json; charset=utf-8"
                    },
 
             schema: {
                 model: {
                     id: "id",
                       fields: {
                       Usetype: { type: "String" },
                            }
                        }
                    }
                },
 
 change: function() {
 
 //Here loading of the data
 //How here to initialize ViewModel??????????
//
 
 
  ViewModel.set("id ", this.view()[0].id);
  ViewModel.set("UserType ", this.view()[0].UserType);
 
                }
            });
 
        };
    
</script>

 

 

 

 

Leonid
Top achievements
Rank 1
 answered on 02 Nov 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
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
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?