Telerik Forums
Kendo UI for jQuery Forum
4 answers
234 views
Hi
Can we set the "reorderable:false," for a particular column or row of pivot grid where all other columns are set to default as "reorderable:true" .

Also need to hide delete option for a particular column or row. As of now I am hiding delete option using below code:
 #pivotgrid .k-pivot-rowheaders span.k-icon.k-si-close.k-setting-delete{
      display:none
      }
But it actually hide for all the columns and rows. I want it for a particular column/row.

Thanks in advance,

Regards
Satabdi
Satabdi
Top achievements
Rank 1
 answered on 08 Apr 2015
1 answer
107 views

When you select some option for the first time the MVVM value is not updated. You can test it in your demo.

When you confirmed it, please fix the bug fast. This is seriously.

 

Console output:

open, close, open, change, close

Expected would be:

open, change, close, open, change, close.

Atanas Georgiev
Telerik team
 answered on 08 Apr 2015
4 answers
158 views
Hi there,

As you can see on the screenshot I am having problems with the scheduler editor.
- The Date format is not accepted  ( although I am using kendo.culture("de-DE");)
- The datepickers are not rendered for the recurrence rule

I am using Kendo 20.15.1.318 and an angularjs environment with MVC at the backend.



hmm....
Vladimir Iliev
Telerik team
 answered on 08 Apr 2015
1 answer
151 views

Hi there, I'm currently working on a project for a client, and part of what we do has to deal with the latest and coolest kendo UI components. In my current project, I'm trying to explore the use of the Kendo UI Mobile Collapsible control. Being a Telerik MVP myself, I figured I can help ask the right questions, and perhaps it will help other developers who face the same issues later find the answers here.

Here's my coding and what I am trying to achieve.

<div id="#: data.idValue #" data-role="collapsible" data-expand="onExpand('#: data.idValue #')">

<h3>#: data.dataItemLabel #</h3> 

... 

</div>

 

As you can understand from the code, I am using a kendo-template, and I am creating a list of collapsible items, and when each item is being clicked upon, it should trigger the onExpand method, passing the value of the id of the div into the method.

 

What's happening right now is that whenever the page is loaded for the first time, the method get executed when the list of collapsible are being created. (Please see my attached screenshot) Any developer with any good ideas on how we can solve this, please do share your ideas and input.

 

My intentions are for the method to be executed only when the collapsible item is selected for the first time.

Alexander Valchev
Telerik team
 answered on 08 Apr 2015
3 answers
389 views

I have been unable to show/hide columns dynamically within a treelist. I have an outside button that I want to swap between hidden and shown columns. I have read the documentation and tried to use:

     var treelist = $("#treeList").data("kendoTreeList");
    treelist.hideColumn(1);  

 However, this does not seem to work. Any help would be appreciated.

Kiril Nikolov
Telerik team
 answered on 08 Apr 2015
5 answers
1.9K+ views
How to  Refresh scheduler after success the save. i need to refresh the scheduler after success the save.
i used save handler to call the data source read. but it will call before save the data in data base.
Rosen
Telerik team
 answered on 08 Apr 2015
1 answer
97 views

I have two views. If you navigate from first view to second view and then back to first view, then resize browser and navigate to second view again, splitter on second view is not showing any data (k-pane has width or height or both set to zero).

Unfortunately the browser resize even if you download some file and status bar (progress) appears (Chrome). I am tracking this issues for several months now, and only now I manage to figure it out how to reproduce it.

 

Dimo
Telerik team
 answered on 08 Apr 2015
4 answers
424 views
Hello,

I have a modelView
       
var viewModel = kendo.observable({
    logoAlt: null
});

The field "logoAlt" is bound to

<input data-bind="value:logoAlt"/>

I would like the value of the input to be passed from the server through template engine and update "logoAlt" with it.
<input value="{{valueFromServer}}"/>

I've tryed the following, but of course it doesn't work:
<input  data-bind="value:logoAlt" value="{{valueFromServer}}"/>

Boyan Dimitrov
Telerik team
 answered on 08 Apr 2015
5 answers
713 views
Hi all,

I know that I can set the eventheight for Month view to show 2 lines, and it works.
However, I need to show 2 lines in the AllDayEventTemplate.

Is there any ways to do this?

Thank you,
Jari
Dimo
Telerik team
 answered on 08 Apr 2015
1 answer
372 views

Hi,

I'm trying to generate a unique Id for each sub element within an inline editor using the change event on the editor:

 

change: function () {

    $(editor).children().each(function (index, element) {
           $(this).uniqueId();
     });
}

 

This works well, except that I noticed that when I insert a new paragraph, the Kendo editor clones the previous paragraph including the id attribute, which results in duplicate Ids!

 Is there a way to override the cloning behavior in the editor? Intercept it to remove the id attribute from the newly inserted node?

 

Thanks,

Mohammad

Atanas Korchev
Telerik team
 answered on 08 Apr 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?