Telerik Forums
Kendo UI for jQuery Forum
3 answers
502 views
Hi Kendo Team,

After I upgraded to 2012.3.1121 build, the window stopped working. i checked in chrome and it is due to the html 5 syntax that you have put in 
-webkit-transform: scale(0.01);
Please see the attached picture file.

This is my code to open the window.
<script type="text/javascript" language="javascript">
    function WorkshopSettingsSuccess() {
        $('#WorkshopSettings').data('kendoWindow').refresh();
        $('#WorkshopSettings').data('kendoWindow').center().open();
    };
</script>
 
<div id="menu_WorkshopList" class="menu2">
    <ul id="menuworkshop">
        <li>@Html.ActionLink("Add Job", "Index", "Home") </li>
        <li id="menu_Settings">
            @Ajax.ActionLink("Settings", "WorkshopSettings", "RepairAndMaintenanceSettings",
                new AjaxOptions
                {
                    UpdateTargetId = "WorkshopSettings",
                    InsertionMode = InsertionMode.Replace,
                    HttpMethod = "GET",
                    OnSuccess = "WorkshopSettingsSuccess"
                })
        </li>
    </ul>
</div>
<div id="workshopFilterBucket">
    @{Html.RenderAction("WorkshopFilter", "RepairAndMaintenanceList", new { filterMode = "1" });}
</div>
<div id="workshopbucket">
    @{Html.RenderPartial("RepairAndMaintenanceList/_WorkshopJobList");}
</div>
 
@{Html.Kendo().Window()
    .Name("WorkshopSettings")
    .Title("Settings")
    .Draggable(true)
    .Visible(false)
    .Modal(true)
    .Height(300)
    .Width(1200)   
    .Content(@<text>
        <div id="WorkshopSettings">
        </div>
        </text>)
    .Render();
    }


Please let me know how to fix it.

Thank you
Eric J at FADV
Top achievements
Rank 1
 answered on 03 Dec 2012
5 answers
292 views
All of the menu demos show the menu in full width with a blank spot to the right of the last menu item.  I want to shrink the size of my menu down and float it right but I can NOT get rid of that space, is there a way to make it go away?

Currently I have hid all the borders so it's not as noticeable but the gap over there is  bigger than on the left.  

Help?

Thanks in advance!
Kamen Bundev
Telerik team
 answered on 03 Dec 2012
1 answer
282 views
Hi,
I downloaded version version v2012.2.710 and built an application but i noticed a strange behaviour. I have the following setup:
1)main page that opens a kendo window(iframe:true) dfetails page
2)In the details page i have kendo splitter
3)Within a splitter i have a kendo autocomplete and a kendo dropdown.

scenarios
1)when details page is loaded and the first thing i do is typing in the autocomplete, the autocomplete sugestion window is hidden
2)when details page is loaded and i click first the dropdown and then type in the autocomplete, the autocomplete sugestion window is visible

If i open the window(iframe:false) or remove the splitters in the details page everything works ok.
Burke
Top achievements
Rank 1
 answered on 03 Dec 2012
1 answer
244 views
Hi,

I am using auto complete for my search option. When data is entered in auto complete box it is filtered and data is shown but if i want to add another filter to it it is not working.
I am searching data from different categories based on dropdownlist.I want to add dropdown list data as the other filter.

Please help.

Regards,
Sam.
Burke
Top achievements
Rank 1
 answered on 03 Dec 2012
1 answer
97 views
0

I am using kendoUI auto complete for "To" field in the "Compose Email" page,I am able to display the values in the data source  depending upon the user entered text.

what I want is,when user wants add multiple mail id's and in these id's some of them are in the auto complete data source and some of them are external mail id's which are not in data source.

After entering the external mail id also the auto complete action has to perform.can u tell me how to do this

Burke
Top achievements
Rank 1
 answered on 03 Dec 2012
1 answer
617 views
I have a TabStrip that loads other Kendo content using Ajax. This dynamic content has a kendo grid on it.

After the grid is created, I need to apply a specific Filter from the main page (user clicks on a list item for the filter they want to apply).

Problem is sometimes, the grid has not been created by the time the code is called to apply the filter obviously resulting in an error.

This is a single action by the user. If the grid has not been created previously, it is created and then a filter immediately applied.
If it has been created previously, the filters work fine as the grid exists.

How can you be sure that a kendo widget is rendered. is there a callback mechanism, a wrapper function to wait before futher processing?
There is probably a fundemental way of doing this in JQuery
Thanks
Dimo
Telerik team
 answered on 03 Dec 2012
1 answer
263 views
The kendoEditor does not display its toolbar correctly. Code is as follows in an asp.net mvc context. The editor is displayed in a popup generated by kendoui.

html followed by javascript
<div  class="popupContent" >
  <div class="k-content" style="margin-left:25px; margin-top:25px">
      <textarea id="Editor" rows="10" cols="30" ></textarea>
  </div>
</div>

<
script type="text/javascript">
    var Editor = $("#Editor").kendoEditor({
       tools: [
         "bold",
          "italic",
          "underline",
          "strikethrough"
         ]
 
    }).data("kendoEditor");
    $(".k-editor").height("350px");
    $(".k-editor").width("900px");
</script>

The visual display is found in the image attachment. the buttons and icons are bunched and overlapping.
Kendo UI Web v2012.2.1029 
jQuery v1.7.1
jQuery UI 1.8.11i
ie9
visual studio 2010

using newer jquery did not help.
Dimo
Telerik team
 answered on 03 Dec 2012
1 answer
83 views
Is there any support for breaking large files into smaller chucks using slice()?
T. Tsonev
Telerik team
 answered on 03 Dec 2012
1 answer
219 views
I used html list to create menu and added url to '<a>' tag. issue is when click the menu icon url directory  will  duplicate. i use this in master page. can i customize this how to remove duplicate.
(eg: Sample/test1.aspx  to Sample/Sample/test1.aspx)
Dimo
Telerik team
 answered on 03 Dec 2012
2 answers
264 views
I'm trying to determine if I'm doing something stupid, but I'm trying out KendoUI Mobile with PhoneGap and I've installed the 2012.3.1114/styles/kendo.mobile.all.min.css stylesheet, but I have no icons.  The stylesheet appears to not have any styles for icons.

I looked back at older examples online and found older kendo.mobile.all.min.css stylesheets and it appears there used to be .png and .svg file references for the icons.

Where they removed for a reason?  Am I missing something?
Bill
Top achievements
Rank 1
 answered on 03 Dec 2012
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
Date/Time Pickers
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)
SPA
Filter
Drawing API
Drawer (Mobile)
Globalization
Gauges
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
OrgChart
TextBox
Effects
Accessibility
ScrollView
PivotGridV2
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Collapsible
Localization
MultiViewCalendar
Touch
Breadcrumb
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
Popover
DockManager
FloatingActionButton
TaskBoard
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
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?