Telerik Forums
Kendo UI for jQuery Forum
0 answers
80 views
Hi,

       How do I put a hyperlink on each picture base on the sample code in scrollview?  

        The sample code is using  <div> and I'm not sure where to put  the <a href=""> <a> to make it a hyperlink to navigate to other html page.


        Please help.

Thanks,
Core
Core
Top achievements
Rank 1
 asked on 01 Nov 2012
0 answers
165 views
Hi, 

I want to pass an array to the controller in MVC3 using the upload widget from kendo, here my code : 

        $("#uploadFiles").kendoUpload({
            showFileList: false,
            localization: {
                "select": "Browse new"
            },
            select: SelectionCompleted,            
            async: {
                autoUpload: false,
                saveUrl: "/MediaManager/UploadFile/"
            },            
            upload: function (e) {                
                var files = [
                    {
                        Title: 'Test',
                        FileName: 'MyFile',
                        Group: 'MyGroup',
                        Color: 'MyColor'
                    },
                    {
                        Title: 'Test2',
                        FileName: 'MyFile2',
                        Group: 'MyGroup2',
                        Color: 'MyColor2'
                    }
                ];
                e.data = { files: files };
            }
        });

And here my  model related to this JSON object : 

    public class FileUpload
    {
        public string Title { get; set; }
        public string FileName { get; set; }
        public string Group { get; set; }
        public string Color { get; set; }
    }    

And here my code in the controller : 

public ActionResult UploadFile(IEnumerable<HttpPostedFileBase> uploadFiles, IEnumerable<FileUpload> files) {}

The problem the array is empty.... What I'm doing wrong ?

Thank you
Hugo
Top achievements
Rank 1
 asked on 01 Nov 2012
1 answer
135 views
Hi,

I am currently evaluating your product and I am very content with the results. The only issue I have is regarding the filtering functionality. My PM wants to be able to filter the grid in an excel style filter. Syncfusion and DevExpress grids support this feature out of the box. All of the examples I have seen let me filter the grid based on some range of values. This is not good for the product I am developing. I would like to totally change the way the grid filter appears. Instead of the regular filter I want some of the fields to be searched by free text and some of them to be searched by a multiple selection combo box (combo box where each item has a check box on the left). Does your API support this kind of manipulation? If so I would be happy to see an example.

I found out that in another product you support this functionality. See the ASP.NET Grid Demo to understand what I need.

Thanks
Alexander Valchev
Telerik team
 answered on 01 Nov 2012
1 answer
115 views
Does anyone have any advice for how to get the data source to work via a cross domain call? I have not been able to get the JSON endpoint of my WCF RIA Service to work with JSONP. Any suggestions would be great.
Shaikh Ahmad
Top achievements
Rank 1
 answered on 01 Nov 2012
1 answer
55 views
Hello There!

I am currently developing a news application using kendo UI mobile and phonegap. one thing I want to ask that can I submit my app after development to ios store without any kendo license. I am not using any asp.net tool. I have json feed making with php and using Kendo UI tabstrip and listview to show news listing and a detail view.

plz reply soon as my app in approx complete.


Regards
Jibran Saeed



Vladi
Telerik team
 answered on 01 Nov 2012
0 answers
103 views
I have a page with multiple windows on it.  How can I get the ID of the window that I am currently dragging? 
Mark
Top achievements
Rank 1
 asked on 01 Nov 2012
8 answers
1.8K+ views
I have a Drop Down list initialized as:
$('#ddlSearchPNResults').kendoDropDownList({
        dataTextField: "Text",
        dataValueField: "Value",
        autoBind: false
    });

Then in my Ajax call I have the following:
$.ajax({
            url: '/Home/SearchPerson',
            type: 'POST',
            contentType: 'application/json; charset=utf-8',
            dataType: 'json',
            data: '{ "personName": "' + personName + '" }',
            success: function (retData) {
                if (JSON.stringify(retData) != "[]") {
                    var ddl = $('#ddlSearchPNResults').data("kendoDropDownList");
                    ddl.dataSource.data = retData;
                    ddl.refresh();

                    $('#divSearchPNResults').show();
                }
            },
            error: function (xhr, tStatus, err) {
                //alert(err);
            }
        });

But when I see the dropdownlist its still empty.

Please help.
Paul
Top achievements
Rank 1
 answered on 01 Nov 2012
1 answer
239 views
Current with a grid if a user hides a column (say there is a computer domain column that is always the same. The user is tired of looking at it, so they hide the column). Right now, if they leave that page then go back (or refresh), the column comes back as well. Is there a way to persist this?
Alexander Valchev
Telerik team
 answered on 01 Nov 2012
1 answer
88 views
Hi, 

I'm not sure if this is also happen to everyone else. When I combine kendoui.web.2012.2.710.open-source with jquery-1.8.2.min.js, glitch happen (as far as i know) is :
  1. Grid grouping : it's so hard to drag column title into grouping area to initiate grouping. 
  2. Grid selection : unable to do row selection. even when selectable: "row" has been setup.
I've try to change using another browser, turn of my css and javascript. it still not work, up until i replace jquery-1.8.2.min.js with jquery bundled in kendoui.web.open-source

I'm not sure what really happen, i dont think this is a bug, neither in kendo or in jquery.

Best Regards,
Gema Pratama


Vladimir
Top achievements
Rank 1
 answered on 01 Nov 2012
1 answer
154 views
Hello, 

we are using kendo dataviz package, and we have some issues with the printing of the charts from chrome.In Firefox it works well, but in chrome when we try to print the page, the charts are not colored, we can see only the contours of the charts. Is there any such known problem, and how can we fix it?

Thank you,
Alex Kolchev
Alex
Top achievements
Rank 1
 answered on 01 Nov 2012
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
MultiColumnComboBox
Chat
DateRangePicker
Dialog
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Effects
Accessibility
PivotGridV2
ScrollView
BulletChart
Licensing
QRCode
ResponsivePanel
Switch
Wizard
CheckBoxGroup
TextArea
Barcode
Breadcrumb
Collapsible
Localization
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
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
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?