Telerik Forums
Kendo UI for jQuery Forum
3 answers
319 views
I am using two date picker, on selection of first it should change date of second date picker based on min and max
the problem is until I select first picker,second date picker is displaying with disabled state and hiding date glypcon
This was working fine until the version  "kendo ui 2015 q2"
Here is the working example with kendo ui 2015 Q2 

 

after updating to kendo ui 2015 Q2 to higher versions,
I'm facing issue as specified above
here is  the example .

Please help us to fix this issues


Kiril Nikolov
Telerik team
 answered on 01 Aug 2016
3 answers
333 views

http://stackoverflow.com/questions/38478493/cannot-read-property-wrapper-of-undefined-with-kendo-angular.

 

Note: why wrapper undefined error in kendo.

T. Tsonev
Telerik team
 answered on 29 Jul 2016
2 answers
440 views

When scrolling the grid horizontally with the arrow on the sides, the movement is very slow. On longer column or more rows, it slows down even more.  Whereas While moving by dragging the slider with the mouse, it moves fine.

 

Kindly provide me with a solution to fix this horizontal scroll issue.

Sana
Top achievements
Rank 1
 answered on 29 Jul 2016
2 answers
185 views

I'm trying to streamline the template information on my barchart. It is just not displaying the information I would like it to relay to the user in a streamline fashion. I have a demo at http://dojo.telerik.com/@dhighfield/AFEbu/2. I'm trying to have it display something similar to the included png files. I do not want the template to display items that have zero values associated with it. I also am trying to remove that top Code information and replace it with the Code Description. I've tried series and category and other implementations and this is probably the closest I ever got to what I am looking for. Can this be accomplished?

As always thank you for your time.

David
Top achievements
Rank 1
 answered on 29 Jul 2016
3 answers
1.0K+ views
I am trying to filter on a value in a child array of an object using server side filtering 

I have an object like:

public class person{
     public int id {get; set;}
 public List<int> accountIdList {get; set;}    <br>
}


On a grid I generate a custom filter template which allows a user to filter by Accounts (e.g a dropdown list of accounts).  
The datasourcerequest object on the server is populated with a filter.  I want to be able to intercept the filter and change the filter from an equals
to a contains

I've done the following

private DataSourceRequest InterceptRequest(DataSourceRequest request)
        {
            for (int idx = 0; idx < request.Filters; idx++)
            {
                var flt = filterList[idx] as FilterDescriptor;
                if (flt != null && flt.Member.ToString().Equals("accountIdList"))
                {
                    flt.Operator = FilterOperator.Contains;
                    flt.Value = 1;   //Hardcode as an example
                }
            }
        }

However when I call ToDataSourceResult I get an error stating an invalid cast from Int32 to IEnumerable<Int32>

I want to get a list of all persons who have an Account Id of 1.  How can I achieve this?
Stefan
Telerik team
 answered on 29 Jul 2016
3 answers
99 views

Sample: http://demos.telerik.com/kendo-ui/m/index#mobile-view/zoomable

If you view the above link in IE11 maximized at a high resolution (such as 1080p or 4K), the touch-based zooming and scrolling will not work like other browsers. Is there a workaround for this, or is this not supported in an older browser like IE11?

Petyo
Telerik team
 answered on 29 Jul 2016
4 answers
200 views

Hi
I have problem with kendo.drawing.exportImage. When I call kendo.drawing.exportImage occur error "Uncaught RangeError: Maximum call stack size exceeded". 
When I Export to PDF ? every thing is OK. 
I made example with this problem https://jsfiddle.net/j23yj7yx/. Please check this issue.

Regards
Peter

Peter
Top achievements
Rank 1
 answered on 29 Jul 2016
1 answer
413 views

Hi,

 

I am using Hierarchical Grid with checkbox. I want to check all child records when parent row.

From parent Grid, I got checked employeeID and then retrieving the child grid.

       var childGrid= $("#childGrid"+employeeID).data("kendoGrid");
       var checkboxItems=childGrid.items().filter(":has(input:checkbox)");

       $(checkboxItems).prop('checked',"checked");

 

But its not working. Appreciate any help.

 

Regards,

Sanjay

Dimiter Madjarov
Telerik team
 answered on 29 Jul 2016
1 answer
137 views

I'm having a functionality to load the DOM elements on demand. for that, I'm using ng-if the selected value is not clearing. Find the below example to reproduce the scenario.

Dojo

In this example, first control is with with "ng-if" and 2nd example with "ng-show". "ng-show" is working. But "ng-if" is not working. 

Please assist to fix the issue.

Georgi Krustev
Telerik team
 answered on 29 Jul 2016
1 answer
220 views

I'm unable to select the value from multiselect dropdown with latest kendo version ie.,KENDO UI Q2 SP2.

Here is the Dojo multiselect dropdown

Howevver this works with other versions ie.,2015

Please let me know where I'm doing wrong..

Awaiting your kind reply.

Georgi Krustev
Telerik team
 answered on 29 Jul 2016
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
Drag and Drop
Application
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
DropDownTree
ListBox
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
Styling
ColorPicker
Pager
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
Licensing
PivotGridV2
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
LLM Kit
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?