Telerik Forums
Kendo UI for jQuery Forum
1 answer
86 views
Hi Telerik!

I created two custom command in one View and created two Window for each but I run into a problem

If I click to the button the java script gave me error undefined window.. If I delete one of them it works.

Is there a solution to use more Window in one view or its imposibble?


Thanks in advance

Stewie
Dimo
Telerik team
 answered on 14 Apr 2014
1 answer
125 views
Now I have a TabStrip,this TabStrip has tow items,in first item,there is a tree view,how could i check  or uncheck the TreeView Item When Clicking the Label,and if all children is checked  the parent checkBox  is checked 
yyy111
Top achievements
Rank 1
 answered on 14 Apr 2014
3 answers
145 views
I'm using a Kendo TreeView with checkboxes, similar to the example provided on the demo page here.  It appears that the behavior of the TreeView widget with checkboxes enabled is that checkboxes are only checked when the checkbox itself is not clicked and not when the node is clicked.  In the following jsFiddle, I'd like to, for example, click the text My Documents and have it's associated checkbox, and all child checkboxes checked.

http://jsfiddle.net/13daysaweek/9bSFr/

Is this behavior possible with the TreeView?
yyy111
Top achievements
Rank 1
 answered on 14 Apr 2014
1 answer
90 views
I am now checking the functionalities of Kendo Mobile's widgets and trying to find out how I can use them in the best way to solve my requirements.

In the application that I want to develop, I need a toolbar in which I will have buttons like:

- Add
- Save
- Remove
- Copy
- Cancel

I thought that the best widget that answers my form appearance expectations would be the tabstrip object in Kendo UI Mobil but afterwards I got confused if this widget is the correct solution.The problem is

- Some options (= tabs in this case) should ve unavailable in some cases
- More than 1 option will be available at the same time
- The click needs to trigger a function, not a page change

I also thought may be I could use a buttongroup instead but also for this I am not sure..what would you recommend?
Kiril Nikolov
Telerik team
 answered on 14 Apr 2014
6 answers
237 views
Congrats on Kendo UI Mobile performance.  It's certainly the fastest framework around.

However there is one place where I can notice a significant performance lag: checkboxes and radios.  On the mobile emulator it performs fine, after wrapping a Kendo App in PhoneGap/Cordova, there is a half-second delay between selecting a checkbox and the appearance of the check.

Is this a known issue?  If so, is there anything I can do to fix it?

Does FastClick help in this case.  I'm under the impression that FastClick won't help a Kendo app wrapped in PhoneGap because Kendo already uses the touch event for all browsers.  Is this impression correct?

Kiril Nikolov
Telerik team
 answered on 14 Apr 2014
18 answers
573 views
There seems to be an issue with Safari where I imagine the Kendo framework is getting an incorrect window height.  If you look at the attached image it looks like the view height is offset about as the height of the new tab strip feature.  Is there a work around for this?  Is this an iOS Safari bug?

Scott
Kiril Nikolov
Telerik team
 answered on 14 Apr 2014
1 answer
460 views
Hello,


When performing a search query, I return different results that do not have the same data structure and therefore, require different templates to be displayed in a list, one after another (there can be users, events, places ...).

I'd like to know how to display 2 different templates in the same view ? can it be the same listview ? or 2 listviews one after another ? or is there a better way to do it (maybe by simply using jquery/append ?)

What's the best way to do it ?

Thank you very much :)
Kiril Nikolov
Telerik team
 answered on 14 Apr 2014
3 answers
298 views
Looking at the documentation (and also in the code) there doesn't seem to be an event fired when a user changes the locked status on a column via the column menu, if the user drags a column into the locked area then a columnReorder event is fired, is there a way of detecting when a user has changed the lock state of a column so that I can automatically store and restore the locked column states?
Nikolay Rusev
Telerik team
 answered on 14 Apr 2014
9 answers
294 views
I trying to hunt down and example on how to wire the Kendo Grid using the uber-awesome MVC Wrappers to call WCF Plain services that I generated from the Telerik OpenAccess rlinq file. I know there are plenty of examples using javascript but my whole website is using the MVC Wrappers and I don't like to have any one-offs - if you know what I mean. Please help.

@(Html.Kendo().Grid(Model)
    .Name("Grid").Sortable().Selectable().Scrollable().Filterable().Groupable()
    .Resizable(c => c.Columns(true))
    .Columns(columns =>
    {
        columns.AutoGenerate(true);
        columns.Command(c => c.Edit());
    })
    .Pageable(pager => pager
        .PageSizes(new int[] { 15, 30, 50, 100 })
    )
    .ToolBar(commands => 
    {
        commands.Create();
        commands.Custom()
            .Text("Clear Filters")
            .Action("Index", "Jobs");
    })
    .DataSource(dataSource => dataSource
        .Ajax()
        .Model(m => m.Id(v => v.JOB_TITLE_ID))
        .PageSize(15)
        .Read(read => read.Url("localhost:8082/TrainingService.svc/ReadJOB_TITLEs"))
        .Update(update => update.Action("Edit", "Jobs"))
        .Create(create => create.Action("Create", "Jobs"))
     )
)
Atanas Korchev
Telerik team
 answered on 14 Apr 2014
3 answers
279 views
TypeScript 0.9.0 was just released (http://blogs.msdn.com/b/typescript/archive/2013/06/18/announcing-typescript-0-9.aspx), but the kendo.all.d.ts typescript definitions aren't compatible with it. The TypeScript 0.9.0 compiler throws 20 errors about "'declare' modifier required for top level element.".

Any ETA on a typescript type definition file that supports TypeScript 0.9.0?
Atanas Korchev
Telerik team
 answered on 14 Apr 2014
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
Iron
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
Iron
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?