Telerik Forums
Kendo UI for jQuery Forum
1 answer
163 views
Firstly, awesome stuff with KendoUI. If you deliver an experience matching your existing RadControls, we are in for a true treat.

In an MVC application (looking forward to seeing KendoUI integrated!), when adding KendoUI, we see a folder created, currently "2011.3.1129".

Now, I installed to a Telerik MVC Razor web application, so there is also a folder for the Telerik MVC stuff, called "2011.3.1115".

That's two fairly obscurely named folders and, hey, what if one day the versions match? This also applies to the "Content" folder.

I think this comment applies as much to Telerik MVC as to KendoUI. Really, the last thing I want to see is folders with version numbers. To the uninitiated, this means nothing. Better to explicitly name them to label what they really are, e.g:

Content/TelerikMVC/
Content/KendoUI/
Scripts/TelerikMVC/
Scripts/KendoUI/

If you must, put the version controlled folders inside those.

That makes much better sense to me ;)

What do you think? Actually, the general folder organisation in MVC makes me grind my teeth, so I'm probably being overly pedantic.

Richard

P.s. Great to see KendoUI in the NuGet package manager.
Atanas Korchev
Telerik team
 answered on 07 Dec 2011
1 answer
111 views
In localization files for
sr-latn-BA, sr-cyrl-BA, sr-latn-ME, sr-cyrl-ME you have some incorect day names. So here is how it should be

sr-latn-BA and sr-latn-ME
"nedelja" should be "nedjelja" (nedelja is only for sr-latn-RS)
"ponedeljak" > "ponedjeljak" (ponedeljak is only for sr-latn-RS)
"sreda" > "srijeda" (sreda is only for sr-latn-RS)

sr-Cyrl-BA and sr-Cyrl-ME
"недеља" > "недјеља" (недеља is only for sr-cyrl-RS)
"понедељак" >  "понедјељак"   (понедељак is only for sr-cyrl-RS)
"среда" >  "сриједа"    (среда is only for sr-cyrl-RS)
Georgi Krustev
Telerik team
 answered on 07 Dec 2011
0 answers
48 views
I need beta1 version zip files, who can send to me? Thanks a lot!
My E-mail: ikki2002@hotmail.com
IKKI
Top achievements
Rank 1
 asked on 07 Dec 2011
0 answers
131 views
Hello,

I would need to bind the Grid to different datasource once the user click on a different <li> elements. I tried to create a new datasource on the fly and to bind the same to the Grid and then applying the refresh(); method but it does not seem to work.


My questions are :

- what is the best method to bind two or more datasource at the same grid (as in my case by clicking on <li> element) ?
- is it better to create a new one ds or to change the existent with (if exist) a proper grid method ?

Thanks in advance

Mirco
Mirco
Top achievements
Rank 1
 asked on 06 Dec 2011
3 answers
364 views
Hello,
Can you give me an example how to send additional variables to the save handler with the upload widget. I found the "upload" event, and the data object in it, but it is still not clear to me.

Thanks
T. Tsonev
Telerik team
 answered on 06 Dec 2011
4 answers
123 views
I see lots of eaxample which bind to KendoUI widgets.
How do I bind a DataSource to form elements i.e. html input.
Kind of master detail example to call read on the MVC controller.

 

public JsonResult Read(int dealerId)

 

{

 

var db = new UsedCarsEntities();

 

var temp = db.Dealers.FirstOrDefault(w => w.DealerId == dealerId);

 

return this.Json(temp, JsonRequestBehavior.AllowGet);

}



Jan
Top achievements
Rank 1
 answered on 06 Dec 2011
1 answer
170 views
I tried the autocompete demo in the open source package, and when I replaced the countries names with their names in Bulgarian, I noticed that it does not work with the names in Bulgairan. What can be the problem.
Georgi Krustev
Telerik team
 answered on 06 Dec 2011
1 answer
104 views
I noticed that the IPad doesn't show the ipad based date select. For that i added the Type=date attribute to the input, but this seems not to work because after selecting a date the value gets written to the input and after a second it gets removed again. within IE8 I noticed that the calender don't close after selection. Any Ideas?

Carsten
Georgi Krustev
Telerik team
 answered on 06 Dec 2011
1 answer
723 views
Hello,

I have a basic Window. This Window has a basic Tab Strip. Some of the content in each of the tabs will dynamically appear. When the content appears, the size of the tab dynamically grows, which is what I want. However, the Window stays the same size. Ideally, I would like for the Window height to grow as well. Is there a way to do this? I've included my code below to demonstrate what I'm talking about. Also, is there any support for a maxHeight-esque property?

<input type="button" id="testButton" value="Test" onclick="return testButton_Click();" />
<div id="testDialog">
    <div id="testTabs">
        <ul>
            <li class="k-state-active">Tab 1</li>
            <li>Tab 2</li>
        </ul>
 
        <div>
            <div id="errBanner" style="padding-bottom:8px;">Testing a longer error message. This thing will wrap. There is a chance this will wrap. It should.</div>
            <div>Name</div>
            <input id="nameTextBox" />
            <div>Please enter your name.</div>
        </div>
 
        <div>
            Tab 2 Content
        </div>
    </div>
 
    <input type="button" id="validateButton" value="Validate" onclick="validateButton_Click();" />
</div>
 
<script type="text/javascript">
    $().ready(function () {
        $("#testDialog").kendoWindow({
            visible: false,
            title: "Test",
            minHeight: 150,
            minWidth: 400,
            modal: true,
            open: function () {
                $("#errBanner").hide();
            }
        }).data("kendoWindow");
 
        $("#testTabs").kendoTabStrip({
            animation: { open: { effects: ""} }
        });
    });
 
    function testButton_Click() {
        var dialog = $("#testDialog").data("kendoWindow");
        dialog.center();
        dialog.open();
    }
 
    function validateButton_Click() {
        $("#errBanner").show();
    }
</script>
Dimo
Telerik team
 answered on 06 Dec 2011
2 answers
128 views
Hi, in Chrome or Firefox, there are no skins and images.
Look the images attached, please.

Thanks.
paulo larini
Top achievements
Rank 1
 answered on 06 Dec 2011
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
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
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?