Telerik Forums
Kendo UI for jQuery Forum
0 answers
74 views
Hi,

I have a hidden field whose value is updated on link click. And on this link click I am reloading a entire tab strip for the new value of hidden filed.
The tab which is active is working fine and I am able to set the hidden field's value to the drop down present in the tab.

But when I click on another tab in tab strip having another drop down, I am not able to set the hidden field's value to the drop down in now selected tab.

Please help.

Thanks,
Nikhil
Nikhil
Top achievements
Rank 1
 asked on 14 Mar 2012
2 answers
176 views
Hello,

I was wondering, if just like the drag and drop frameworks, are there plans for a sortable framework, like in jQueryUI? - http://jqueryui.com/demos/sortable/ 

I know that you can sort in a table, but what about being able to sort inside of an element outside of table?

Thank you.
PPCnSEO
Top achievements
Rank 1
 answered on 14 Mar 2012
1 answer
211 views
I want to place a grid inside of a template. I also want it to be able to use URLs to bind to. Is there a best way to do that?

Right now, I am using the template to out put the datasource through stringify and then reparsing it.

I have an object that has a person and a rockoverview.rocks members. since these grids are dynamic and can have multiples on the same page, i need to create a unique id and refer to it uniquely.

$("\#grdStuck#=data.Person.ID#").kendoGrid(
{
   dataSource: JSON.parse('#=kendo.stringify(data.RockOverview.Rocks)#'),
   sortable: false,
   pageable: false,
   scrollable: false
});

I have created an extremely simple example that demonstrates what i am trying to accomplish.
http://jsfiddle.net/aPXsg/5/
Joshua
Top achievements
Rank 1
 answered on 13 Mar 2012
2 answers
592 views
Hi, where can I get the full kendo ui CSS?  I am only finding the minified versions.

Thanks!
Kjell
Top achievements
Rank 1
 answered on 13 Mar 2012
4 answers
114 views
I am using a KendoDropDownList inside a Kendo Mobile View, and after a view has changed the selection changed events aren't happening. Does anyone else have a solution to why this may be happening? Here are my script references, I hope I just have one left out. Thanks for any help.

<script src="http://code.jquery.com/jquery-1.7.1.min.js" type="text/javascript"></script>

<script src="http://cdn.kendostatic.com/2012.1.124/js/kendo.all.min.js" type="text/javascript"></script>
Georgi Tunev
Telerik team
 answered on 13 Mar 2012
7 answers
710 views
hello,
I'm trying to add buttons for pagination.
the only way that I realize is this, modifing the kendo.all.js due the refresh at end of widget:

           
html_add = '</li><li><button id="nextPage" class="k-sprite k-icon k-arrow-next">Next</button><button id="firstPage" class="k-sprite k-icon k-arrow-last">Last</button></li>';
html_prep ='<li><button id="firstPage" class="k-sprite k-icon k-arrow-first">First</button><button id="prevPage" class="k-sprite k-icon k-arrow-prev">Prev</button></li>';
//that.list.empty().append(html)
that.list.empty().append(html).append(html_add).prepend(html_prep);

in the var Pager = Widget.extend(

so I have the situation in picture.
Is there a better way that don't put code in the kendo.all.js (I don't want to modify anymore..) ?
Every other  function that I write  is rebulid with the pager refresh.

thanks
Giulio
Manoj Kapoor
Top achievements
Rank 2
 answered on 13 Mar 2012
2 answers
258 views
Hi,

How do you force DropDownList to re query data from the server. The only way I could get it to work is by using code below:
ddl.dataSource.data([]);
ddl.dataSource.fetch();
There got to be a better way.
Also using larger font size distorts drop down button of this ui widget. vertical alignment does not seem to work with span elements. I personally prefer table solution of your MVC.


Maxim
Top achievements
Rank 1
 answered on 13 Mar 2012
3 answers
1.2K+ views
Hi,

I want to build a SPA and I'm wondering if this is possible with KendoUI. I mean, a good SPA addresses the following issues:

- real permalinks
- page titles
- a working back button that fully degrades 
- different data states (page states, controls states etc.)
- client side caching
- asynchronous updates/communication
- ...what else? (please add if I missed something)

Example: http://pjax.heroku.com/ 

Does KendoUI have/will have such features or do I need an additional library? 

mike
Iliana Dyankova
Telerik team
 answered on 13 Mar 2012
0 answers
75 views
I'm trying to use a lot of Grids with widgets in them (all Kendo UI widgets) and it's not going well at all. Widgets created before the Grid is instantiated end up having weird duplicate fragments or have portions set to display:none. Widgets created after Grid instantiation can't be interacted with. Seeing as to how there are no examples I can find with widgets inside a Grid I'm guessing this is not possible? Is anybody else doing this?
Rei
Top achievements
Rank 1
 asked on 13 Mar 2012
1 answer
121 views
Hi 
Will KendoUI mvvm  work with Upshot js
Chris
Top achievements
Rank 1
 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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?