Telerik Forums
Kendo UI for jQuery Forum
1 answer
240 views

Hi 

I am using kendo to export div into pdf

Below is the code

    var draw = kendo.drawing;

    draw.drawDOM($("#divexport"))
     .then(function (root) {
         return draw.exportPDF(root, {
             pdf: {
                 date:new Date("MM/dd/yyy")
             },
             timezone: "Etc/UTC"
         });
     })
  .done(function (data) {
      kendo.saveAs({
          dataURI: data,
          fileName: fileName,
          proxyURL: "api/Value/Post/",
          forceProxy: true
   
      });

   Everything is working properly, however i want all the date control in "MM/dd/yyyy" format but it giving me date yyyy/mm/dd which is default input type date     format..

 

 

 

 

 

Dimitar
Telerik team
 answered on 17 Oct 2017
1 answer
407 views

I want to import the data into the spreadsheet using the file path in the kendo UI

 

But when I checked, I could not find a way to ask.

Veselin Tsvetanov
Telerik team
 answered on 17 Oct 2017
4 answers
551 views
Where can i find a listing of all of the different data-role values?

You guys have tons of widgets and I am not sure which role i should use to specify which kind of widget i am trying to get to. is there a convention where it is the normal widget name but not camel cased?
Nencho
Telerik team
 answered on 17 Oct 2017
3 answers
616 views
I am displaying  a grid, no paging, which has USD$ and CAD$ in the same column. At the bottom of that column , I need to put the total of the CDN and then on the next total row USD. So, two total rows at the footer of the grid.

@(Html.Kendo().Grid<BankAccount>().Name("MyGrid").Columns(c =>
      {
          c.Bound(p => p.AccountTotal);
      })

How would I have 2 total rows at the bottom of the list of bank account values? (see attached example)





Stefan
Telerik team
 answered on 17 Oct 2017
6 answers
575 views
Hi, is there any way to add custom time markers like the current time marker in schedulers by giving the dates and times as inputs ?
Joana
Telerik team
 answered on 17 Oct 2017
5 answers
901 views
I would like to impose a minimum width of columns in a scheduler (using MVC); by default this seems to be 101 pixels (+1 padding), but this can look very cramped, particularly when using a custom template that includes a lot of additional information. Is there a way to do this?
Neli
Telerik team
 answered on 17 Oct 2017
2 answers
266 views

Hi,

I want to fire the event on update button click of listview without changing the values of the textboxes defined under the datasource/model of the same listview.

Hint: I have noticed that k-state-focused and k-state-selected activates on <div id="listview_lv_active">

I want to change this manually. Is it possible to achieve this?
           

jimit
Top achievements
Rank 1
 answered on 17 Oct 2017
4 answers
424 views

When you deselect an item, this element is removed from the value.
So from 28 steps to 27 elements.
But in the multiselect does not display any element.
But if I join the viewmodel, that variable is made up of 27 elements.

The selected items are not displayed when you deselect one of them.

This happens if only the selected ones are the same as the datasource.

it's possible ? has it ever happened to you?

 

<select id="a" data-role="multiselect"
                data-value-primitive="true"
                data-text-field="name"
                data-value-field="id"
                data-bind="value: doc.Value,
                    enabled: doc.S,
                    source: doc.Source,
                    events: {
                        dataBound: doc.onDataBound,
                        select: doc.onSelect,
                        deselect: doc.onDeselect,
                        change: doc.onChange
                        }">
</select>

 

 

 

Dimitar
Telerik team
 answered on 16 Oct 2017
2 answers
149 views

Guys, please help urgently, otherwise we will use another library from Telerik.

The DatePicker is giving me unexpected token {

Stefan
Telerik team
 answered on 16 Oct 2017
3 answers
281 views
Please help: we are getting unexpected token { when we use k-ng-model
Stefan
Telerik team
 answered on 16 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?