Telerik Forums
Kendo UI for jQuery Forum
4 answers
108 views
If you go to the demo here:

http://demos.kendoui.com/web/grid/virtualization-remote-data.html

And sort by customerid, and then scroll down, there will be times in the scroll where it jumps back to the beginning of the list.  Is this something that can be fixed in the configuration or is it a bug?  Thanks!
Rosen
Telerik team
 answered on 02 Dec 2011
3 answers
183 views
Really important to have support for ARIA roles on these types of widgets. That's what they were made for, and jQueryUI does a pretty good job at this.
Atanas Korchev
Telerik team
 answered on 02 Dec 2011
2 answers
145 views
I have some very small graphs that I'm using as trending indicators on a dashboard and I'd like to increase the gap between the major axis. I tried to apply majorUnits to the valueAxis object with a number, however, this has no effect. Can you let me know if it's possible to change the gap between major axis on the value Axis? Thanks

valueAxis: {
    min: @items.Select(m => m.Members).Min(),
    max: @items.Select(m => m.Members).Max(),
    labels: {
        font: "9px Arial",
        format: "{0:n0}"
    },
    majorUnits: 25
}
Philip
Top achievements
Rank 1
 answered on 01 Dec 2011
1 answer
136 views
Hi all, 

I've been using Telerik products for a while now, I'm always impressed with your GUI components, especially performance and visual appeal. Recently I've heard all the buzz around HTML5 and am dismayed to see that Silverlight's days may be numbered as a public platform. I'm sure it will continue to exist behind corporate firewalls but for general users on the web? Possibly not. 

Which brings me to the next question. As a seasoned .NET client developer (10 years) my javascript and web stack knowledge is pretty basic. The learning curve for HTML5 is high as I need to learn ASP.NET, webservices, Javascript plus the HTML5 API. I am considering writing an open source web application to assist with the learning process, using Kendo UI as a core set of libraries. The question I have is this: where and how can I start on the learning curve? Are there any good sources you can recommend to get me started making the move from Silverlight/WPF and .NET Client development to .NET Web development with HTML5/JS as a front end? 

Thank you for your time, 
Andrew
Alec
Top achievements
Rank 1
 answered on 01 Dec 2011
3 answers
235 views
I notice that the windows don't have a border when you use the Metro Theme.  Is it possible to set it (I can't find an option in the Theme Builder)?

While on the topic of the Theme Builder...

Is it possible to set the text color for buttons in the hover state?
Dimo
Telerik team
 answered on 01 Dec 2011
1 answer
90 views
Hi, I am not sure if i am supposed to use the support ticketing system for this, but I have noticed a tiny bug in the grid example.
When using the sort function on the group, it's change is not reflected in the column and visa versa.
It might be better to use the group's sorting icon to expand/collaps the group.

Kind regards
Andrew
Rosen
Telerik team
 answered on 01 Dec 2011
3 answers
405 views
Do you have an example of showing a window that has dynamic data?

Example:
I have a list of 10 items. When you click on an item a window should appear that shows the detail for that item.

I hoping the solution is not to pre-create a window for each item.

Is it possible to show a window and then have it load the content url dynamically?

thanks.
Alex Gyoshev
Telerik team
 answered on 01 Dec 2011
3 answers
239 views
Is leverage the "change" event the correct approach to wire up some templates and grid that use a common DataSource?

I have the following code, but it take about 5 seconds for the binding to occur even though the data is returned in under a second.

<script>

    $(document).ready(function () {
        var dsBoxScore = new kendo.data.DataSource(
            {
                type: "json",
                transport:
                {
                    read: "JsonBoxScoreGet"
                },

                change: function () {

                    var scriptTemplateBoxscoreHomeTeam = kendo.template($("#templateBoxScoreHomeTeam").html());
                    $("#scriptBoxScoreHomeTeam").html(scriptTemplateBoxscoreHomeTeam(this.data().HomeTeam));

                    var scriptTemplateBoxscoreAwayTeam = kendo.template($("#templateBoxScoreAwayTeam").html());
                    $("#scriptBoxScoreAwayTeam").html(scriptTemplateBoxscoreAwayTeam(this.data().AwayTeam));

                    $("#gridBoxScore").kendoGrid({
                        dataSource: this.data().HomeTeam.Players,
                        height: 350,
                        selectable: "row",
                        scrollable: true,
                        sortable: true,
                        pageable: false,
                        navigatable: true,
                        rowTemplate: kendo.template($("#rowTemplateBoxScorePlayerStats").html())

                    });

                },

                serverPaging: false,
                serverSorting: false

            });

        dsBoxScore.read();

    });
    </script>
Atanas Korchev
Telerik team
 answered on 01 Dec 2011
0 answers
139 views
Hi Team,
As we are checking possibility to use Kendo UI with backbone.js.

As first we are trying to integrate Kendo Ui grid with Backbone view.

Can you please let us know is this possible to integrate Kendo Ui Grid with Backbone.js.


Thanks in advance

Regards,
Dipak P
Dipak
Top achievements
Rank 1
 asked on 01 Dec 2011
1 answer
202 views
We currently have an application that is based off spring framework. It is MVC architecture and has its own data tier, business tier and application UI. Can we bind this middle tier to Kendo controls? If "yes" is there an example of this? 
Atanas Korchev
Telerik team
 answered on 01 Dec 2011
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
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?