Telerik Forums
Kendo UI for jQuery Forum
2 answers
112 views

I've run into an issue with the noRecords functionality.  We have a Kendo tabstrip with two tabs - one grid on each tab.  The user can add records in either of the grids which could result in a change to the data behind the other grid.  So adding a record in Tab1 - Grid1 will cause Tab2 - Grid2 to be refreshed.  I​f this happens and then the user changes tabs to Tab2, then Grid2 shows the new data but still shows the noRecords template as well.  I've traced this down to the _renderNoRecordsContent() function.  In that function, the logic only runs if the grid's wrapper is visible:

 

        _renderNoRecordsContent: function() {
            var that = this;

            if (that.options.noRecords && that.wrapper.is(":visible")) {

In my situation, the non-active tab fails this wrapper visible check.  So when rebind a grid programmatically on a non-active tab, the noRecords logic won't fire.  Is there a good way around this?  Or is the :visible check maybe a little too aggressive of a filter?

 

Thanks for your help!

 

Regards,

Brian

Brian Roth
Top achievements
Rank 1
 answered on 27 Aug 2015
1 answer
173 views
How to enable using up and down arrows in Kendo ListView?
Konstantin Dikov
Telerik team
 answered on 27 Aug 2015
2 answers
355 views

Hi there,

I have a Telerik window opened on page load based on server side variables.  However, I don't want this window to display for mobiles - for other site controls I apply the bootstrap 'hidden-xs' class to the control to not render it, but this doesn't work on the Kendo Window control.  How can I achieve this - my window is drawn out by server side code which knows nothing about the browser dimensions?

I also tried setting the .Visible property to false and then showing it on the Open() event based on some jQuery - but this didn't work because the Open() event doesn't get triggered if the .Visible property is initially set to false.

Please can you advise how I can go about achieving my requirements?

Thanks, Mark

Mark
Top achievements
Rank 1
 answered on 27 Aug 2015
1 answer
141 views
Can we create Kendo Stock chart using angularjs?
Please give one example.
Plamen Lazarov
Telerik team
 answered on 27 Aug 2015
3 answers
129 views

Hello,

could someone help me figure out where am I going wrong: http://dojo.telerik.com/eKEye

 Double clicking an event for the first time brings up the correct event, however upon closing the window and reopening it for a second time it brings up a completely different event. For instance double clicking any event on August 12th will bring up that event, but if one closes the window and reopens it the editor has a different event.

 I am fairly certain the problem is with the snippet below, any thoughts on what I am missing? Thanks!

$scope.sched.setDataSource(new kendo.data.SchedulerDataSource({
                    data: items
}));

Philippe
Top achievements
Rank 1
 answered on 27 Aug 2015
4 answers
627 views

We are attempting to implement grid with sorting, and we've found that when we sort, then click the add button, the new row ends up as the last row on the last page, if the sort happens to send it there because of its empty columns.  It ends up causing validation problems, but the culprit is never shown on the screen, and we're worried that will be confusing for the users.  We were wondering if this was an existing bug, or if there was some workaround to keep the newly inserted row at least somewhere in sight after it is first added.  

 

Thanks

Charles
Top achievements
Rank 1
 answered on 27 Aug 2015
1 answer
769 views

 Is it possible to call a javascript function (formatData) inside the for loop in the template, inside the ## , like below..

 <script id="javascriptTemplate" type="text/x-kendo-template"><ul># for (var i = 0; i < data.length; i++) { #<li>#= formatData(data[i]) #</li># } #</ul></script>

Alexander Valchev
Telerik team
 answered on 27 Aug 2015
3 answers
342 views

Hi

While uploading an image I send a lot of image metadata from a form by attaching the data to e.data in the upload event.
Now I would like to add an array of keyword id's with the usual POST serialization like: keyword_id[]=143&keyword_id[]=211
but all I get is a serialization like: keyword_id[] = 143,211,....

Is there a simple hack to achieve that?

Regards

Alex

Dimiter Madjarov
Telerik team
 answered on 27 Aug 2015
1 answer
111 views

Hello, I have a issue about resize columns in grid.

If I set four fields in columns like this:

columns : [
                {field : "id", title : "id", width : 150 },
                {field : "index", title : "​index", locked : true, width : 150 },
                {field : "​name", title : "​name", width : 150, hidden: true },
                {field : "​​date", title : "​date", width : 150 }
]​

then set resizable to "true", I can resize column "id" and "index" normally but I can't resize column "date" (seems it's after a hidden column).

Is this a stander rule of Grid or TreeList?

Dimo
Telerik team
 answered on 27 Aug 2015
2 answers
219 views

Hello,
I have this problem: using a kendo mvc tabstrip, in each tab load content using LoadContentFrom, loaded different views, but in each of these have included a menu toolbar, using Html.RenderPartial ("~ / Views / Toolbar.cshtml"); .
The problem is that only in the first tab loaded, the toolbar is visible, the other tab is not visible, and there aren't errors in the console or in the application.
I think it is a problem related to the fact that the id of the toolbar is the same, but I'm not sure, in any case I would not know how to solve it.
Someone can you help me?

Thanks, Marco

Roberto
Top achievements
Rank 1
 answered on 27 Aug 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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?