Telerik Forums
Kendo UI for jQuery Forum
3 answers
248 views
Hello,

I have a grid with 3 columns. In the grid options, I indicated that columnMenu is true. I also specified a columnMenuInit, in order to customize the column menu. What I want to do is to add an input bound to the header of the column, allowing me to change it there.

I tried something like this:

function columnMenuInit(e) {
            var menu = e.container.find(".k-menu").data("kendoMenu");
            var field = e.field;
            menu.append({ text: "Input name: <input data-bind='value: "+ field +"'>", encoded: false });
}

but it does not seem to bind to anything (the input is empty when I show the column menu).

Would you have any advice?

Thanks in advance,
Marc.
Petur Subev
Telerik team
 answered on 20 Jun 2014
2 answers
331 views
Hi Team,
I have a Kendo Grid with enum column defined (column has a 'values' property set). In filter popup, I want to implement my own MultiSelectCombo control to be able to filter the column with multiple values. How can I do that? For non-enum columns I can implement a 'ui' method on 'column.filterable' object, but it seems that the method is not invoked for enum columns.
Pawel
Top achievements
Rank 1
 answered on 20 Jun 2014
1 answer
57 views
I added a validation function to a field, but also all the other fields with validation: true get validated with this function which is totally wrong. Is that an intended behaviour?
Vladimir Iliev
Telerik team
 answered on 20 Jun 2014
1 answer
78 views
I have a problem with a dropdownlist in a grid. When I initially select something from the grid, the correct values are read and put into the object of the field the dropdownlist is in. But when the default "read" method of the grid runs, they show up in the data of the row and not in the object in the data of that row?!

it looks a bit like this:
  • when I pick from a dropdownlist
  • 1.{
    2.  data:{
    3.    "property1": {
    4.      "value": 123,
    5.      "text":abc
    6.    }
    7.}
  • when I read from the datasource

1.{
2.  data:{
3.    "value": 123,
4.    "text":abc
5.}



Vladimir Iliev
Telerik team
 answered on 20 Jun 2014
3 answers
121 views
I have a web form .aspx page that inherits a master page, but the data-bind doesn't seem to work.

I'm guessing MVVM isn't going to be compatible with web forms, which is fine.  I'm not doing much of this with Web forms, I just won't use MVVM
danparker276
Top achievements
Rank 2
 answered on 19 Jun 2014
3 answers
528 views
Hi,

I am looking for  array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits.

Something similar to 
http://jsfiddle.net/8WvHE/


Thanks,
Chatrapathi chennam
Georgi Krustev
Telerik team
 answered on 19 Jun 2014
1 answer
4.3K+ views
HI 

How can I apply format 0:c to a footertemplate in the Grid.
In one of your example you have avg like this Average: 10.12987012987013 and I think it will be better to present like Average: 10.13

Regards,
Evgeny Vdovin
  
Reqs
Top achievements
Rank 1
 answered on 19 Jun 2014
3 answers
174 views
Hi...

my project needs the following kind of scenario, what kind of advice can you give to get started?

1. all the events are predefined e.g. Course A length of 25 minutes, Course B length of 45 min
2. no overlapping of events - no course can start if another is still running, no parallel events
3. how to show a dynamic list of these courses within a x-kendo-template?

I'm pretty new to kendo ui but really happy i found this component!

Thanks and cheers
Dirk
Rosen
Telerik team
 answered on 19 Jun 2014
1 answer
529 views
Hi Team,

We are using tooltip to show the contents of the grid.

We have a requirement in our project,where we have to avoid showing the tooltip when the grid is in ediatble mode.

So is there any possible chance that we can avoid showing the tooltip if the grid is in editable mode.

Thanks,
Siva.
Alexander Popov
Telerik team
 answered on 19 Jun 2014
2 answers
171 views
The grid is set for Inline Edit but on 1 field i would like a Pop Up Edit Template.  Can this be done? 

Daniel
Telerik team
 answered on 19 Jun 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?