Telerik Forums
Kendo UI for jQuery Forum
1 answer
174 views

The grid does not associate the column headers with the data. The content/headers are in two separate tables. JAWS doesn't make the association when reading this. Is there a solution for this?

 

Dominik

Georgi Krustev
Telerik team
 answered on 08 Oct 2015
4 answers
479 views

Hi,

I am trying to build a portal where the application has several forms for a employee

The user will get access to the various forms using the menu items. 

 

All the menu items are disabled on application load and user is shown a search page

When the user successfully searches for an employee, they will be able to access all the forms for that employee

 

Can you please advise how I can dynamically enable the menu items (only when user has searched and selected an employee)

Also, all the data is employee id dependent so the index actions will always need the id to load the relevant data for that page.

Can you please advise how to acheive this 

 

 

 

Man
Top achievements
Rank 1
 answered on 08 Oct 2015
1 answer
82 views
Is it possible to add next and previous buttons to the kendo grid edit popup?
The goal is change the row of the grid and update the model of the edit popup dynamically, so the user won't have to go back to the grid and select the row every time that he update a record in the edit popup                 
Dimiter Madjarov
Telerik team
 answered on 08 Oct 2015
1 answer
155 views

 

I'd like a text element in a drawing to be clickable, going to a URL. How do I do this? I can't find any examples.

 

Daniel
Telerik team
 answered on 08 Oct 2015
1 answer
191 views

I have loaded the culture javascript file for 'es' and set the kendo's current culture as 'es'.

If I move the mouse over tasks on gantt timeline, I see the popup with dates formatted correctly (in 'es' format).

But the header text are just empty (week header, time header, etc.) and task titles are not shown on timeline.

Please see the attached screenshot.

Any help would be much appreciated.

Dimitar Terziev
Telerik team
 answered on 08 Oct 2015
3 answers
193 views
Hi, I was wondering if it is possible to set the size of the radar-chart. That is the visual size. I know I can set the max en majorUnit values, but I'm talking about the whole size of the chart. Make it twice as large for example.
Symax
Top achievements
Rank 1
 answered on 08 Oct 2015
1 answer
223 views

It looks like for the "scale.labels" of a kendoRadialGauge, even when set to "visible:false", the space the labels would have occupied is still present in the gauge area?  So for "outside" labels, there will be empty space outside the dial.  For "inside" labels, the pointer shrinks to where the tickmarks would be if they were displayed, but does not cross the range arcs, which would be preferable in this case.

I tried setting labels.font to "0px Helvetica" to see if this would shrink the space consumed beyond the dial for "outside" labels, but it didn't seem to.  There isn't any defined way to have label space completely absent for "outside", rather than just invisible?

Dimiter Madjarov
Telerik team
 answered on 07 Oct 2015
6 answers
1.0K+ views
The dropdown value when reflected back from the popup edit is showing [Object][Object]
Following shows the code
  http://jsbin.com/eyebub/4/edit
Ruben
Top achievements
Rank 1
 answered on 07 Oct 2015
3 answers
321 views

Hi Guys,

I would like to use the Kendo grid with remote data virtualization. I also need to have a custom method for the transport.read property.

My grid is configured like this:

 

$(document).ready(function () {
                $("#grid").kendoGrid({
                    dataSource: {
                        serverPaging: true,
                        serverSorting: true,
                        pageSize: 100,
                        transport: {
                            read: function (options) {
 
                                // Get the template items, which could be products, collections, blogs or articles
                                getTemplateItems().then(function (data) {
 
                                    options.success(data);
                                });
                            }
                        }
                    },
                    height: 543,
                    scrollable: {
                        virtual: true
                    },
                    sortable: true,
                    columns: [
                                     { field: "title", title: "Title" }
                    ]
                });
            });
 
 
            function getTemplateItems() {
 
                var deferred = $q.defer();
 
                smartseoEntityMapping.getEntityInfo({ mappedEntityType: mappedEntityType.Product }).$promise.then(function (data) {
 
                    deferred.resolve(data);
                });
 
                return deferred.promise;
            }
 
        }

The problem is that the read method is only called once when the grid is initialized. It is not called when the scroll reaches the last item in the current visible set.

I suspect that the grid needs the total number of items but I cannot understand how to set the total number of items. Setting a method for the schema.total property does not work because the method is never called.

So I would like to ask you, is this scenario possible at all, to have the virtualization work with a custom transport.read method, which needs to be called

every time to get the next page of data?

Why I am using a custom read? Well I need to because my remote call involves setting authentication, etc...

Thanks

Rosen
Telerik team
 answered on 07 Oct 2015
3 answers
216 views

I have a number of Kendo grids which utilize detail templates. I'd like to add some animation for when the user chooses to expand the details.

Is there any way to add some animation such as a jQuery Easing ​for when ​the details show and hide?

For reference, we are using the MVC/​Razor helpers.

 

Viktor Tachev
Telerik team
 answered on 07 Oct 2015
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?