Telerik Forums
Kendo UI for jQuery Forum
4 answers
181 views

Hi. 

Can I use not number type for "id" field for dependencies and tasks? Or It must be number type?

For exemple guid as  "dbaa0c8b-e188-4e83-8e14-b0b41dd12f0e".

And this my object for dependency:

"{

"id":"dbaa0c8b-e188-4e83-8e14-b0b41dd12f0e",

"type":1,

"predecessorId":"01415eab-f852-4cd8-af5e-4be43bba1dc2",

"successorId":"f13e95f2-402a-4819-8137-3977f31eeb5e"

}"

 

Thank you.

Bozhidar
Telerik team
 answered on 10 Apr 2015
1 answer
376 views

Hey,

 i have a Problem with kendo grid and seting up inital Page.

Initial situation:

I have a Grid with many entries, one of them is the right one. On wich Page this entry is i dont know.

 

What i have tried:

in the databound event i identify the Item(Object) on which page it is (loop over the datasource) after this i want to set the initial page, but if i use dataSource.page(index) javscript shows error -> "too much recursion".Where to set the initial Page?

I'm using JSP and Jquery

Thanks for help.

Atanas Korchev
Telerik team
 answered on 10 Apr 2015
20 answers
1.5K+ views
Hi folks!
I have a grid, where a td in the table row contains both various dataItems and a grid, for displaying a hierarchical array (parts) of data:

{
    "telephone":"4215278204",
    "parts": [
      {
        "partNumber":95412335,
        "partName":"Widget 1"
      },
      {
        "partNumber":95417256,
        "partName":"Widget 2"
      },
      {
        "partNumber":12655026,
        "partName":"Widget 3"
      },
      {
        "partNumber":12638611,
        "partName":"Widget 4"
      }
          ],
    "supplierCompany":"ACME, INC.",
    "supplierLocation":"Austin, TX",
    "description":"Goods, etc.."
},

How can I read that 'parts" array in my embedded grid?
Atanas Korchev
Telerik team
 answered on 10 Apr 2015
4 answers
882 views
Hi,

I am able to insert tables inside the Editor using the "Create table" button.

However, I am not able to format the table (like giving border to the table and setting width etc.)

Is there any solution to this problem.

Thanks,
Pavan
Pavankumar
Top achievements
Rank 1
 answered on 10 Apr 2015
1 answer
122 views

How I can call create new row editor template in popup from a button outside a Grid instead of calling the default button in Toolbar

ToolBar(toolBar => { toolBar.Create(); })

Thanks

Dimiter Madjarov
Telerik team
 answered on 10 Apr 2015
7 answers
862 views
Hi,

i cant show any chart in my app, ive got an error:
Invalid value for <path> attribute d="M5 43 L NaN 43 NaN 361 5 361Z"

but its working in your dojo http://dojo.telerik.com/EnIYE

$("#chart").kendoChart({
                title: {
                text: "test chart"
            },
            legend: {
                position: "bottom"
            },
            seriesDefaults: {
                type: "area",
                area: {
                    line: {
                        style: "smooth"
                    }
                }
            },
            series: [{
                name: "Licznik 1",
                data: [7, 12, 11, 13, 13, 17, 16, 15, 17, 10, 5, 5, 4]
            }, {
                name: "Licznik 2",
                data: [17, 26, 30, 31, 31, 27, 24, 33, 30, 19, 16, 16, 12]
            }, {
                name: "Licznik 3",
                data: [3, 3, 5, 6, 6, 5, 5, 6, 6, 5, 3, 3, 1]
            }, {
                name: "Licznik 4",
                data: [7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7]
            }],
            valueAxis: {
                labels: {
                    format: "{0} kwh"
                },
                line: {
                    visible: false
                },
                axisCrossingValue: -10
            },
            categoryAxis: {
                categories: ["08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00"],
                majorGridLines: {
                    visible: false
                }
            },
            tooltip: {
                visible: true,
                format: "{0} kwh",
                template: "#= series.name #: #= value #"
            }
            });

Thomas
Top achievements
Rank 1
 answered on 09 Apr 2015
1 answer
269 views

My Kendo Chart is located within a div. That div currently has a title tag on it. The issue is that the tooltip for that title tag shows on mouse hover over the div area, but it is interfering with the chart tooltip (e.g. pie chart tooltip for a pie piece). It is not possible for me to remove the title attribute from the enclosing div because of 508/WCAG requirements. I'm hoping I can use Kendo's Tooltip widget to always show the tooltip at the top of the div, regardless of where the mouse is located within the div. If so, please provide the API usage to make this possible.

Thanks,

--Ed

Iliana Dyankova
Telerik team
 answered on 09 Apr 2015
3 answers
94 views
I am using Kendo UI v2015.1.318 and trying to export kendoGrid to PDF. This grif contains charts (sparklines) in each row. When I export it to PDF - charts are not rendered for some reasons. This is the modified DEMO I adjusted to demonstrate the issue - http://dojo.telerik.com/@dimaka/OjAPE You can see charts in odd rows instead of photos (as was in the original demo) To reproduce the issue - click on EXPORT TO PDF and open the PDF file. 

How can I make these charts to be exported to PDF file?

Looking forward to your advice. Thank you in advance!
Coding Machine
Top achievements
Rank 2
Iron
 answered on 09 Apr 2015
3 answers
378 views

Hello,

Is it possible to extend the base widget "kendo.ui.Widget" ?

I tried the following, but it doesn't work:

 

var ExtendedWidget = kendo.ui.Widget.extend({
               init: function (element, options) {
                   kendo.ui.Widget.fn.init.call(this, element, options);
 
                   if (options.componentContainer != null)
                   {
                       options.componentContainer.push(this);
                   }
               },
               options: {
                   name: "Widget",
                   componentContainer: undefined
               },
           });
   kendo.ui.plugin(ExtendedWidget);

Kind Regards,

 

Marco 

 

Sebastian
Telerik team
 answered on 09 Apr 2015
3 answers
298 views
Is there any way to make the drawer show a diferent animation?
I need the drawer to be shown as am Overlay not a Push content panel.
I found that jquery mobile is doing that, but my project is now is using kendo so we canot change and we understand they are not compatible (kendo and JQMobile).
Can we make it show as Overlay?

Ex. http://demos.jquerymobile.com/1.4.5/panel/ 
Petyo
Telerik team
 answered on 09 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
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
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?