Telerik Forums
Kendo UI for jQuery Forum
4 answers
1.3K+ views

Hello. Is there a way to have a column menu only in one column ? I tried doing:  

grid.thead.find("[data-field=bar]>.k-header-column-menu").remove();
but also eliminates the filter options of the column and I want to keep them.

 

 

Carlos
Top achievements
Rank 1
 answered on 17 Sep 2015
3 answers
427 views

Hello,

 

I have a grid with a search box like the following:

Fiddle example

 

"Label" column contains a text so there are no any problem to filter grid with by this column. "statusId" column contains a dictionary element text, related to the identifier, kept in the statusId field of the model. So, when have "1" in the model, I see "Status1" in the grid cell

 

How could I filter grid by dictionary element text (so "2" in the filter box will show me rows, having "Status2" in the statusId column, and "Item2" in the label column?

Boyan Dimitrov
Telerik team
 answered on 17 Sep 2015
2 answers
159 views

Hi,

Is it possible to style the text (font-size, color, etc.) of the tooltips appearing above the markers in a "marker"-type layer?

thanks,

Arno

arno
Top achievements
Rank 1
 answered on 17 Sep 2015
1 answer
150 views
Let​'s say I am nesting an input field int​o the HeaderTemplate of a ​ComboBox. Visually it's fine, but the nested field cannot receive focus. It seems t​hat if the ComboBox is open, focus is locked to its input field. Is ​there any way around this?
Konstantin Dikov
Telerik team
 answered on 17 Sep 2015
1 answer
254 views

Hi,

Please let me know the possibility of the scenario. OnLoad event of map I have to change the background color of the countries. List of countries in one color and another list in another color.

 For Example:India, Pakistan and Bangladesh in green background color and USA, France and England in blue background color.

Can someone let me know the possibility of this in Kendo UI Map and help us to achieve it.

Thanks & Regards,

Balaji

 

T. Tsonev
Telerik team
 answered on 17 Sep 2015
1 answer
119 views

I am currently using WebAPI and KendoUI (drop down in this example). When I need to the object to the API I grab the object out of the data source. To get the selected item I use:

var ​dataItem= $("#dropDown").data("kendoDropDownList").dataItem();

Then to make the object valid I have to remove kendo's ID like so:

delete dataItem.$id

After this I can JSON.stringify the object to pass to the API via ajax:

$.ajax({
    type: "PUT",
    url: BASE + "Api/MyController",
    data: JSON.stringify(dataItem),
    contentType: "application/json",
    success: function () {
        alert("Success");
    },
    error: function (result) {
        alert("failed");
    }
});​

 

Is this bad practice? Is there a better way of getting the object from the data source instead of deleting kendoui's $id every time?

Kiril Nikolov
Telerik team
 answered on 17 Sep 2015
1 answer
251 views

Hello,

I was wondering if there is a way to bind a click event within the custom editor template? I tried doing it the conventional way, where the click event triggers a function within my viewmodel. However, when I click on the button (which exists inside the template), I get this error message:

Uncaught TypeError: ((b.event.special[i.origType] || (intermediate value)).handle || i.handler).apply is not a function. 

Please advise.

Vladimir Iliev
Telerik team
 answered on 17 Sep 2015
1 answer
85 views
Kindly provide samples for Kendo grid with WebApi CRUD
Radoslav
Telerik team
 answered on 17 Sep 2015
3 answers
699 views

I have a Kendo UI application flow where I don't want the user to be able to step back into a particular set of views (ie, a couple of 'create' views that lead to the 'completed record' view - the user should not re-access those specific create views). This is for a mobile app if that makes a difference.

I know that Kendo can use window.history features to some degree, but it looks like they have only implemented pushState (http://docs.telerik.com/kendo-ui/api/javascript/router#configuration-pushState), but I believe I would need the replaceState method.

Is there a way to take some manual control temporarily without breaking off from the back stack/backbutton widget?

Petyo
Telerik team
 answered on 17 Sep 2015
6 answers
2.1K+ views

Hi,

I'm very new to Kendo UI for ASP.NET MVC and I'm facing the first issue.

I have a Grid with editable Popup Editor (Template). Now I want to have a field (let's say CreatedAt timestamp) to show in the popup but only readonly. I've been searching the web for hours for a possible solution and only found the following:

<span data-bind="text:CreatedAt"></span>

That means the field is shown in client side only. How do I change the date format?

If I use default HtmlHelpers like  DisplayFor or ValueFor then nothing is displayed.

Is this the only possibility to display readonly fields in the editable popup?

 

Thanks

Sven

Sven
Top achievements
Rank 1
 answered on 16 Sep 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
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?