Telerik Forums
Kendo UI for jQuery Forum
1 answer
1.0K+ views
Hi,

I have a kendo grid which fetches data using the .READ method to fetch the data from database and show it on the grid. The grid has a scroll bar. I want to scroll down to the end of the grid, so that the last record is visible on screen.

thanks

Sanjay
Dimiter Madjarov
Telerik team
 answered on 27 Mar 2015
1 answer
139 views


Hi

I am creating a custom email editor using kendo editor  to implement the forward email functionality like outlook so if user click on forward
button then some text should be added automatically like below

From: nameXXXX [mailto:xxxxxx@abc.com]

Sent: Monday, March 23, 2015 5:00 PM

To: demouser@gmail.com

Subject: test

and user can add new text line as a forward message.

So please suggest me how to find the newly added text from
Kendo Editor using jquery.

Please see the snap.



Dimo
Telerik team
 answered on 27 Mar 2015
1 answer
1.9K+ views
Hi,

I need to make Window close when you click outside it.
I need so it work the same as ColorPicker "popup". (or like dropdown)

Can anyone say how to make it in proper way? :)

Thanks,
Vlad.
Dimo
Telerik team
 answered on 27 Mar 2015
9 answers
1.1K+ views
Does Kendo Supports POST type? (I'm using beta 2)

If so how can i enable? here's my code:

                $("#undo").click(function(){
                    $("#window").kendoWindow({
                        title: "User saved",
                        contentUrl: '../data/insertUser.php',
                        type: "POST",
                        data: {name: 'name'},
                        close: onClose
                    });
                 });
Jeff
Top achievements
Rank 1
 answered on 26 Mar 2015
1 answer
132 views
Hi,

Two questions:

1. Is there a way to put HTML in the text property of a tab of a tabstrip that is bound to a datasource? Here's an example: http://dojo.telerik.com/OSOLi

2. If yes to #1, can I have an element in the tab text use data binding? Something like:

{
    text: "<span id='baseball-count' data-bind='text: baseballCount'></span>Baseball",
    encoded: false,
...
Alexander Popov
Telerik team
 answered on 26 Mar 2015
2 answers
115 views
How to change the btn “upload” text?
Alex Gyoshev
Telerik team
 answered on 26 Mar 2015
1 answer
145 views
Hello,
is it possible to have multiple measures in one column? For example if you have a column for every year and you want to display the current revenue and also the percentage in comparison to last years revenue in one column.
Is this possible with measures or with a datacell template or in what way would it be possible. I think measures can only return a single value and not an object of some kind that I could work with in a template so my guess was to have multiple measures that I work with there.
Georgi Krustev
Telerik team
 answered on 26 Mar 2015
6 answers
521 views
Hi, I noticed on the roadmap you plan to include a richtextbox control in the March release.  Will that include a spell checker?
Dimo
Telerik team
 answered on 26 Mar 2015
2 answers
210 views
I must have a setting incorrect or am missing something arbitrary. I can't get graphs to work with remote data. If I hard-code data in, all is well. If I use a grid with remote data, things are fine. But graphs with remote data produce an empty graph. What am I missing?

<div>
    @*Graph with Remote Data -- Doesn't work!*@
    @(Html.Kendo().Chart<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGraphRemote")
        .DataSource(ds => ds
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Series(series =>
        {
            series.Line(c => c.InfluenceStyleTotalDPct);
        })
    ) 

    @*Graph with Direct Data -- WORKS!*@
    @(Html.Kendo().Chart<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGraphDirect")
        .DataSource(ds => ds
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Series(series =>
        {
            series.Line(new double[] { 30, 0, 13, 55, 35, 0, 42, 65, 0, 0, 7, 85, 28, 35, 68, 45, 0, 42, 68, 40, 96, 58, 5, 68, 58, 75 });
        })
    )

    @*Grid with Remote Data -- WORKS!*@
    @(Html.Kendo().Grid<Convergent.Web.Models.JDL.JDLModel>()
        .Name("jdlGridRemote")
        .DataSource(ds => ds
            .Ajax()
            .Read(r => r.Action("JDLRead", "JDL"))
        )
        .Columns(columns =>
        {
            columns.Bound(c => c.InfluenceStyleTotalDPct);
        }) 
    )
</div>

Daniel
Telerik team
 answered on 26 Mar 2015
4 answers
147 views
I want to change the valueAxis scale between 'log' and 'numeric' dynamically.

Is this the correct way to do it?

http://dojo.telerik.com/ejapE/2

Xavier
Top achievements
Rank 1
 answered on 26 Mar 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?