Telerik Forums
Kendo UI for jQuery Forum
0 answers
98 views
Hi,

As a newbie to Kendo UI, I understand that Kendo has its own MVVM implementation.  There is some support for KnockoutJS with Kendo UI widgets, but from what I've read, I'll get the best results if I use Kendo's MVVM rather than KnockoutJS with the Kendo UI widgets.

If I have a page that contains a mixtures of controls - Kendo UI, jQuery UI, and basic HTML element, is it possible to use a combination of Kendo's MVVM and KnockoutJS on the same page?  I guess a second question would be, can the Kendo UI MVVM be used for third party controls, or does it only work with Kendo UI widgets?

Thanks,
Notre
Notre
Top achievements
Rank 1
 asked on 10 Aug 2012
0 answers
143 views
Hi,
I have a telerik mvc grid in my application which populates data that would contain random number of columns ( I mean to say the total number of columns might change each time). Now that when i do resizing on those columns and click on grid refresh or sort, the resizing settings on columns doesn't seem to retain! So, Is there a way i could retain those column resizing settings made by the user even after clicking on grid footer refresh or on sorting?

I have gone through a demo in the Telerik Mvc Grid extensions (Column Resizing) but then there it's like fixed number of column always and so it'd retain all those settings made by the user.

I hope the attachment might provide you a clear idea about my question.
 

Thanks,
Kishore Kumar
Kishore
Top achievements
Rank 1
 asked on 10 Aug 2012
1 answer
271 views
I am experimenting with "kendo.Class.extend()".

When I inherit a new class from a base class, how can i call the base class constructor from within the derived class constructor?

The below didn't work for me.

var ClsPerson = kendo.Class.extend(
                {
                    FirstName:"<none>", LastName: "<none>", Married: false, 
                    Display: function() { alert("I am " + this.FirstName + " " + this.LastName); },
                    init: function(FirstName, LastName)
                    {
                        if (FirstName) this.FirstName = FirstName;
                        if (LastName) this.LastName = LastName;
                    }
                });
var ClsParent = ClsPerson.extend(
                {
                    SpouseName: "<none>",
                    init: function(FirstName, LastName, SpouseName)
                    {
                        //if (FirstName) this.FirstName = FirstName;
                        //if (LastName) this.LastName = LastName;
                        ClsPerson(FirstName, LastName);
                        if (SpouseName) this.SpouseName = SpouseName;
                    }
                });

var Parent1 = new ClsParent("Sakthivel", "S", "Sangitha S");
Parent1.Display();
alert(Parent1.SpouseName);

I tried calling the base class constructor like "ClsPerson(FirstName, LastName); ", but didn't get the desired results.
Maxim
Top achievements
Rank 1
 answered on 10 Aug 2012
2 answers
144 views
I am utilizing combo boxes in a form using declarative syntax.  Both are remote dataSource dependent and I have had some challenges in getting them to work properly, but I seem to finally have it down, except for one minor detail.

I want them to autobind and I have that enabled using the declarative syntax, but when I have them autobind and there is a valid value that they are looking up, the last one to finish grabs focus, and would rather a different control on the form get first focus.  I don't really want to embed view code into the dataSources, so my workaround at this point is to disable them initially and then renable them with a 2.5 second timer to ensure they have enough time to update.  This works, but it would be better if I could either tie it to an event related to the controls, or if I could prevent them from grabbing focus altogether.

Any thoughts would be appreciated.

Thanks.
Paul
Top achievements
Rank 1
 answered on 10 Aug 2012
1 answer
695 views
Kendo DropDown Example

I have a Kendo DropDownList inside of a kendo Panel inside of Form Tags. The problem is I can't select the Drop Downlist. I keep getting a "data undefined error" Data Undefined. The thing I'm not understanding the most is that I've used this code before on another page with the exact same structure and I can select the drop downs fine. Thanks
Alexander Valchev
Telerik team
 answered on 10 Aug 2012
0 answers
159 views
I want to customize the scroll bar on a kendo list view and a kendo kendo grid to match the look in the attached image.  How would I go about this?
Thomas
Top achievements
Rank 1
 asked on 10 Aug 2012
2 answers
1.1K+ views
Hello,
According to documentation the change event should be fired when grid selection is changed. But this event don't occurs when row or cell is "unselected" by operations like sort or page change. Is there any way to detect that situation?

regards
pk
piotrekk
Top achievements
Rank 1
 answered on 10 Aug 2012
0 answers
71 views
I'm developing a ASP.NET MVC3 Application using Kendo. Within the project I'm using a grid within a window.

After the read method (Grid) is called and returned I get the following error:

Microsoft JScript: DOM Exception: NOT_FOUND_ERR (8)

c.table[0].replaceChild(i,c.tbody[0])

kendo.web.min.js


  Regards,
    Sebastian
Sebastian
Top achievements
Rank 1
 asked on 10 Aug 2012
6 answers
277 views
Hi,

the configuration tab lists minHeight and minWidth as parameters, yet the examples for the kendoWindow implementation use height and width as parameters.  Can you please confirm which ones to use?
Ravi
Top achievements
Rank 1
 answered on 10 Aug 2012
1 answer
203 views
I want to set own value on tooltip of calendar dates, diff value on diff dates tooltip any suggestion.
John DeVight
Top achievements
Rank 1
 answered on 10 Aug 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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?