Telerik Forums
Kendo UI for jQuery Forum
1 answer
165 views
How to make that hide in lines with the time, I only need the line "all day"? 


Thanks
Dimo
Telerik team
 answered on 26 Aug 2014
1 answer
73 views
As I known  Kendo renders the old school SVG rather than the HTML5 Canvas, html tags don't work.
So we have to use SVG tags.
but the IE 7-8 browsers does not support svg tspan, so how can I use this?

e.g.<tspan x="30" dy="0" text-anchor="middle">Test</tspan>
Sebastian
Telerik team
 answered on 26 Aug 2014
2 answers
219 views
It may be im just tired and missed a something.

I have a few listviews that im converting to use AngularJS. but im having a trouble with the edit mode.

<div kendo-listview
            id="listView"
            k-data-source="DataSource"
            k-template='ListViewTemplate'
            k-edit-template='ListViewEditTemplate'>
</div>

I presume the last part 'k-edit-template' is correct as there is a lack of samples as confirmation.

It has items, it loads up the view template just fine. I have my edit buttons as before.... but clicking on the edit button does not do anything.
Do the edit buttons need to change at all to have the listview fire?

Thanks,
Matt
Matt
Top achievements
Rank 1
 answered on 26 Aug 2014
2 answers
150 views
Please help. How to load grid column template from <script> tag with mvvm.
Example here:  http://dojo.telerik.com/Ivuy/3
When i add   template:'kendo.template($('#name-template').html())' all break.

Rodion Nikolaev
Top achievements
Rank 2
 answered on 26 Aug 2014
4 answers
149 views
Hi,

We would really like this feature. Is it possible to gather all the filters and then do one filter request back to the server vs each filter kicks off a request. Our users will usually (almost always) filter on multiple columns. I've searched the API docs and forums but no luck. Please advise.

thanks!
Petur Subev
Telerik team
 answered on 26 Aug 2014
3 answers
60 views
I have a Kendo tabstrip with multiple grids. All the grids use ajax to load their remote data. For some reason each of these grids fire off their ajax calls twice. Im guessing it is after the tabstrip is initialised. Is there any way to prevent this behaviour? 

Using ASP.Net MVC 4 with razor views.

Dimiter Madjarov
Telerik team
 answered on 25 Aug 2014
13 answers
845 views
Hi everybody,

I am using KendoUI with AngularJS and am curious if there is a way to get the entry name where a checkbox is checked/unchecked. I was already looking into the provided demo, but unfortunately I couldn't find a way to just get the specific element name.

I am looking forward, to get a solution to this question.

Best Regards
Alex Gyoshev
Telerik team
 answered on 25 Aug 2014
1 answer
306 views
Working on an app using Kendo-Angular libraries to build a form. The form consists of a dynamic section, with inputs displayed within ng-repeat, and added with an "add" button. 

Sample of such a form available here - http://plnkr.co/edit/MB66LLuTBKO0A2pZuXaN?p=preview

The issue is that when adding a record (i.e. Phone record), the $dirty flag of the inputs is getting reset to false, even if the update to the input value is still present. 

But this is only happening when the ng-repeat block includes a kendo widget. So, in the sample, switching from a kendo-combo-box to ordinary select input results in correct behavior.

In my actual project, I noticed this issue when my validation messages started disappearing (because they were tied to the $dirty flag).

Thank you.
Mihai
Telerik team
 answered on 25 Aug 2014
1 answer
482 views
Hi,
Is it possible to change detail row template based on the data in the grid?
For example, if I have a product column, I would like to use different detail templates for different products.Is that possible?

Thanks
Dimiter Madjarov
Telerik team
 answered on 25 Aug 2014
2 answers
148 views
so lets say that 

1.grid.dataSource.filter({
2. logic: "and" ,
3. filters: [
4.    { field: "UserDeviceCount", operator: "gt", value: 1 },
5.     { field: "EmailSent", operator: "neq", value: 1 },
6. ]
7.});

is equivalent to

1.select * from grid where userdevicecount > 1 and emailsent <> 1
 
How would I write this?

1.select * from grid where userdevicecount = 1 and ( remoteuse > 90 or officeuse > 90 or unknownuse > 90 )
Petur Subev
Telerik team
 answered on 25 Aug 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
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?