Telerik Forums
Kendo UI for jQuery Forum
1 answer
188 views
Hi
  Using the example here

http://www.telerik.com/forums/kendo-window-appearing-absurdly-small

If you change the content of the window then the window seems to size itself accordingly. If you set a title like below then it only shows so much before showing an ellipsis. Is this a bug/feature or is there some property which says to size itself according to the minimum size of the content or title?

var wnd = $("#window").kendoWindow({ visible: false, title: "abcdefghijk" }).data("kendoWindow");

thanks
Dimo
Telerik team
 answered on 26 Jun 2014
1 answer
353 views
I want to call a long-time running server-side job. During the process, I am going to refresh a log table in the client-side. Because of some concerns about platform and user experiences(with regard to browser, HTML5 support and etc.), as far as possible I want to get ride of WebSocket and SignalR programming. 
In this case the first solution is, in an interval, client connects to the server and read a log file and show in HTML.

I want to know is there any ready solution using KendoUI controls and functionalities?

Thanks of all,
Hedayat
Kiril Nikolov
Telerik team
 answered on 26 Jun 2014
1 answer
77 views
Hi

I am using Kendo mobile ui app builder  visual studio extension.
I am developing a Hybrid mobile application which targets all the mobile platforms  and tablets

When I installed the Trial version of the Visual studio extension when i create a  sample try to publish the app i can see android , Phone and Windows phone.However i cant see how to publish for blackberry and tablets? I have attached a screenshot , what i see when click on publish in visual studio.

Can you please help on this.

Thanks and Regards
Harshavardhan reddy
Iva Koevska
Telerik team
 answered on 26 Jun 2014
2 answers
103 views
I have two sortable areas connected to each other. Both of the areas can have sortable in there own respective area and also to each other.

There are certain elements that I want restrict for getting dragged to each other but should be allowed to be sorted in there own area.

Is it possible to achieve this with current release. If yes, please provide some guideline.
Alexander Valchev
Telerik team
 answered on 26 Jun 2014
2 answers
90 views
Hi,

I have a MVC application with kendoComboBox populated with States using knockout binding. I can open the ComboBox dropdown when my application runs on its own. However, when my application is opened inside a cross-site Telerik RadWindow, I got the "Access is denied" javascript error while trying to open the dropdown. It happens in IE10 and IE11. With the F12 debugger, it highlights the following in a Kendo file with the js error.

return u.touch?document.documentElement.clientWidth/window.innerWidth:u.pointers?(top||window).outerWidth/(top||window).innerWidth:1
File: kendo, Line: 1, Column: 20542

Is kendoComboBox supported in a cross-site RadWindow scenario? Any help will be greatly appreciated.
I'm using kendo version 2013.2.716 and MVC 4.0.

Thanks,
Jocelyn


Jocelyn
Top achievements
Rank 1
 answered on 26 Jun 2014
2 answers
205 views
Hi telerik team !

I have a problem with event filter data from my textbox like picture below :

If I input " HTML" into textbox => grid will filtering data success but else if I input " html " grid display blank 

Have you any solution for my problem. Thank a lot :)






Petur Subev
Telerik team
 answered on 26 Jun 2014
3 answers
315 views
How do I create a DropDownList with a blank item as well as multi column template?
   
var ticketType = $("#TicketType").kendoDropDownList
({
    optionLabel: " ",
    dataTextField: "TicketTypeName",
    dataValueField: "TicketTypeId",
    dataSource:
    {
        serverFiltering: true,
        type: "jsonp",
        transport:
        {
            read:
            {
                url: "../Service/IncidentManagement.asmx/GetTicketTypeList",
                contentType: "application/json; charset=utf-8",
                type: "POST"
            }
        },
        schema:
        {
            data: "d"
        }
    },
    template: "<div><span>${TicketTypeName}</span><span>${TicketTypeDescription}</span></div>"
}).data("kendoDropDownList");

The above produces the error Uncaught ReferenceError: TicketTypeDescription is not defined.

If I remove the optionLabel then it displays fine, but without the empty entry.
If I remove the template then it displays fine, but without multi column. 
Kiril Nikolov
Telerik team
 answered on 26 Jun 2014
2 answers
145 views
Hi:

I would like to use data- directives but click is not working:
<div class='k-button' data-bind='click: newProduct'><span class="k-icon k-i-plus"></span> New</div>
<script type="text/javascript">
    function newProduct(evt) {
        alert(evt.event.target.tagName);
    }
</script>
Phil

Phil H.
Top achievements
Rank 2
 answered on 26 Jun 2014
2 answers
454 views
I am looking to apply my saved grid column width(s) back to the grid. 
I have been able to retrieve them successfully, but have not yet been able to restore them.
Would i apply these using a dataBound event? Haven't had any success. I would appreciate some guidance.

  columnResize: function (e) {
                            var grid = this;
                            var state = {};
                            grid.columns.every(function(c, i) {
                                state[c.field] = c.width;
                                return true;
                            });
                              //Save to browser localStorage
                            localStorage.setItem('gridColumnWidth', JSON.stringify(state));
                        },

Michael
Top achievements
Rank 1
 answered on 25 Jun 2014
3 answers
603 views
When creating a numeric text box with the option enable: false, the numeric text box is not disabled.
This should work according to the documentation example:

<script>
$("#numerictextbox").kendoNumericTextBox({
enable: false
});

var numerictextbox = $("#numerictextbox").data("kendoNumericTextBox");
numerictextbox.enable(true);
</script>

http://plnkr.co/edit/tfsrw5ajeQh1nzTBFolr

Does anybody have an idea what the issue could be?
Georgi Krustev
Telerik team
 answered on 25 Jun 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
Drag and Drop
Application
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
DropDownTree
ListBox
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
Licensing
PivotGridV2
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
LLM Kit
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?