Telerik Forums
Kendo UI for jQuery Forum
2 answers
909 views
Hey,

I'm trying to assign a regular title="SOME TEXT GOES HERE" to each cell that's in the grid - in angular.
How can I accomplish this?

Thanks,
Lior
Lior
Top achievements
Rank 1
 answered on 07 Mar 2015
3 answers
1.1K+ views
I'm trying to implement a custom filter on a DataGrid using a DropDownList.

When I filter a DataSource using a custom operator delegate, I get a "Reference Error: value is not defined" where value = whatever the actual value is that I'm trying to use to filter.

http://jsfiddle.net/v73fLpb4/6/

Try selecting London in the drop down and you'll see "ReferenceError: London is not defined" in your error console.
Am I doing something wrong?
nickspiers
Top achievements
Rank 1
 answered on 06 Mar 2015
1 answer
221 views
I want 4 columns in Grid, First column is Name and next three columns are permissions - Read, write and None. If user is having Read and write access, I want check Write Radiobutton. If user is having Read, Read Radiobutton and Neither then check None. How can I do this ? Below is the code I tried.

var dataSource = new kendo.data.DataSource({
transport: {
read: {
type: "GET",
dataType: "json",
url: "/Home/GetUsers",
data: UserData
}
},
schema: {
model: {
id: "Id",
fields: {
Id: { editable: false },
Name: { editable: false },
Read: { editable: true },
Write: { editable: true },
None: { editable: true}
}
}
}
});

$("#grid").kendoGrid({
dataSource: dataSource,
columns: [
{ field: "Id", hidden: true },
{ field: "Name", title: "Name" },
{ field: "Read", title: "Read", template: "<input type='radio' name='Read' value='#= Read #' />" },
{ field: "Write", title: "Write", template: "<input type='radio' name='ReadWrite' value='#= Write #' />" },
{ field: "None", title: "None", template: "<input type='radio' name='None' value='#= None #' />" }
],
});
Alexander Popov
Telerik team
 answered on 06 Mar 2015
1 answer
96 views
I have three fields on a popup editor, 'username', 'id', and 'title'. The 'username' field is an autoComplete, and 'id' is set as 'editable: false'. How can I still update that id field when a user selects an autoComplete username?

Thank you!
Atanas Korchev
Telerik team
 answered on 06 Mar 2015
1 answer
154 views
Undefined is shown in the series for '0' data. Please refer the attached file.
Iliana Dyankova
Telerik team
 answered on 06 Mar 2015
6 answers
155 views
Hi,

I am using kendo tree with drag and drop enabled, is there any way to create my own k-drop-hint event or disable it?

Thanks
William
Alexander Popov
Telerik team
 answered on 06 Mar 2015
2 answers
197 views
Hi,
Kind of stuck here (again... :().. I'm trying to find a way to get the selected list item in my mobile listview. So, not via a list view event, but in JavaScript. I cannot find documentation on this for the MobileListView. Can you please point me to the correct documentation?

I expect something like this: $("#lvwnotifications").data("kendoMobileListView").select() , but this does not work. I tried the debugger of course, but I did not find a way to get all the list view properties and methods in my local debug windows; any tips on this appreciated as it would save tons of time. Thanks in advance for your feedback!

Regards,
Ruud
Petyo
Telerik team
 answered on 06 Mar 2015
9 answers
1.0K+ views
The Grid allows to update/create records in batch.
Some of the records might fail to update or create. Assuming the server returned the records that have failed, is there a technique used to reflect those errors on the rows in the grid, maybe show them in different color to signify to the user that he/she should fixed the errors, etc.

Thanks
Petyo
Telerik team
 answered on 06 Mar 2015
6 answers
554 views
Using set within a viewModel to change a nested variable is not triggering a change to a dependent template.  A work-around of getting the entire variable, converting with toJSON, making the change and then using set, works fine.   Attached is a small app demonstrating the problem.  The "Add Participant" href is not set properly.
Alexander Popov
Telerik team
 answered on 06 Mar 2015
4 answers
282 views
I'm getting strange results for kendo.format:
kendo.format('{0:0.##%}', 0.035) // 3.50%
kendo.format('{0:0.##%}', 0.045) // 4.5%

It's very unexpected behavior. I could reproduce it on latest version of kendo, here is a dojo.
Boris Gheihman
Top achievements
Rank 1
 answered on 06 Mar 2015
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
Drag and Drop
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?