Telerik Forums
Kendo UI for jQuery Forum
0 answers
112 views
Is it possible to share one editor toolbar with multiple kendoEditor controls?
Wasif Abbas
Top achievements
Rank 1
 asked on 25 Jun 2012
4 answers
263 views
Hi, 

is there any way to fix the position of header and footer-div in an ios-app? Because at this time, header and footer can be moved up and down, and so it don't feels like an native app.

Best regards and thanks for your help,
Dominik
Dominik
Top achievements
Rank 1
 answered on 25 Jun 2012
0 answers
97 views
I have the need to remove a widget from the DOM and create a new one.
Adding a widget is obvious but how to remove an existing one?
Thanks
nachid
Top achievements
Rank 1
 asked on 25 Jun 2012
1 answer
110 views

In the attached program, when you load “Survey Local”  the charts on the left and right looks the same and this is how they should look.

 The problem is once you click on any “yes” or “no” button I programmatically update the chart by following codes near line 719

 var chart = $("#PieChart1").data("kendoChart");

                        chart.options.series[0].data = series;

                        chart.refresh();

 The chart did update but the layout changed too which should not happen and I had no idea why.

 Please Help.

 Thanks

Edwin

Iliana Dyankova
Telerik team
 answered on 25 Jun 2012
1 answer
118 views
Hi,

I am interested in evaluation Kendo UI (the full package including DataViz) but I wonder if it works for Windows 8 (currently the Release Preview) Metro applications developped with HTML5 and Javascript.

Thanks.
Dirk
Top achievements
Rank 1
Iron
 answered on 25 Jun 2012
3 answers
93 views
How can I get notified by e-mail when a new build is published and it's release notes?

Thanks,
Jeff
Dimitar
Telerik team
 answered on 25 Jun 2012
2 answers
2.3K+ views
Hi there,

Is there a way to show an initially hidden tab strip and then hide it again?

I tried a number of ways (adding display: none and i tried adding visibility: hidden) but they only seems to work once and then break scrolling etc.

It's not possible for me to use different views with different layouts defined (With and without a tab strip) because I require it for the same view.

Thanks in advance!

Rob
Grant
Top achievements
Rank 1
 answered on 25 Jun 2012
3 answers
129 views
I can add and apply the filter properly but when I click on the 'Clear' button for my column filter, it re fetch the data to the server (good) but keep the previous filters. It works only if I change for another selection.
My odata filter is look like this when I click on clear on the State filter column, the filter remains for that column.
$filter(YearSalesTarget ge 1000 and State eq 'nv')

I have tested with the new 2012.Q1 beta and I can't reproduced with the demo.
Maybe this is caused by the fact that I have overwritten the parameterMap?
How can I refresh the parameterMap properly? Any idea?

parameterMap: function(data,operation) {
                    if (operation == 'read') {
                    // Used default odata parameters
                    return kendo.data.transports["odata"].parameterMap(data,operation)
                    }
...
}
Steve
Top achievements
Rank 1
 answered on 25 Jun 2012
0 answers
226 views

I seem to be getting a memory leak on the grid widget. I pasted my code is below. In Firefox 12, when the application first runs up, Windows Task Manager says it is taking up around 60Mb of memory. If you click the add button, the memory used grows to around 85Mb, When you click the remove button, the memory does reduce a bit (after about 30 secs), but it only reduces to around 80Mb.

Is there leak in my code or kendo grid widget?

<!DOCTYPE html>

<html>

<head>

    <title>test</title>

    <script src="Scripts/jquery.min.js"></script>

    <script src="Scripts/kendo.web.min.js"></script>

    <link href="Styles/kendo.common.min.css" rel="stylesheet" />

    <link href="Styles/kendo.metro.min.css" rel="stylesheet" />

</head>

<body>

    <div>

        <button id="add" value="add">add</button>

        <button id="remove" value="remove">remove</button>

        <div id="grid"></div>

    </div>

    <script>

        $(document).ready(function () {

            $("#add").click(function () {

                var data = [],

                sharableDataSource,

                i;

                for (i = 0; i < 5000; i = i + 1) {

                    data.push({ field: "value " + i

                    });

                }

                sharableDataSource = new kendo.data.DataSource({ data: data });

                $("#grid").kendoGrid({

                    groupable: false,

                    scrollable: true,

                    sortable: true,

                    pageable: false,

                    resizable: true,

                    selectable: "row",

                    dataSource: sharableDataSource,

                    columns: [{ field: "field", title: "field" }]

                }).data("kendoGrid");

                data = null;

                sharableDataSource = null;

            });

            $("#remove").click(function () {

                $("#grid").empty();

            });

        });

    </script>

</body>

</html>

Maarten
Top achievements
Rank 1
 asked on 25 Jun 2012
0 answers
118 views
Hi,
is there a standard way to show  already uploaded files and provide a delete button for them?
Developix
Top achievements
Rank 1
 asked on 25 Jun 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?