Telerik Forums
Kendo UI for jQuery Forum
1 answer
3.6K+ views
Please refer the example provided in the link http://docs.telerik.com/kendo-ui/web/multiselect/how-to/scrollbale-data-items and refer the attachment. Please, provide fix so that the dropdown height is fixed.
Iliana Dyankova
Telerik team
 answered on 02 Oct 2015
10 answers
179 views

Hey guys,

 

I have a problem with the Grid + custom editor widget.

The custom editor, in this case "productDropDownEditor", should show the productName ​and update the field value with productID.

When you select an item on the DropDownEditor the grid shows the productID instead of the productName.

What am I doing wrong?

Dojo: http://dojo.telerik.com/AlEGU

Viktor Tachev
Telerik team
 answered on 02 Oct 2015
1 answer
873 views

Hello,

 I have the dojo here. http://dojo.telerik.com/IfIbo

When I click on Edit, I want to tab over each cell and save the values instead of saving the values on clicking on Update. Actually I want to hide the "Update" and "Cancel" button when the user clicks on "Edit".

I have the following approaches. not sure which one is possible.

1) Is it possible to have an EditItem template so that when the user clicks on "Edit", the whole record gets updated with the "EditItemTemplate" for all the columns for that particular row. 

2) Is it possible to have a blur event for each cell?

 Thanks.

Boyan Dimitrov
Telerik team
 answered on 02 Oct 2015
2 answers
323 views

In my grid, I am using filterable and the data is fetched asynchronously when the user clicks on the down arrow in the column header. I would like to pre-fetch that data as soon as the grid data is requested - so that the user will most likely not see the spinner while the user waits for data.  Currently, the data is not requested until the user clicks on the down arrow.

 

The column configuration is as follows:

 

{ field: "CompanyName", title: "Company Name", width: 168, filterable: { multi: true, dataSource: { transport: { read: { url: "/api/LoadGridDataUnique", data: { field: "CompanyName"}}}}} }

Boyan Dimitrov
Telerik team
 answered on 02 Oct 2015
6 answers
1.2K+ views
Is it possible to to use server side paging with out using the total records count? 
Boyan Dimitrov
Telerik team
 answered on 02 Oct 2015
3 answers
167 views

We have a batch edit grid with a sub batch edit grid. It all works fine unless we want to add a row. When we do the sub grid edits are lost. 

Is this a bug, or not supported?

 

 

Alexander Valchev
Telerik team
 answered on 02 Oct 2015
3 answers
138 views

Hi,

I saw several discussions targeting other Kendo controls, but I did not see this particular question for the mobile listview. It is quite simple; I use the JayData "asKendoDataSource" function to get data from the local db and hook it up to a mobile listview. A simple template is showing the fields in format:

<td> #=CustomerCode#</td>

I know i can modify the values displayed by using a generic js function within the template like this:

<td>#= CheckNull(CustomerDesc)#</td>

But this means I need to embed this CheckNull in all of my templates (since I use deep model nesting it will get pretty ugly). Is there really no ​other elegant way? Seems ​quite a no brainer that 'null' values ​should not be displayed. ​I understood this behavior is already fixed for the Kendo grid; just wondering if it is possible for the listview as well.

Best regards,

Ruud

 

Kiril Nikolov
Telerik team
 answered on 02 Oct 2015
7 answers
493 views
I'm working with a Kendo Stack Bar Chart to show the percentage of a centain count by category, but also, if the label on the category axis get clicked I wanna show, right in the middle of the chart, a grid with the details of that category.

I found a solution by showing two Stack Bar Charts, the firstone using a filter on the index from the begining to the clicked index, and the second one from the clicked index to the end. So, it will look exactly like the complete Chart, but splitted in the middle by the details grid. And calculating the div height of the top and the bottom chart.

My problem now is that, because of the autosize of the plotArea, depending on the size of the labels, the two charts, with the grid in the middle, are not aligned.

I first try to reduce this difference by adding a shortLabel() function on the template of the labels of the categoryAxis ( it will look like this: "Biiiiiig laaaabeeel" => "Biiiii... eeel"), and now is better, but beacuse of the difference in pixels size of the letters, is not exactly aligned. Also, I can't find a way to show in a tooltip, or something similar, the complete label after it was shorted.

Here is a jsfiddle with an example showing what I mean: http://jsfiddle.net/ralexrdz/FMec4/

I've been trying, without success, a property I can change so I can fix the plotArea width, and also, trying to put in the label a <span title="#=value#">#= shortLabel(value)#"</span>, without success either.

Any ideas?


Thank you very much!

Iliana Dyankova
Telerik team
 answered on 02 Oct 2015
1 answer
197 views
We would like to have tool tip on mouse over . Could you please assist us on this.
Atanas Georgiev
Telerik team
 answered on 02 Oct 2015
1 answer
149 views
The service call is not happening second time when we do a refresh option and the same data is thrown to the end user.  We have already enabled  Cache-Control:no-cache but it is not working.
Kiril Nikolov
Telerik team
 answered on 02 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?