Port Hybrid app to run in browser?
When I developed a previous hybrid app not using the telerik platform (with jQuery Mobile) I built the app like a website that would run in any html 5 complaint browser. Then to create the hybrid...
View ArticleDisable specific keyboard shortcuts
Hello Alexandru, One way to disable certain keyboard shortcuts is to attach an event listener to the Kendo UI Editor keydown event and in the handler function - use the preventDefault() method: keydown...
View ArticleAlign vertically same resources in week view
Hi Matt, If I understand correctly, you have, lets say, three types of Configurations - Green, Red and Tan. You want to display the appointments (events) for each configuration in Week view and you...
View ArticleResource Grouping with permissions
Hi VeselinThanks for that - it certainly looks like that will get me close to the solution. The permission "AdminPermissionAllowed" I have coming from the database though in the resource data source...
View ArticleRadTextBox need to be restricted only for integers
hello dude its great to receive your sharing of knowledge i have a Rad text box at winforms where i need to filter only numbers and email validation in another text box how can i apply that code or...
View ArticleInternet connection required for Diagnostics init?
Hi Telerik Team,I'm tracking down some serious performance problems in one of my apps where very few users report that startup takes quite long, especially when there is bad internet connection. Even...
View ArticleGrid update server response
Hello All,I've seen questions like this several times and based on the answers, I think I'm doing everything right and even so it's not working.My grid invokes the remote update method ok, and the...
View ArticleFiddler can't exit totally
My fiddler can't exit totally. Everytime I close fiddler, it will stay at background process. The next time I start it, I get a prompt indicating another fiddler is running. So I have to kill the...
View ArticleCartesianChartGrid for X is not working
I'm trying to draw GridLines on X axis of RadCartesianChartView with this code:CartesianChartGrid grid = new CartesianChartGrid(); grid.MajorXLinesRenderMode = GridLineRenderMode.All;...
View Articlevisualizationlayer's objects zindex seems to change with zoomin zoomout
hi dear telerik teami have two MapLineViews in a visualization layer on the map (like a blue one and a red one). these two lines are exactly (or partly) on eachother.at first we assume the red one is...
View ArticleHow can I set the line color and spot color of the trackball
I hope you can implement that feature. ^_^
View ArticleHow to Zoom and Pan to thow last 20 candles
I have a chart with 300 holc data. So I got 300 candles.But I want show tha last 20 candles to the user when the view is created. And then user can zoom and pan to see more data by finger. We have...
View ArticleExternal editor trouble
I would like to use the External Editor feature of RadDataGrid, as it would better suit my application scenario.However, there seem to be lots of limitations in the default External editor.For...
View ArticleTab (ascii 9) being collapsed when printing output
Hi Stef, The value of the TextBox is "CALIBRATION OF INJECTION PUMP/INJECTOR OF STAKE TRUCK (ST-09)\r\nA. INJECTION PUMP\r\n10 pcs.\tPlunger and barrel @ 2,400.00\t\t24,000.00\r\n10 pcs. \tDelivery...
View ArticleProblem with scroll after save and NewRowPosition definition
Thanks very much!! this worked. However, I still think this should be resolved instead of such a workaround :-)
View ArticleCreate Coulmns Dynamiclly with changed of values over time
Hi there;I’m tryring to create a radGrid with data from database What I want to do that I already convert some rows to columns in the database query: SELECT Z.id , WR. NAME, NVL(MAX(DECODE (Z.ZONE ,...
View ArticleHow to cancel SnapMode on Trackball
Hi,Is there a way to cancel the SnapMode on Trackball, like there is in Android?
View ArticleThe property 'Id' is part of the object's key information and cannot be...
In my application I have a RadGridView and a Data Form. If I change the group or type of the DocumentTitle on the CombBox in Data Form, I get the following error message:"The property 'Id' is part of...
View ArticleHow to use GridView with VirtualQueryableCollectionView for growing datasource?
Thanks, Stefan! I have tried using the Refresh method, but I can't make it working. As shown in the screenshot, the gridview will not show the latest data in the SQLite database. You can see there are...
View ArticleHtmlTextBox question
Any progress on this? I am having the same issue. I have a table stored as DOCX format in my DB. I can get the HTML code back, using the DOCX- and HTML- FormatProvider, and placed into a textbox in...
View Article