Telerik Forums
Kendo UI for jQuery Forum
2 answers
141 views
The window has an open event that fires when the window is opened, but still animating.
The activate event is just after the animation.
The close event fires when the window is closed, but still animating.
There is no event that fires when the window is closed and done animating, for DOM removal or detachment.

Is there any chance we could get a Deactivate event as well to tie with the already existing activate event?  Something like the animation complete callback in the close function.

wrapper.kendoStop().kendoAnimate({
                    effects: hideOptions.effects,
                    duration: hideOptions.duration,
                    complete: function() {
                        wrapper.hide();
                        this.trigger(DEACTIVATE);
                    }
                });
Alex Gyoshev
Telerik team
 answered on 21 Oct 2011
1 answer
146 views
I know it's just hard to believe that Internet Explorer is causing problems. <said in a sarcastic voice> When you open a kendo window more than one time in IE8 the formatting seems to get really messed up. The close button disappears and leaves a white box in it's place. It will not close the window either. Even the demo on this site messes up if you open it more than once. Modal also doesn't seem to be working in IE8. I have the latest October release of Kendo. It seems to work fine in Firefox and Safari.
Kamen Bundev
Telerik team
 answered on 21 Oct 2011
1 answer
116 views
When a widget with a ".k-icon" span is part of a panelBar (say a datepicker), the "k-icon" span isn't displayed.

Changing line 307 in "kendo.panelbar.js" from :
items.find(".k-icon").remove();
to:
items.find(".k-link .k-icon").remove();
fixes the issue.
Kamen Bundev
Telerik team
 answered on 21 Oct 2011
1 answer
186 views
Hi,

Is it possible that I can limit the depth of the subnodes added when dragging a node? For example not to be able to create second level nodes, just root nodes and children to them.

Thanks,
Blagojce
Alex Gyoshev
Telerik team
 answered on 21 Oct 2011
1 answer
81 views
I have been trying without success to connect a remote URL that provides a basic XML output much like you have in the demo. When I call it though, I always am presented with Object doesn't support this type method right at b.lenght. When I look back at b, b is equal to "data". What I can't figure out is what I am missing to cause this to happen. Is it that it can't find the URL?

SCRIPT445: Object doesn't support this action
kendo.all.min.js line 1 character 27728

My Code

var sharedDataSource = new kendo.data.DataSource({                     
  pageSize: 10,                           
  transport: {                               
   read: "MYURL"          
  },
  schema: {
   type: "xml",
  data: "/NewDataSet/Data",                           
  model: {                               
   fields: {                                   
    edit: "edit/text()",                                   
      }                          
     }                       
    }                    
});

Xml Output Looks like
<NewDataSet><Data><edit>test</edit></Data><Data><edit>test2</edit></Data></NewDataSet>

I then setup my grid to connect to this datasource like so;

 $("#grid").kendoGrid({                       
    dataSource: sharedDataSource, 
   autoBind: true,                     
  height: 280,                       
  columns: ["edit"]                   
 });

Any thoughts would be awesome.... thank again

Rosen
Telerik team
 answered on 21 Oct 2011
1 answer
34 views
There's a ton of problems with the demo code...someone needs to go through each sample just to test

Look at this one for example:
<div id="tabstrip">
     <ul>
         <li>First Tab</li>
         <li>Second Tab</li>
     </ul>
     <div>First Tab Content</div>
     <div>Second Tab Content</div>
 </div>
 
var tabStrip = $("#tabStrip").kendoTabStrip();

Can you spot the...problem? :)
Dimo
Telerik team
 answered on 21 Oct 2011
1 answer
212 views
Hi eveyone,
I'm really interesting in Kendo UI and its potentiality, in particular the mobile compatibility.
At the moment we have developed in Silverlight a business app and we are interested in extending the potential of this product to mobile scenario. We'd like to know if it exists right now or if you are planning a tool to convert silverlight code to kendo code.

Thanks in advance,

Alessio

Sebastian
Telerik team
 answered on 20 Oct 2011
1 answer
209 views
I have two use cases that I could not implement with the TabStrip 
 - Open an external URL if the user clicks on the tab header (the tab itself has no content, so the current opened tab will not loose the focus) 
- Calling a Javascript Function if the tab header is clicked (that loads the remote data). Maybe it would be great in general, that it's possible to use data Sources for loading the tab contents and not only static urls... 

Exists there any solutions for those two use cases? 

Thank you 
Micha
Kamen Bundev
Telerik team
 answered on 20 Oct 2011
1 answer
168 views
Good day,

I have been researching but don't see a way for me to override the Paging Event in the grid. For example, let's say I have 10,000 items coming from a remote source and I want to pass only the first 10 items to the grid. Then when the individual chooses to page to the next 10 theyclick next and the datasource, requests the next 10 from the remote source. Is there a way to accomplish in the grid or should I create my own paging template and apply it below the grid and when a user chooses another page via the paging template, I rebind the datasource to the next 10?

Thank you for your assistance
Dimo
Telerik team
 answered on 20 Oct 2011
0 answers
42 views
Hello,
im really a Newbe in Javascript. For a Microcontroller project i need Date/Time inputs, charts, formatted Outputs, sliders, etc. So Kendo UI is the ultimative Resolution for my development. At the moment im busy oneselfe with javascript and jquery.

What i have to do, to style radio- and checkboxfields like Kendo UI Autodiscover <input> field (shadow etc..)?
Hope you now what i mean...

thanks
Jo, Bavaria
Joachim
Top achievements
Rank 1
 asked on 20 Oct 2011
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
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
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?