Telerik Forums
Kendo UI for jQuery Forum
3 answers
2.8K+ views
Hi,

I'm evaluating the Kendo UI Web and my customer would like to emulate the functionality as shown in the demo here http://demos.kendoui.com/web/grid/index.html

We like to have a settings button which displays a list of available columns in the grid and show/hide them from there instead of the column menu on each column. I understand the functionality in the demo is a image mockup, however, my client would like this functionality after seeing this.

  1. How can I reference the grid externally or through a header 'settings' option and manipulate its columns visibility?
  2. Also, is there a way to save these settings per user and pre-load the grid with their choices of columns?

Thank you!
-Vik M


Alexander Valchev
Telerik team
 answered on 12 Feb 2013
4 answers
426 views
Hi

I have created a view with 3 data bound controls to a view.  On click (or touch if it is on a device) I am expecting the view to change.  This works great if I test it on my desktop browser.  However when I try it from a physical device it seems problematic.  It takes several touches before it actual seems to fire.  This happens on Ipad, Android 4.2, and Iphone.  I expect I am doing something wrong, however I cant find the problem.

Please have a look at the JSfiddle http://jsfiddle.net/rihanmeij/ULtkP/ that I created here that has all the important bits of code.  The button also does not work on JSFiddle, but it works when I run it from my local web server and a local browser.

What is the order that Javascript elements needs to run in?  First your View model, then your binding, and then at the very end you load up the mobile.Application?

Thanks 
Rihan Meij
Alexander Valchev
Telerik team
 answered on 12 Feb 2013
1 answer
276 views
Hi Guys,

Is there any way i can decrease the width of textbox field in inline editing grid (edit mode) . Currently all the text field width is the same. Or how i can make the textfield the same size as it header. 

Thank you
Jayesh Goyani
Top achievements
Rank 2
 answered on 12 Feb 2013
5 answers
137 views
Hi,

i am using dataviz stock chart(candlestick) in my kendo mobile app and bind this (like: dataSource: {data: chartviewmodel.chartpoints}) on observable collection of data in json format like this (var chartviewmodel = kendo.observable({
            chartpoints:[{
        "Date": "2011/03/31",
        "Open": 44,
        "High": 44.56,
        "Low": 43.94,
        "Close": 44.5,
        "Volume": 2340500
    }
  ]
});
)

but there is two problems with that:
1- if i open this view on my iphone and left it for a while it crashes and browser closes
2- when i add a new entry in the observable collection whole chart refreshed and redraw every point again but not only the new added point.

so can u help me to solve these two issues with stock chart ?
Alexander Valchev
Telerik team
 answered on 11 Feb 2013
3 answers
124 views
Hi,

  I am new to kendo and i am trying to archive like attached screen shot can any one help how to get done.

Thanks,
Verru.
Iliana Dyankova
Telerik team
 answered on 11 Feb 2013
4 answers
85 views
Hello,

I just updated from v2011.3.1129 to v2012.3.1315 to get drop downs to work with windows 8.  Well now everything works fine in windows 8 but my drop downs and buttons in IE7 no longer work.
Tyler
Top achievements
Rank 1
 answered on 11 Feb 2013
1 answer
87 views
Hello,

I was planning on building a PhoneGap application.  I was considering Kendo Mobile, but noticed that it supports Android, iPhone, and Blackberry.  Is Kendo Mobile a good toolset to use for Windows 8 or Windows Phone 8 in a PhoneGap environment?  Obviously, Kendo supports a native look and feel for the 3 supported OS's, and I'd have to do this manually.  But overall, will the controls work for these environments?

Any plans to come out with native look and feel for Windows 8 and Windows Phone 8?

Thanks.
Brian Mains
Top achievements
Rank 1
 answered on 11 Feb 2013
1 answer
182 views
I have a Kendo TreeView that I am using Templates to control what controls are added to the child node.
When I Append a node and apply the template I want a KendoDatePicker to be added to the child node, along with several other controls.

I apply the kendoDatePicker and the input changes into the KendoDatePicker.  The problem is that when I select the DatePicker the calendar control flashes visible and then disappears.  It looks like a Kendo Tree node does not support having other Kendo Web Controls as part of a child node template.  The mouse up event seams to conflict with the tree node events and makes the embedded controls not display correctly.  I have tried this with the KendoComboBox and the KendoDatePicker.  They look correct until they are clicked on.  Then they flash display their functionality and it disappears making them not usable as the desired Kendo Control.

Does the Kendo Tree Node Template support having other Kendo controls in them?

Thanks,
Justin 
Daniel
Telerik team
 answered on 11 Feb 2013
3 answers
193 views
Hi!

Is there any way to completely prevent scrolling on the x-asis on iPhone 4-5?

I have tried overflow-x:hidden on various elements including body but it doesnt work. Several posts on blogs says it can be done. Is it something in the kendo style that prevents it?

We are animating content (jQuery's .animate) moving to the right and revealing a menu underneath, but then scroll bars appear. We tried display:none on the overflowing content but that totaly mess up kendo scroll view when navigating to the view again.

Thanks
Alexander Valchev
Telerik team
 answered on 11 Feb 2013
2 answers
1.0K+ views
Hello Community,

  I have a syntax problem, which even with extensive internet search, I found no solution.

I want to create a grid with a function bound to the "DataBound" and the "DataBinding" event.

My Syntax is like this (incomplete snippet here, but correct:working)
@(Html.Kendo ().Grid<mvcEw.Models.WeldersModel> (Model)
                                        .Name ("MasterGrid")
                                        .Events (events => events.DataBound ("gridDataBound"))
                                        .HtmlAttributes (new { style = "height:100%;" })
...

But this binds only the "DataBound" Event. How can I add here additionally the "DataBinding" Event? An additional row like
       .Events (events => events.DataBinding ("gridDataBinding"))
direct under the first .Event row gives syntax and runtime error. I'm stuck here.

All Samples in the net bind only one event like this and I don`t want to bind afterwords via JavaScript. All declaration should be together for this grid.

In hope for help
  Thomas
Vladimir Iliev
Telerik team
 answered on 11 Feb 2013
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
Bronze
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
Bronze
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?