Telerik Forums
Kendo UI for jQuery Forum
1 answer
572 views

Hi!

Please have a look at this demo: http://dojo.telerik.com/AWamE

Last 2 columns should behave the same. Only difference between then is the format specifier, once is '%' second is 'prc'.

But they are not. The '%' sees the column as percentage, so:

1. Multiplies the value I give with 100

2. When editing, % remains in place, even though in the second part it disappears. I would like to have it gone

 

Any ideas on how to make the % fields behave just like other format specifiers?

Thanks!

 

Joana
Telerik team
 answered on 12 Oct 2017
3 answers
215 views
Hello,

On filter section we have extra logic (“or”, “and”). We need to remove “or”. How can we do this via settings?

Best regards,

Artem
Stefan
Telerik team
 answered on 12 Oct 2017
4 answers
458 views

all,

I am using MVC scheduler and have created using a custom template editor. In the editor template, I set the end date via jquery based on parameters that the user selects. When I select to save the schedule is not updating correctly and show the default 30 minute. If I refresh the page I see the correct date. Right now I have it so after a save I refresh the page but that's not very efficient. If I manually edit the end date, it works correctly. 

 

I am wondering if this is a bug or I maybe I am not setting the end date properly.

I did look at the sample on the how you can dynamically set the date and time. I know this is correct but doesn't seem to work in the .

 

Thanks in advance for the help,

-Max

Dimitar
Telerik team
 answered on 12 Oct 2017
1 answer
282 views

Hi,

How can I bind to the expand or collapse event from code? I tried:

 

 $("#collapsibleDiv").on("expand", function () {
                alert("expand");
            });

 

without sucess. 

Kind regards,

 

Marco

 

 

 

 

 

 

Ivan Danchev
Telerik team
 answered on 12 Oct 2017
15 answers
236 views
I have a Macbook with El Capitan and MS Word 2011. When I try to copy text from word doc by doing command C and command V, it paste the text as an image automatically so I have to do "Paste and Match Style". It only happens on Chrome and not on Firefox. Is there a way to simply paste as text and not as image?
Kaoru
Top achievements
Rank 1
 answered on 11 Oct 2017
2 answers
390 views

Hi,

Currently the scheduler has Clone Events to demonstrates how to clone events in the Scheduler. But how we can copy and paste an event on scheduler.

Regards.

Ivan Danchev
Telerik team
 answered on 11 Oct 2017
2 answers
132 views
I'd like to create a noRecords template for my grid with mvvm.

noRecords: {
   template: "nessun elemento"
 },

This is my kendo grid with mvvm.

<div id="a"
data-role="grid"
data-no-records="templateNoRecords"
    data-columns="[
                { 'title': 'ID', 'field': 'id'  },

    { 'title': 'ID', 'field': 'id'  }

        ]"
 data-bind="source: products.source,">
<script id="templateNoRecords" name="templateNoRecords" type="text/x-kendo-template">
      Nessun dato trovato
</script>
Preslav
Telerik team
 answered on 11 Oct 2017
1 answer
148 views
noRecords: {
    template: "nessun elemento"
  }

 

I'd like to do this but with mvvm.

This is my kendo grid:

 

               <div id="a"
                   data-role="grid"
                   data-no-records="templateNoRecords"
                   data-columns="[
                                { 'title': 'ID', 'field': 'id' ,hidden: true },
                           { 'title': 'Nome', 'field': 'nome' },
                    ]"
                   data-bind="source: products.source}">
               <script id="templateNoRecords" name="templateNoRecords" type="text/x-kendo-template">
                   Nessun dato trovato
               </script>
            </div>

 

Preslav
Telerik team
 answered on 11 Oct 2017
1 answer
358 views

I have this code:

kendo.ui.Grid.prototype.options =  
$.extend(true, kendo.ui.Grid.prototype.options,{
        noDataTemplate:"NoData",
        noRecordsTemplate:"NoData",
        noRecords:"NoData"  
});

this code doesn't work!

 

 

Dimitar
Telerik team
 answered on 11 Oct 2017
7 answers
1.4K+ views
Hello,
           I have ASP.NET MVC project. There is a view which we have done in kendo MVVM .there are MVVM dropdown, grid, autocomplete.etc. On document.ready() there is alert that have kept. 
          Now when load the MVVM page,  get  when close the window and open again, get 2 alerts .. and it multiplies when close and reopen  view until page refresh from . What is the solution to this?
Nencho
Telerik team
 answered on 11 Oct 2017
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
ScrollView
Switch
TextArea
BulletChart
Licensing
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
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
ContextMenu
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
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?