Quantcast
Channel: Telerik Forums RSS
Browsing all 94857 articles
Browse latest View live

Routing on AngularJS + Kendo UI Mobile app

Hi Naomi, Note that in AngularJS applications you should not be instantiating a Kendo Mobile Application, as its routing mechanism will conflict with the AngularJS router. To correctly create a mobile...

View Article


RadGrid Page Scrolling

I'm trying to figure out what I'm doing wrong. On a touchscreen device, if the user tries to just scroll the screen, it won't scroll if they are touching anywhere inside the radgrid. I have disabled...

View Article


How to manually show and hide loading or spinning image?

Hello Daniel, Case #3 will work if you apply a position style to the #lockdiv1 <div>, as explained in the documentation. Case #1 will work if you prevent some events, which are propagated from...

View Article

Element is Ribbonbar StartButton

sorry,,title : Element in Ribbonbar StartButton    

View Article

textbox disabled style not being aplpied in radgrid edit template

Hi James, You can use the styles below in order to change the background-color and opacity of a disabled and decorated textarea by the decorator.<style>    .RadForm.rfdTextarea textarea[disabled]...

View Article


RadGrid Client Side Access to Edit Form

Hi, For obtaining a reference to the combo drop down which is rendered as an editor for the GridDropDownColumn one should use findControl instead of findElement. The first method should be used when...

View Article

RadGrid Page Scrolling

If I have a RadGrid on the page with scrolling disabled and client selecting off, no row select, should I be able to touch within the radgrid and drag the screen down to scroll on a mobile device?...

View Article

RadHtmlChart export full images

Hello Doug, I can suggest that you use the ClientExportManager that lets you do the exporting on the client-side. You can also export the whole page as well. Please examine this demo for details on the...

View Article


Indexing into an element collection on the Find Element Settings Page

Hello Swathi,I do not know what you are trying to do, but you are not doing it in the proper way. Simply remove the filters you've added and click on the TextContent suggestion on the left. Regards,...

View Article


RadGrid ExportToExcel to default save as xls format

Hi there.We have the same problem. Documents are saved as .xls but default save format in Excel is "Web Page". Unfortunately we have a lot of RadGrids using HTML format for Excel export with several...

View Article

Set animation to kendo Scheduler navigation

Hi Lilan, There is already a loading animation, however it appears only when necessary (see screencast). In most of the cases, the DataSource fetches all events and since they are available on the...

View Article

Display a div inside a kendo window on top of the window

Hello Rob, There are no images attached to your message, but I got the idea. The AutoComplete dropdown is detached from the original widget DOM position, i.e. the dropdown is not inside the Kendo UI...

View Article

textbox disabled style not being aplpied in radgrid edit template

thanks. I also have a similar problem with drop downs. is there a CSS class to change to make disabled drop downs have a grey background colour? thanks james

View Article


textbox disabled style not being aplpied in radgrid edit template

thanks. is there a class to change the style of disabled drop downs as well?

View Article

textbox disabled style not being aplpied in radgrid edit template

thanks. is ther ea calss to change the style of disabled drop downs as well?

View Article


Are there events for the ImageBrowser?

King hi,Did you succeed in what you wanted to do?I would appreciate it very much if you can upload an example because I'm in the same situation. (maybe for the code library?) Thanks,

View Article

how can I just show the hamburger button

here is what I ended up with to add icons and/or text to the empty space beside the hamburger button. It is dependent on jquery and  jquery.resize.jsMartyfunctionpageLoad() {    $ = $telerik.$;...

View Article


Horizontal bars - value labels are clipped

HI, Please check attached snapshot. i am using cartesian chart.label edges cutting in the chart. please provide the solution for this.

View Article

window.plugins and cordova.plugins always undefined

Hi Sai, It is important to say that the barcodeScanner object can be used only after the deviceReady event has fired. In other words, you can check if the pasted code would work executed on...

View Article

Custom Create, Edit, Delete button icons

1. Set up kendo grid: @(Html.Kendo().Grid(Model) .Name("gridnamehere") .Columns(columns => { columns.Bound(p => p.Name); columns.Command(commands => { commands.Edit().Text("");...

View Article
Browsing all 94857 articles
Browse latest View live