Telerik Forums
Kendo UI for jQuery Forum
0 answers
71 views
Hi there,

we can adjust Pie chart tooltip distance.

if possible, anybody can please help me...

thanks,
Rajesh.C
Rajesh
Top achievements
Rank 1
 asked on 10 Jul 2012
1 answer
251 views
I have an image with an onclick event that's part of a listview item template. Everything works fine - except that when I click the image it fires the listview's change event, and then it fires the img onclick event.I'd like to prevent the change event from firing, or to be able to identify the change event as relating to the img click (then I could ignore it).

Any ideas?
Petur Subev
Telerik team
 answered on 10 Jul 2012
1 answer
257 views
I have defined a grid as follows...
            $("#grid").kendoGrid({
                dataSource: {
                    data: result.d,
                    schema: {
                        model: {
                            fields: {
                                ClientID: { type: "string" },
                                ClientName: { type: "string" },
                                ClientIndexRating: { type: "number" },
                                ChrgKPI: { type: "number" },
                                PymtKPI: { type: "number" },
                                RevKPI: { type: "number" }
                            }
                        }
                    }
                },
                navigatable: true,
                scrollable: true,
                sortable: {
                    mode: "multiple"
                },
                groupable: true,
                resizable: true,
                filterable: true,
                reorderable: true,
                selectable: "row",
                columns: [
                    {
                        field: "ClientID",
                        title: "Client ID",
                        width: 100
                    },
                    {
                        field: "ClientName",
                        title: "Client Name",
                        width: 300
                    },
                    {
                        field: "ClientIndexRating",
                        title: "Rating",
                        width: 100
                    },
                    {
                        field: "ChrgKPI",
                        title: "Charges vs. KPI",
                        width: 100,
                        format: "{0:n2}"
                    },
                    {
                        field: "PymtKPI",
                        title: "Payment vs. KPI",
                        width: 100,
                        format: "{0:n2}"
                    },
                    {
                        field: "RevKPI",
                        title: "Revenue vs. KPI",
                        width: 100,
                        format: "{0:n2}"
                    }
                ]
            });
        }

I would like to add two columns that would pass data from the current row to a function and which would in turn go get something and then stuff it into the correct row/column.  How do I go about doing this?

Thanks,
Andy
Petur Subev
Telerik team
 answered on 10 Jul 2012
1 answer
73 views
See sample web page here, why is there extra space at the top of the first and last page, yes, all the other pages are just fine....? Thanks in advance!
Kamen Bundev
Telerik team
 answered on 10 Jul 2012
1 answer
139 views
I have a datasource with a read transport that specifies a function for setting some data. This works fine until I added the parameterMap function for specifying different data used on an update. Now, the parameterMap function is used, which returns null for reads, and the transport read data is not used at all. Is there a workaround so I can use both?
Rosen
Telerik team
 answered on 10 Jul 2012
2 answers
151 views
Hi,

I downloaded the examples from the website. The SplitView demo does not seem to be working (tested in Chrome of Firefox). It is only displaying the left hand panel and not the right. Please see the attached screen shot. Have tried to copy the example online but gives the same problem. 

How do I fix this?  

Thanks


Lee
Top achievements
Rank 1
 answered on 10 Jul 2012
0 answers
76 views
Hi all,

I am new to the kendo.I am creating some samples using it.I just want to know how to implement slider in a asp.net grid. I want to have three columns as sliders . In addition to that how can I get the values?

Kindly help me.

Thanks in advance

Regards,
Devanand.
Devanand
Top achievements
Rank 1
 asked on 10 Jul 2012
1 answer
44 views
Hello,

There seems to be an issue regarding the batch editing feature on the iPad. For the fields of type "string", when tapping the cell, the editable input does not appear. The "number" fields work fine but the booleans do not work either.

You can test this bug on the official demo http://demos.kendoui.com/web/grid/editing.html (with and iPad)

Will this bug be fixed soon, or is there any workaround for fixing this problem?

Thank you
Chris Foster
Top achievements
Rank 1
 answered on 09 Jul 2012
5 answers
262 views
I have a datasource defined where everything is of type:'number' when I plot my dataseries I get the attached graph.  Why is the chart package allowing multiple numbers to be placed not in order on the x-axis?  It should start with -.002 and then progress right in a linear evenly-spaced order, what I am I missing?
Iliana Dyankova
Telerik team
 answered on 09 Jul 2012
1 answer
84 views
I have a chart where I needed to rotate the labels (since I couldn't figure out how to wrap long lines, please add this), however one label is only three characters long, and so it centers on its column, while the rest are longer labels and align themselves to the left of their columns. Anyway to make this consistent?
Iliana Dyankova
Telerik team
 answered on 09 Jul 2012
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?