Telerik Forums
Kendo UI for jQuery Forum
2 answers
151 views

Hi,

I'm using Node.js configured with DataSource. All was working fine. We switched from mysql to Postgres and now the Grids don't populate with the returned data. Before pasting tons of code here, checking if I missed something obvious:

I added the following change event function to the transport, and in the Chrome debugger I see the expected rows are returned in the results. What I don't know if the data object stores the rows in some new or unexpected way. There's an element called "0" with child array called "rows" which has the correct number of rows, populated with the correct data and elements named correctly. I also checked the element names throughout and they match. 

Any tips on how to debug whether the grid is receiving the update?

change: function(e) {
    var data = this.data();
    console.log(data);
}

Brett
Top achievements
Rank 1
 answered on 02 Apr 2019
7 answers
312 views
For following configuration, when all childs of a node are selected, parent nodes are also counted. It causes misunderstanding. If it is not possible to count only leaves, how can a fixed message be displayed.

                checkboxes: { checkChildren: true },
                messages: {
                    singleTag: " selected"
                },
                tagMode: "single",
Andrea
Top achievements
Rank 2
Iron
 answered on 02 Apr 2019
1 answer
97 views
We recently moved our application from a Windows Server 2008 box to a Windows Server 2016 box. No other changes have been made to the application. For some reason now, our Kendo dropdown that displayed employee names now simply displays the text "wrong code". Any thoughts on what may be causing this and how to fix?
mike
Top achievements
Rank 1
 answered on 02 Apr 2019
4 answers
157 views

We need to get rid of Hibernate (change it to JDBC-driver).

We use basic usage of TreeList (from springs-demos) and have some problems with uploading our database in TreeList.

Wу think it is because of this fynction:

@Override
public List<TObjectType2> getList() {

Connection connection = cn.getConnection();
List<TObjectType2> result = new ArrayList<TObjectType2>();
try {
Statement statement = connection.createStatement();
ResultSet resultSet = statement.executeQuery("SELECT * FROM \"ID_OBJECT_TYPE_2\"");
while (resultSet.next()) {
TObjectType2 to = new TObjectType2();
to.setIdObjectType(resultSet.getString("ID_OBJECT_TYPE"));
to.setDescription(resultSet.getString("DESCRIPTION"));
to.setObject1C(resultSet.getString("OBJECT_1C"));
result.add(to);
}
return result;
} catch (SQLException e) {
e.printStackTrace();
return null;
}
}

 

Because with hibernate it is like this:

@Override
public List<EmployeeDirectory> getList() {
return sessionFactory.getCurrentSession().createCriteria(EmployeeDirectory.class).list();
}

 

In the web it we can see, that there are 5 items (that's true!), but "No records to display"

http://skrinshoter.ru/s/270319/pTQKFDXl

ILYA
Top achievements
Rank 1
 answered on 02 Apr 2019
7 answers
248 views

Hi, i have a kendo web application who use popOver widget, to use popOver widget i converted the application to a kendo-mobile-application

(adding kendo-mobile-application attribute and include all html body inside a kendo-mobile-view tag.)

The application works fine except for kendo-dropdownlist who render always as mobile dropdown.

I would like to choose when dropdownlist have to render as mobile and when as desktop.

It is possible?

I noticed that if avoid to include the kendo.*.mobile.css the dropdown render as a normal desktop mode, but doing so the popOver widget not render well..

 Otherwise how i can use mobile widgets inside web application without transform the application as mobile?

Thanks

Justin
Top achievements
Rank 1
 answered on 02 Apr 2019
1 answer
101 views

Hi, I'm currently building a mobile responsive site with Telerik UI JQuery (DatePicker) component. So far, the component works fine, until the site is browsed using a iOS WebApp (Add to home icon).

When I select a date using the DatePicker, the site jumps up to the top of the view every time.

Any advice or what is happening?

Preslav
Telerik team
 answered on 02 Apr 2019
1 answer
270 views

Hi there

I'm trying to include the Kendo Grid basic usage example into my ASP.NET MVC + Bootstrap project.

The problem is that it throws the exception in line

$(document).ready(function () { $("#employeeGridDiv").kendoGrid({...

 

"kendoGrid is undefined/kendoGrid not a function"

 

Here is the way I include the Telerik stuff:

<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.common.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.rtl.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.default.min.css">
<link rel="stylesheet" href="~/AdminLTE/plugins/kendo/css/kendo.default.mobile.min.css">
<script src="~/AdminLTE/plugins/kendo/js/jquery.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/jszip.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/kendo.all.min.js"></script>
<script src="~/AdminLTE/plugins/kendo/js/console.js"></script>

How to make it work?

Thanks.

 

 

Georgi
Telerik team
 answered on 02 Apr 2019
1 answer
185 views
Base href gets appended for every URL,S while using for Kendo grid
Martin
Telerik team
 answered on 01 Apr 2019
5 answers
763 views

Hello everyone,

the new kendoDropDownTree is excactly what  a lot of us waited for since a long time. Now the question: Is it possible to have the selected items (using the "checkboxes: true" option) exportet on a POST request as an array? While the multiple select widget is rendered as an <select multiple="multiple"> the kendoDropDownTree is not, which is of course part of the problem...

 

Plamen
Telerik team
 answered on 01 Apr 2019
3 answers
219 views

Hi,

I am currently trying to implement cloning and moving of events programmatically by using a contextmenu along with menu-options that include a calendar. The idea is to right-click on an event and selecting a date from one of the calenders and moving or copying the selected event (see attachment).

However I am facing the issue of handling recurring events. I need the option of whether to change the series or the current instance only. Is there some way to open the dialog window asking to "edit current event" or "edit series" manually and handling the user action accordingly?

Veselin Tsvetanov
Telerik team
 answered on 01 Apr 2019
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
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?