Monitor RadCombo box selectedIndex changed
We would like to monitor a radcombobox selected index changed event.The combo causes a postback which then renders a report with a response.end event. In my server side code I am trying to attach to...
View ArticleJavascript call with parameter from inside a template
I have the following code that I am trying to use to delete an item in the database when someone clicks the delete button: <scriptid="treeview-template"type="text/kendo-ui-template"> #:...
View ArticleProgrammatic .expand() of collapsible results in zero height content
I have some collapsible widgets that I am "routing open" by way of a view().param switch on the view's "afterShow" event. Basically, if a user clicks a nav link I am taking them to a different...
View ArticleJavascript call with parameter from inside a template
Please note: I do have .TemplateId in my code rather than .Template as is in the example I gave, and it does work when I don't try to add the javascript call.
View ArticleBarcode Scanner app
Hi,Need to build a module for bar-code scanner with custom ui like flash on/off button.What will be the best approach to it. Like all the image processioning will be done in javascript (using...
View ArticleOpen User Control in RadWindow
What we currently have is an aspx page that contains a radgrid that allows users to modify a record. The information is loaded into a user control contained within a javascript/css modal window and I...
View ArticleHow to set datasource URL property to relative URL?
I have MVC application which has Kendo grid. The datasource's URL property is set to /Users/GetRequests . The application runs fine locally in visual studio. In production the application is hosted...
View ArticleResize a Docked Window when Changing it to a Float
Follow-up question:Given that I'm using AutoDetectMdiChildren, how would I access properties on the form inside the floating window? I want to set the windows minimum size based on a property on the...
View ArticleDisplaying Datasource Parameters in Report Body
Thank you so much! The video helped a lot.
View ArticleTheme override for a RadPdfViewer
We have an application wide theme that I need to override. Our application has a black background on everything but within the RadPdfViewer I need it to have a white background so the pdf files are...
View ArticleRadEditor EmptyMessage not working
Thank you for the response and example video. Unfortunately this is still not working for me. My application is also using bootstrap and runs on SharePoint. Could that possibly be a problem?I've...
View ArticleReporting from C++
Is there any update on support for reporting from C++? Any plans for that?Has anyone used the COM interop approach to create a typelib for the managed dll of the reporting engine or alternatively used...
View ArticleSorting - Disable None
I want to toggle only between Ascending and Descending when the user clicks on the column header. I do not want the None option. Not sure what one would use the None option for anyway. That is not a...
View ArticleFunction accepts numbers but not strings from grid cell
It worked well for a Kendo UI Grid, thank you. Can you show me how with a Razor Template? var model = grid.dataItem($(this).closest("tr")); doesn't work for the MVC Template....
View ArticleDesign Issue in Export RadOrgchart to PDf
Hai I am using RadOrgchart to Pdf control in my project.I am exporting Labels and Div tag exported to pdf I faced the issue. Thanks&RegardsP.Suneelkumar
View ArticleFunction accepts numbers but not strings from grid cell
The problem was with .Model. This works: @(Html.Kendo().Grid<AbilityGenerator.ViewModels.AbilityCollection>() .Name("grid") .Columns(columns => { columns.Bound(c => c.AbilityId).Hidden();...
View ArticleHow are the states of RadButton changing
Hi team,When I try to customize the styles and templates of RadButton, I am blocked by the states transition of RadButton. There are focused and unfocused states, also there are normal, pressed and...
View ArticleHow to create a report with stored procedures and dynamic SQL queries
Hi,I need to create a report in my MVC application that using SQL stored procedure with dynamic SQL query string and EXEC command. How can I do it and is there any example of that? Best Regards
View ArticleHow to Use EditTemplate in Telerik
Hi How to Use EditTemplate in Telerik Grid using list object for CRUD OPERATION No needSql datasource i need server side code how will do this
View ArticleRadGrid becomes too slow when binding over 100 records
HiJayesh Goyani Can you solve this http://www.telerik.com/forums/how-to-use-edittemplate-in-telerik
View Article