Telerik Forums
Kendo UI for jQuery Forum
1 answer
289 views
I am using Kendo UI for the web and was wondering if there is a way to have a column either be a checkbox or a textbox depending upon the value of another  column in the grid. For example if column 1 = 'C' display a checkbox in column 2, if column 1 = 'T' display a textbox in column 2. This field will be the only field that is editable in the grid. .

 I assume I would need a template for this, but could not get anything to work. Any help would be greatly appreciated.
Dimo
Telerik team
 answered on 07 Mar 2014
1 answer
99 views
This is a strange problem. I have a grid (code below) that contains a templated column for a drop-down control.  Whenever I run the site via an ip address I get the error.  However, when I access the site with a proper domain (eg, rep.ngkflocal.com), it functions fine. 

For instance, when accessed via the following URL: http://72.73.307.275/Plan/Edit/1342
The following error occurs: Uncaught ReferenceError: CapitalExpenditureType is not defined

However, when accessed like this via my local IIS web app: http://reppublish.ngkflocal.com/Plan/Edit/1342
I do not get the error, adding the row works fine. 

Both point to the same files. Any ideas? 


Alexander Popov
Telerik team
 answered on 07 Mar 2014
3 answers
137 views
In IE10, when I perform an Edit using the Grid Popup Editor immediately after insertion of the record within the Grid you cannot click in a column body that allows HTML (via the Kendo Editor) without first clicking in a non editor field.  The same code works in Chrome but not in IE.

The Grid popup editor uses an Editor template, which contains a integer text box and three kendo editor columns that allow HTML and use a number of the editor tools (for example, bold, italic, underline, strikethrough ..etc).  The editor body appears disabled until you click in the integer text box column or the format block.

Any assistance on this problem would be appreciated.



Vladimir Iliev
Telerik team
 answered on 07 Mar 2014
1 answer
282 views
Hi

I'm evaluating the Kendo UI Web Grid. I want to make a column read-only and found a solution in the Telerik Forums, telling me to set the editable-property of that column to false in my js-file through the schema-model-fields-collection.
I've tried it and it works.
But I'm using AngularJS and want to configure this UI-concern directly in my html, rather then injecting this configuration into my angular-controller (seperation of concerns is a very important topic for me).
Is there a way to configure this readonly setting directly in my html-page?
I've tried it in the html-page, but the following html-snippet does not put the Id-column in the desired readonly state.

                    <div kendo-grid k-data-source="products" 
                         k-selectable = "'multiple'"
                         k-editable = true
                         k-navigatable = true
                         k-columns='[
                            { "field": "productId", "title": "ID", "width": 100, "editable": false},
                            { "field": "productName", "title": "Artikel"},
                            { "field": "productDescription", "title": "Omschrijving" }
                          ]'>
                    </div>

Many thanks in advance.

Dirk Schelfaut
Belgium

Mihai
Telerik team
 answered on 07 Mar 2014
7 answers
613 views
We need to grid to display updates from server. The updates might be up to 1000 per second. We will have grid with virtualization.
I am trying to update the datasource with changes. The page is crashing with in minutes. Could you please let me know how should I do this efficiently.
Daniel
Telerik team
 answered on 07 Mar 2014
9 answers
123 views
Hi Kendo team,

I need to use 'seconds' as the baseUnit for categoryAxis. Is this possible, if so, how please?

Thanks,
Amrinder
Stef
Telerik team
 answered on 07 Mar 2014
5 answers
401 views
Hi,
I have the following setup:
I'm using angularjs.
I have a treeview in one page, and I keep the stats to this page in a session variable (a "Service", across all my pages).
Everything works fine, and the treeview loads fine.
The only problem is - how do I keep the selected nodes across all pages, and show them when relevant (i.e. when I get back to the page with the treeview)?
I can keep the data in the service, so it is availablein the following format:
{nodesItems: [{text: 'text1', id: 'id1', checked: 'true'}, ...]}
As I wrote above, the treeview appears, but how do I set the relevant nodes to be checked?
Alex Gyoshev
Telerik team
 answered on 07 Mar 2014
2 answers
64 views
Hi,
   I have encountered a strange problem. the problem is listed below.

I have a grid in which there are comboboxes in the fields which appear when the focus is set on the field(inline editing).
Now coming to the problem, when I have the focus in a field and click on the tab(of the keyboard) key the focus is sent to the next field and the combobox does not display properly and also it does not function properly.Now if i press the esc key and then click on tab it works properly. Please help. I am using the web version of kendo and not the MVC one. So please give me a sample code where I can have comboboxes in the consecutive fields and navigat thru them using the tab key. Also we are using the kendo version of v2013.2.918
Thanks in advance

Regards,
Vijay
Vijay
Top achievements
Rank 1
 answered on 07 Mar 2014
2 answers
179 views
I know we can use the space bar, but there is a requirement to use the enter key also/instead. Is there something like this built into the Grid? What would be the best/suggested way of adding this functionality to the grid in general?
Keith
Top achievements
Rank 1
 answered on 06 Mar 2014
1 answer
257 views
Hi,

I've been trying to use the donut component. However, Kendo DataViz does not render the label inside the box as you can see in the image. I've tried to change the chartArea width, but it seems to do nothing :(.

Is this possible?

Side question: I'd like to add a break line to the label (so I can show the percentage in the next line). I've tried adding <br> as the template, but it's not rendered.

Thanks!
Iliana Dyankova
Telerik team
 answered on 06 Mar 2014
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
Dialog
Chat
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
BulletChart
Licensing
QRCode
ResponsivePanel
TextArea
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?