Telerik Forums
Kendo UI for jQuery Forum
1 answer
224 views
Hi,
Can you please let us know when the Kendo Web UI Grid will have "Auto Filter row"?

Regards,
Krishna
Rosen
Telerik team
 answered on 23 Feb 2012
1 answer
129 views
Hi,

   I have a query. Do kendo ui pie-charts and barcharts support Tablet Pc?? It support IE 9 and Chrome.can any one help me 
Lyndsy Simon
Top achievements
Rank 2
 answered on 23 Feb 2012
5 answers
268 views
We would like to use your charting solution but would like to know if it is possible to customize the tooltip that is displayed when the user hovers over a point in the chart.  Can that tooltip contain text other than just the value and can that text change from one point to another?

Also, can you create clustered AND stacked bar charts simultaneously?  So something like this http://demos.kendoui.com/dataviz/bar-charts/column.html but have each bar be a stacked bar chart?

Thanks.

Nick
Alexander Valchev
Telerik team
 answered on 22 Feb 2012
4 answers
86 views
Hi,

Is it possible to refresh the chart with added data without the whole thing redrawing?  So it looks like the upper chart in this fiddle rather than the lower one.

http://jsfiddle.net/GilesBradshaw/uJdZx/67/ 
giles
Top achievements
Rank 1
 answered on 22 Feb 2012
1 answer
90 views
If I buy kendoui licence now, will it include web & dataviz updates for 1 year?
or only web updates?
undefined
Donna
Telerik team
 answered on 22 Feb 2012
1 answer
800 views
Hi,

I'm really beginner with the Kendo UI and not sure how to implement this.
I want to use a DropDownList to load 50,000 elements. Loading this amount of option doesn't make sense and not performance wise.
I have successfully used the grid and Server-Side paging and this is working very well for large dataset.
I want to do the same with the DropDownList. When I set the PageSize (20), number or records to load per page is limited to that number (very great).
I thoughts that when searching on different names, the DropDownList contronl would automatically re-fetch to retrieved the new values. How the DropDownList should be used for larger dataset?  Unfortunately all the examples are either on small dataset or using local JavaScript array.

I guess I need to implement something for don't know how to handle this.

Thank you.

<script type="text/javascript">
    $(document).ready(function() {
    
      $("#dropDownList").kendoDropDownList({
            autoBind: false,
            dataTextField: "SalesrepName",
            dataValueField: "SalesrepId",
            dataSource: {
                type: "odata",
                serverFiltering: true,
                serverPaging: true,
                pageSize: 20,
                transport: {
                    read: "csp/mediapool/public/dt.common.odata.RequestServer.cls?$select=SalesrepId,SalesrepName&$tablename=dt_common_ui_samples_data.Salesrep&$orderby=SalesrepName"
                }
            }
        });

});
</script>
Georgi Krustev
Telerik team
 answered on 22 Feb 2012
9 answers
341 views
Instead of enable the textbox for editing, is there any way to bind a dropdown list, please advise.

Thanks
underscore
Top achievements
Rank 1
 answered on 22 Feb 2012
0 answers
128 views
Can I always show in the grid 5 lines.
Even if I have fewer rows so that the remaining rows were empty?
Andriy
Top achievements
Rank 1
 asked on 22 Feb 2012
1 answer
313 views
How can I easily keep the selected rows by the user and put back the selection when scrolling back to this page (or when the record is shown because sort could change the order). I would keep the unique Id for each row records but struggling how to easily do that.
I know how to get the raw data but don't know how to do it using the datasource.
Rosen
Telerik team
 answered on 22 Feb 2012
0 answers
110 views
Hello guys,

i'm using the tabstrip and i have 

hdr = $("#[data-role=header]");
                ftr = $("#[data-role=footer]");

which gets the wrapper for footer and for tabstrip.

My goal is to have this script working

 if (window.innerHeight < window.innerWidth)//landscape mode
                                    {
                                        ftr.hide(); hdr.hide();
                                    } else {
                                        ftr.show(); hdr.show();
                                    }

Which, at first, does work. But when i'm going to another tabstrip, strange behavior occurs - the  other tab completely disappears!
Clearly, this is not the right approach. Is there a programmatic way to hide/show the footer/tabstrip?

Thansk!
Andrei
Top achievements
Rank 1
 asked on 22 Feb 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
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?