Telerik Forums
Kendo UI for jQuery Forum
0 answers
115 views
*UPDATE: FIXED

I have a bunch of data that's being put into a Grid View and I have a number box in there.

If the input is converted to a NumericTextBox after being placed in the Grid it's fine, but the problem is I can't control when this happens and the Grid mangles the NumericTextBox when it's been rendered in advance. Not only is it mangled but it's basically unusable as well.

I've attached a screenshot. It would be ideal if I could get the Grid to not mangle the widget as I can't seem to think of an event to bind to that will fire after the Grid has been created.

*UPDATE: Fixed with some custom events and jQuery.
Rei
Top achievements
Rank 1
 asked on 12 Mar 2012
7 answers
285 views
I have somehow managed to make a load on demand treeview with kendo.
However I have found an issue while I was developing it. I'm making use of the function append (which calls to _insertNode), in this function (_insertNode) you are setting by default "expanded: true" to the groupData.
This works ok (though we do not need the node to be expanded if we're trying to load on demand) in firefox and chrome, however in IE9 after collapsing and expanding a second depth level (though to other people may happen on any other level) the child items are shown behind the other n-1 level items, using css language:

n-1 level items -> z-index: 999 (not real just to let you understand it)
n level item -> z-index: 1

Setting it to false "expanded: false" fixes it anyway.
Alex Gyoshev
Telerik team
 answered on 12 Mar 2012
5 answers
126 views
I am using grid to display some xml data.  When I use groupable and drag a column header to the group drop site, the 'loading' image stays up and the IE F12 Console shows the message

    SCRIPT5007: Unable to get value of the property 'STORES': object is null or undefined
    kendo.all.min.js, line 11 character 28938

Sample page and data is at devenezia-dot-com/kendo
Nikolay Rusev
Telerik team
 answered on 12 Mar 2012
3 answers
217 views
Hi,

I have the next html

<select name="month" data-role="dropdownlist" data-text-field="text" data-value-field="value" data-bind="source: months, value: selectedMonth, event: { change: changeListener }" required validationMessage="Please select {0}"></select>

Unfortunatelly this doesn't take the listener, I also tried

<select name="month" data-role="dropdownlist" data-text-field="text" data-value-field="value" data-bind="source: months, value: selectedMonth, change: changeListener" required validationMessage="Please select {0}"></select>
with same results: no listener is triggered.


Am I doing something wrong?

Thanks in advance,
Atanas Korchev
Telerik team
 answered on 12 Mar 2012
1 answer
238 views
I'm trying to add multiple pie chart on one page, it seems that there is a height on the div that holds the pie chart, I can't reduce the that height for some reason, I tried inspecting that element and it gives me a tag like <path="fill" stroke-height etc..

is there a way I could achieve this?
image attached for demo

Thanks
Hristo Germanov
Telerik team
 answered on 12 Mar 2012
6 answers
204 views
Quite randomly I will get a bar graph that renders all the bars inverted so that they show up going from the x axis down and not up. (see attached)  The same data is being passed to it every single time and I really see no rhyme or reason to when it decides to render incorrectly.  Have you see this occur before?  The chart is a stacked bar chart.  
Hristo Germanov
Telerik team
 answered on 12 Mar 2012
1 answer
107 views
Hi,

I want to make a passord/confirmation custom validation, how can I access the viewModel?

Is this possible? How?


Thanks!
Rosen
Telerik team
 answered on 12 Mar 2012
3 answers
111 views
Hi there

We are interested with this KendoUI especially integrating with .NET app. Is there any sample for this?

Thanks
Atanas Korchev
Telerik team
 answered on 12 Mar 2012
1 answer
308 views
how can I reduce the height between the title and the pie chart, if I use <div id="chart" style="width">... it does reduce the size of the chart which is good but the height be height between the title and the pie chart still remains the same.
Iliana Dyankova
Telerik team
 answered on 12 Mar 2012
1 answer
184 views
Hello.  I'm looking for performance optimizations in my web application which uses kendoUI.  Which of these approaches would you expect to be faster?

Approach 1:
Build a large DOM tree full of <ul> and <.li> elements, representing a kendo treeview.  When all DOM elements are constructed, call .kendoTreeView(); so that each set of DOM elements is converted to a treeview.

Approach 2:
Build a large JSON structure representing kendo treeview data.  Initialize the kendotreeview in the page by calling .kendoTreeView() and then insert the data into the tree by calling the append function

Or is there another even better way than either of these approaches?
Alex Gyoshev
Telerik team
 answered on 12 Mar 2012
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?