Telerik Forums
Kendo UI for jQuery Forum
7 answers
169 views
Hey,

We have added localization of the editor tooltips etc in a localization file (kendo.nb-NO.js, but it doesn't seem to work for backColor and imageAltText. Everything else works, but not these two. Is this a known problem? Below is some of the translations for the editor:

kendo.ui.Editor.prototype.options.messages =
  $.extend(kendo.ui.Editor.prototype.options.messages, {

  /* These work */
      bold: "Fet",
      italic: "Kursiv",
      underline: "Understreket",
      strikethrough: "Gjennomstreket",
      superscript: "Fremhevet",

      /* These two doesn't work */
      imageAltText: "Alternativ tekst",
      backColor: "Bakgrunnsfarge"
      
  });


Regards, 
Jan Erik
Dimo
Telerik team
 answered on 08 Aug 2013
1 answer
175 views
I'm just starting out with the Kendo UI Complete for MVC and ran across the Kendo Labs "kendo-ui-forms" project which got me thinking.  Since I'm using the MVC extensions, wouldn't the extensions do this for me already and detect the browser and output the appropriate form element type, be it an HTML5 element or a PolyFill?

So, the question is: does the MVC Extensions do this or are there plans for the MVC extensions to do this?
Sebastian
Telerik team
 answered on 08 Aug 2013
1 answer
191 views
Hi,

   can any one post pay pal sample code plz. is it possible to write paypal code in icenium? is it secure? we can get total code by the .apk file by converting the apk file into zip file. if paypal code written in this is it secure one or not? in native application .js files wont get by just converting apk file into zip. but in hybrid total code and designing we can get how to make it secure?
Steve
Telerik team
 answered on 08 Aug 2013
1 answer
107 views
We've decided to only use the ThemeBuilder for styling.

I haven't been able to change the background and text color of the footer using the ThemeBuilder. Is there a way?

I define my footer in the Column (MVC)

columns.Bound(e => e.Client)
       .FooterTemplate(@<text>
                            @foreach (var acct in accountsRollups)
                            {
                                @Formatters.FormatCurrency(acct.UnrealizedGainLoss)
                                <br/>
                            }
                        </text>)

Iliana Dyankova
Telerik team
 answered on 08 Aug 2013
1 answer
115 views
Using the ThemeBuilder I am almost done with my custom theme.

2 questions. 

How do I change the color of the Picker borders? See image
How do I change the hover background color of the calendar date at the bottom of the calendar? See Image The reason is that I have some how made the hover of the Today at the bottom of the calendar to be white on white and I need it to just underline, while keeping the color of the background. See image 
Iliana Dyankova
Telerik team
 answered on 08 Aug 2013
1 answer
831 views
Hi - we'd like to be able to set our chart titles to include fields returned from our database.  We are using JSON to get the data.

I'm not sure how to do that?  For example, in the below, I'd like to append a school name, say  "ABC Elementary" for example, to the start of the title, and have it change as our users change the school they are looking at.

Thanks
kcSchoolRiskInd = $("#SchoolRiskInd").kendoChart({
 
           title: {
               text: "School Risk Indicators",
               font: "bold 16px Arial,Helvetica,Sans-Serif"
           },
T. Tsonev
Telerik team
 answered on 08 Aug 2013
4 answers
251 views
Hello,

we have a problem with the code generated by the drop down list component, in fact, if i put a <Select> element inside a <div> and use it with the dropdownlist component, the code generated by the dropdownlist is not inside the div but at the end of the <body>

As we work on a single web page application with backbone, we have to create dynamically some views using kendo components. And each time we create a component the code generated is outside the box.

We found a workaround to fix this but we had to override so many kendo css style to make it work that this solution is not satisfying.
The workaround is to add the class name "k-group" on the <div>.

So, could you give us the best way to have the code generated by kendo components inside the html elements ?

Thanks for your support,

Best regards,

Alexis

alexi
Top achievements
Rank 1
 answered on 08 Aug 2013
1 answer
177 views
There is a how-to article which covers auto-sizing the grid to it's container's height and width:
http://docs.kendoui.com/getting-started/web/grid/walkthrough#making-the-grid-100%-high-and-auto-resizable

$(window).resize(function() {
    var gridElement = $("#grid"),
        newHeight = gridElement.innerHeight(),
        otherElements = gridElement.children().not(".k-grid-content"),
        otherElementsHeight = 0;
 
    otherElements.each(function(){
        otherElementsHeight += $(this).outerHeight();
    });
 
    gridElement.children(".k-grid-content").height(newHeight - otherElementsHeight);
});

Is this still the best method of sizing the grid in this manner?
Dimo
Telerik team
 answered on 08 Aug 2013
12 answers
287 views
With Kendo 2013.2 and Typescript 0.9
  • On line 401 there is "module binders { };" which shouldn't be there. In 703 there was a "var binders: Object;" which was ok.
Michael G. Schneider
mgs
Top achievements
Rank 1
 answered on 08 Aug 2013
2 answers
395 views
Hi,

I have a MVC kendo grid, representing a list of items, on which I use some custom commands.
I also have a invisible kendo window created which I later use to confirm the custom command.
I'd assume that if I call open() and close() on the window control, it would be on the same instance.

What I notice is that if I call the custom command on one item & but don't confirm it, and then call it for the same/another item, the event bound to the confirmation control gets called as many times as I had called the window.open() function before, without having refreshed the page. It appears that each time a new instance of the window is created & it stays somewhere in the cache

Is it possible to suppress this behaviour ? I'm attaching a small sample project to illustrate the problem I'm facing

Kind Regards

Achilles
Achilles
Top achievements
Rank 1
 answered on 08 Aug 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
Drag and Drop
Map
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?