Telerik Forums
Kendo UI for jQuery Forum
1 answer
400 views

Hi Guys,

I am trying to make use of you Kendo Scheduler widget in an Angular Web Application that I am building and would like to change the appearance of all the scrollbars across my website. While by using a simple ready built competent (for example: https://github.com/iominh/ng-scrollbars) to apply change the appearance across the website this is probably not the case for the Scheduler Widget.

Could you kindly advise on how best to proceed to change the default browser scrollbars that kendo uses whilst also making sure that the fix I would be applying will work across other browsers?

Plamen Lazarov
Telerik team
 answered on 28 Aug 2015
9 answers
230 views

I've got a page that displays courses, which can have tags. For example, my "Javascript" course may have the tag "web". I want to filter the datasource based on the course tags, but if no tag value is passed through (ie. blank string), I want it to ignore the filter.

Right now what's happening is that passing through a "eq" filter w/ an empty string is pulling back only courses that don't have tags - which does make sense. But if I don't pass through a specific tag, I need to get all courses, tagged or not. I also can't switch from "eq", since it has to be a full match, if a tag is passed in. 

Appreciate any help here.

Daniel
Telerik team
 answered on 28 Aug 2015
3 answers
693 views

We are in the process of purchasing the Clienside controls(NOT the server wrappers) and I am trying to get unobtrusive, clientside validation working against the MVC Model data annotations...Is there a good example I can use to reference?  Most of what I am finding uses the Server MVC Wrappers.  We are trying to go more clientside and then using Web API for Posting/Gets/etc...

 

Thanks

Kiril Nikolov
Telerik team
 answered on 28 Aug 2015
3 answers
146 views

When updating to 2015.2.805, we've discovered a NUMBER of  problems with our usage of Angular and Kendo.  We regularly update, and have had no problems previously.  We're hoping we can get some answers as to the problem.

 

We were previously using ng-model in our binding to a Kendo DateTimePicker.  We used ng-model because we use a formatter/parser directive to manipulate the date.  In the latest release, the DateTimePicker only works if you use k-ng-model, but this precludes the use of the formatter/parser directive, because there is no ngModel.

 

How can we use this with a formatter/parser now?

Kiril Nikolov
Telerik team
 answered on 28 Aug 2015
1 answer
392 views
Is there any way to open the DropDownList when the user has a box focused and presses a key? For example the user tabs to the Animals DropDownBox and presses the L key, the dropdown opens and highlights Lion.
Plamen
Telerik team
 answered on 28 Aug 2015
5 answers
549 views

Hi,

I am trying to filter the record in Gantt Chart.​

Since Gantt does not provide filtering like Kendo Grid. I want to add Custom params with every request which can be used with filter record.

Hope this can be done easily

Bozhidar
Telerik team
 answered on 28 Aug 2015
1 answer
113 views

Hello

For some reason view title in navbar on android changes if I hit the back button.

I have a home view

<div data-role="view" id="home" data-layout="mainLayout" data-init="home.init" data-show="home.show" data-stretch="true" data-title="">

and a settings view

<div data-role="view" id="settings" data-layout="mainLayout" data-init="settings.init" data-stretch="true" data-title="Settings">

 

When I hit the back button on a settings view, view title on my home page changes to "Settings", and it should be empty. I dont get it.

 â€‹Here is the layout I am using

 

<div data-role="layout" data-id="mainLayout">
          <div data-role="header">
              <div data-role="navbar">
                  <a data-role="backbutton" data-align="left" data-icon="customback"></a>
                  <a data-role="button" data-align="left" data-icon="custommenu" data-click="home.toggleMenu"></a>
                  <span data-role="view-title"></span>
                  <a data-role="button" data-align="right" data-icon="custompush"></a>
                  <a data-role="button" data-align="right" data-icon="customfacebook"></a>
              </div>
          </div>
    </div>​

Petyo
Telerik team
 answered on 28 Aug 2015
9 answers
658 views

Hello all

 

I hope you are well.

I am using the scheduler and when someone wants to delete a recurring event, I'd like the popup confirmation to popup.

However, I don't want the button that says "Delete current event"

I just want it to say "yes", "no"

Any ideas how I can do this?

 

Thanks in advance

Daniel

Daniel
Top achievements
Rank 1
 answered on 28 Aug 2015
1 answer
131 views

Hi,

Is it possible to enable

column reordering (http://demos.telerik.com/kendo-ui/grid/column-reordering)

and column resizing (http://demos.telerik.com/kendo-ui/grid/column-resizing)

with kendo gantt chart?

Dimitar Terziev
Telerik team
 answered on 28 Aug 2015
2 answers
131 views

Hi

I'm using the angular directive for the TreeList and am seeing some strange behaviour when trying to set one or more locked columns. My column definitions are read from a database and returned to the client as an array :

[
{ field: 'col0',
  fieldName: 'Name',
  title: 'Name',
  locked: true,
  width: 240
},
{ field: 'col1',
  fieldName: 'ID',
  title: 'ID',
  hidden: true,
  width: 120
}, 

...

]

This array is then assigned to the config.columns property at which point the treelist is instantiated (via the k-ng-delay="widgetCtrl.gridConfig.columns").Unfortunately the locked property seems to be being ignored.

Strangely if I remove the locked property from the returned array and replace it with a hardcoded value:

restService.genericApi(self.widget.url + 'columns', false).queryPost(json).$promise.then(function (defns) {
                                                     _defn = defns[0];
                                                     _defn.columns[0].expandable = true;
                                                     _defn.columns[0].locked = true;
 
                                                     self.gridConfig.columns = _defn.columns;
                                                 }, function (error) {
                                                 });

This does lock the first column but then I have serious issues resizing: the locked column works ok. If I try to resize the 2nd column, the 5th one changes. It's the same all the way across (i.e. column which resizes is +3).

Is this a known issue​? and if so, is there a workaround?

Thanks

Keith

Dimo
Telerik team
 answered on 28 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?