Telerik Forums
Kendo UI for jQuery Forum
6 answers
291 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
682 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
494 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
338 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
333 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
326 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
2 answers
185 views
Hello Kendo team:
I've been waiting this feature for a long time, but it seems that when you set locked columns in an editable grid, these columns are not shown.
If you change column ProductName to be locked in your editing.HTML sample you can see this issue.
If tried this with kendo ui 2014.1.409
Nikolay Rusev
Telerik team
 answered on 14 Apr 2014
1 answer
305 views
I'm using the Scheduler control. Double clicking an event opens a dialog to allow it to be edited. Amongst other controls, the dialog has a Time Zone button and a Owner drop down.

How do I go about removing these?

Thanks.

Abrar
Daniel
Telerik team
 answered on 14 Apr 2014
6 answers
503 views
Hi,

I'm trying to add a "select all" checkbox to a grid (along with a column of checkboxes). Using the several samples available, this works fine for a mouse. I was also able to get the table body checkboxes working using the technique in the grid walkthru. However, this doesn't seem to work on the table header. Is there anyway to get this to work? The only thing that even comes close is setting tabindex=0 on the header checkbox, but this results in the header and body behaving differently, which isn't very good either.

Mark

Sources:

http://www.telerik.com/support/code-library/select-grid-rows-using-checkboxes-and-preserve-it-between-the-pages
http://docs.telerik.com/kendo-ui/getting-started/web/grid/walkthrough#keyboard-navigation

Fiddle: http://jsfiddle.net/e2x9g/7/
Mark
Top achievements
Rank 1
 answered on 11 Apr 2014
1 answer
1.5K+ views
Hi,

i wan´t to disable one Button in the ToolBar Section of the Grid. How can i do this?

Greetings Dee
Dimiter Madjarov
Telerik team
 answered on 11 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
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
DropDownTree
ListBox
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
LLM Kit
+? 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?