Telerik Forums
Kendo UI for jQuery Forum
1 answer
105 views

Need to develop a grid with "New record" on top toolbar, when clicked, should show up New row at bottom with following specification"

- Row should be filled with all "Combobox" in all column fields 

- Once item changed in Combobox1 of Column1, should auto populate Combobox2 of Column2  and Vice-versa (both columns are dependent)

 Please suggest.

 

Alexander Popov
Telerik team
 answered on 29 Apr 2015
5 answers
3.3K+ views
Hello,

I'm trying to upload multiple files at a time; I'm receiving both of the files but they're coming one after another and passing a single file rather then an array of two files like I would have hoped and expected.

Here is the code that I've written:

in Html
   <input name="docs[]" id="docs" type="file" />


in js:
$("#docs").kendoUpload({
        async: {
            saveUrl: '/Form/'+selectedSubscription.subscriptionId+'/uploadTransactionDocs',
            autoUpload: false
        },select: attachClickHandler, 
        success : function(e){
        if(e.response.status=='success'){
        docsReceivedLoad = e.response.msg;
        }
        }
    });


function attachClickHandler(e)
{
window.setTimeout(function() {
        $(".k-upload-selected").click(function(e) {
            // custom logic
        if (false) {
                e.preventDefault();
                return false;
            }
       
        });
    }, 1);
}

Any idea why the saveUrl is being called twice with two files rather then 1 time with an array of 2 files?

Thank you.
Keith
Dimiter Madjarov
Telerik team
 answered on 29 Apr 2015
1 answer
731 views

I am using a Kendo File Upload control to upload multiple files. Only few of the files are getting uploaded (especially first and last) or some random ones. Is there any solution for this ?

Index.cshtml :<input name="files" id="files" type="file" multiple="multiple" />

JS File :$("#files").kendoUpload
({
async: {
saveUrl: "/Controller/GetUserUploadedFiles",
removeUrl: "/Controller/Remove",
autoUpload: false,
allowmultiple: true,
batch: true
},
select: function (e) {
onSelect(e);
},
success: function (e) {
},
error: function (e) {
}
});

//Controller Method

[HttpPost]
public void GetUserUploadedFiles(IEnumerable<HttpPostedFileBase> files)
{
//Custom logic here
}

Also, it would be great if i can get all the files as Enumerable in one controller method call rather than having it called multiple times for multiple files.Is there anything i am missing or doing wrong ?

Thanks, Srini

Dimiter Madjarov
Telerik team
 answered on 29 Apr 2015
5 answers
167 views
I have 2 grids with identical data structures but 2 different initializations. I am using the popup editor for both and both have an "Add new Record" button at the top. When I click the first it opens 2 Add/Edit popup windows. Any way to stop this?
Dimiter Madjarov
Telerik team
 answered on 29 Apr 2015
3 answers
442 views

Hi,

I am trying to filter on CategoryID inside the Grid. I am getting an exception that can be shown in this example: 

http://dojo.telerik.com/@bhaidar/ipoYU/2

 

Even the filter is not reflecting the fact that the field is a number but assuming it's a string.

 

Thanks

Plamen
Telerik team
 answered on 29 Apr 2015
8 answers
78 views

My sortable items sometimes have scrollbars. On Chrome, this works fine, but on IE, I have issues.

On a sortable item with a scrollbar, click on the thumb and drag it to move the scrollbar, when you do a mouseup, the drag event of the sortable continues and won't release until I press the esc key.

I am currently using IE9 (9.0.8112.16421)

Thanks,

--Ed

Petyo
Telerik team
 answered on 29 Apr 2015
1 answer
121 views

Hi, 

I was wondering whether we can modify the Gantt chart control to show a profile picture next to resources for selection and in the resources. 

 

If so, where abouts should the modifications take place ?

 

 

thanks

Dimitar Terziev
Telerik team
 answered on 29 Apr 2015
2 answers
115 views

This issue happens only in chrome. works perfectly fine in IE and Firefox.

There is a related issue here :

http://www.telerik.com/forums/datasource-different-sorting-causes-chrome-to-mess-up-stacked-grouped-barcharts

The data in the category axis appears mixed and does not state the values correctly.

Is there a solution to this, so that the grouped stacked charts (column or bar charts) appear properly in Chrome???

Thanks,

Rohit

Iliana Dyankova
Telerik team
 answered on 29 Apr 2015
3 answers
141 views
Hi,
   i am using kendo schedular,when we click on calendar,than it shows a pop up window for appointment form,it's a customeditor template for schedular,in this template i want to use model extendar pop up but when i use javascript functionality than it does not work,please tell me how can i customise this customeditor template.and how can i implement popup extender or tell me if there is any other tool of kendo,and another one thing,i am using core first framework.when i implement this schedular in my project,i select start and end date than it shows 01/01/0001 in my model,i am not understanding this issue,please tell me what m i missing for both issues.please reply me asap.

thanks & BEst regards
vipin singhal
Atanas Korchev
Telerik team
 answered on 29 Apr 2015
1 answer
143 views

Hi, 

I came across an issue while exporting detail data to excel. The detail grid data starting from the 2nd page is not getting exported. 

I made the following changes to the example provided in http://docs.telerik.com/kendo-ui/web/grid/how-to/Excel/detail-grid-export

a. To expand all master rows when the grid is loaded, i removed the "first" option in the databound function as follows :- 

this.expandRow(this.tbody.find("tr.k-master-row"));

b. To export data in all pages, add the "allPages" property to the master grid:-   

excel: { allPages: true }

After making these changes, the master and detail data in the first page gets exported fine; but starting from the second page only the master data is getting exported.  Please let me know how I can get to export the detail grid data in all pages.

Thanks,

Rajish Sajayan

 

 

 

 

Vladimir Iliev
Telerik team
 answered on 28 Apr 2015
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
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?