Telerik Forums
Kendo UI for jQuery Forum
3 answers
1.9K+ views
I have a tooltip in a kendor grid column,  however its not showing at all , data in grid displayed properly.

Here is the controller code:

$("#grid").kendoGrid({     
      
      dataSource:{
transport:{

read: {
url: "app/rest/search",
type: "post",
dataType: "json",
contentType: "application/json; charset=utf-8",
data: searchDTO,
cache: false
},
parameterMap: function (data, type) {
if (type == "read" && data) {
return kendo.stringify({SearchDTO : searchDTO , pageSize:data.pageSize, page:data.page, skip:data.skip, take:data.take} );
}
}
},
schema:{
model: {
fields: {
type1: { type: "string"},
type2: { type: "string"},
.....

}
},
data:function(data){
return data.data;
},
total:function(data){
return data.total;
}
},
serverPaging:true,
serverFiltering:true,
pageable: true,
pageSize:10,
page: 1,
take: 10,
skip: 0
},
autoBind: false,
pageable: true,
filterable: true,
resizable: true,
pageSize:10,
columns: [
{ field: 'type1', title: 'Type1', template : kendo.template("<div id='gridTooltip' kendo-tooltip k-content=\"'#=type1#'\">#=type1#</div>") },
{ field: 'type2', title: 'Type2' },
.....

]
});
    
I could not figure out why the tooltip can not be shown, I viewed generated source, I could see k-content is populated correctly
<td role="gridcell"><div id="gridTooltip" kendo-tooltip="" k-content="'good content'">goog content</div></td>

Can some one help ?

Thanks.

Ying
Iliana Dyankova
Telerik team
 answered on 14 Jan 2015
4 answers
287 views
It appears after some testing with my current code base and online examples, that groupHeaderTemplate's are not compiled against the angular scope like the rowTemplate's.  I'm not sure if these examples save or not, but you can see an example here:

http://dojo.telerik.com/EduV

Note clicking the row template checkbox hits the console message, whereas the groupHeaderTemplate does not.   Is this a known issue?
Kiril Nikolov
Telerik team
 answered on 14 Jan 2015
2 answers
149 views
  • I have a web site that I want to deploy on our company's intranet.
  • Kendo UI Core's AngualrJS directives is all I am using.


    Do we have to use professional version on Kendo UI in order to use the website on intranet server ?
Aarsh
Top achievements
Rank 1
 answered on 14 Jan 2015
1 answer
270 views
I have a Kendo Grid with a list of products and their respective amounts. Each product may have a different decimal precision, but I don't know how to reflect this in the Grid. As far as I can figure out, it is only possible to set the format for the entire column.Currently, with format as {0:n2}, the Grid will display as:

PRODUCT     AMOUNT PRECISION
Product A    10,00         0
Product B    10,00         2
Product C    10,00         3
Product D    10,00         1

While the desired result would look like:

PRODUCT     AMOUNT PRECISION
Product A       10         0
Product B    10,00         2
Product C   10,000         3
Product D     10,0         1

Is it even possible to specify a different format for each row in Kendo Grid?
Alexander Valchev
Telerik team
 answered on 14 Jan 2015
2 answers
130 views
I need to implement clone functionality in my application. User selects record, click on Clone button, clone appears in grid, user edit cloned record and saves result.

This is sample of simplified code:

 Somehow I'm able to edit original record, but cloned record retains old value.

Could you help me with this? 
Michael
Top achievements
Rank 1
 answered on 14 Jan 2015
1 answer
464 views
We're trying to use this control in one of our products, and one of our requirements is that it functions well with a large number of resources.  We need to show all active resources at all times, regardless of whether they have any events scheduled.  The control has been great, and we really like it, but with 4,000 resources it becomes completely unresponsive on our dev machines.  I'm looking for any advice on getting virtual scrolling to work against the resources store, bearing in mind that we are not using grouping at all so the resources are a flat list.  I understand that this doesn't seem to be supported behavior, but I'm hoping I can come up with some customization or patch that will work for our scenario.

Thanks in advance,
 Max
Vladimir Iliev
Telerik team
 answered on 14 Jan 2015
4 answers
222 views
Working with the kendo grid, a problem has occurred after hiding a column.

Reordering any other column doesn't work properly anymore since the title of the column
doesn't change position even if the data of that column does.
It is easier, if you are looking the attached screendumps.
 

Thanks Peter
Rosen
Telerik team
 answered on 14 Jan 2015
1 answer
125 views
I need to know when effect (expand) finished to correct some layout. How can I do that?
Alexander Valchev
Telerik team
 answered on 14 Jan 2015
1 answer
63 views
Hey all,

I am using the export to excel functionality offered by Kendo-ui . I need to customize the exported excel file I got.
Since the grid doesn't export the current CSS theme in the Excel file, I need to  change its visual appearance.
Telerik documentation is sharing that link for that: http://docs.telerik.com/kendo-ui/web/grid/customize-the-excel-document
Unfortunately, the link is corrupted and throws this error message : " 404 - File or directory not found. "
Any idea about this or could someone point me to the right link I should use?

Thanks,
Myriam
Dimiter Madjarov
Telerik team
 answered on 14 Jan 2015
4 answers
289 views
angularjs 1.2.23
kendo ui v2014.2.909

I have a grid with foreign key, and I would like to display category name as drop down and allow user to change it. 

Flowing you example:
http://demos.telerik.com/kendo-ui/grid/editing-custom

I have manage to display data in the grid with use of template column for foreign key, then I am using editor for showing a drop down. Drop down works ok, user can select new value. For example initial category value is 'Produce', user can change it to 'Seafood' but when we switch to another cell display value goes back to 'Produce' when cell gets focus, display is changing back to 'Seafood'. Field has a red triangle showing that it was modified.  

I recreated it in dojo: 
http://dojo.telerik.com/oHIg
Nikolay Rusev
Telerik team
 answered on 14 Jan 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?