Control Panel upgrade hangs
Opening control panel I get a window that says:Old Telerik Control Panel Version - Hmmm. It seems this installer is a bit old. Please download the newest shiny version from here."Here" is...
View ArticleClass to trace the SQL statements generated by Telerik OpenAccess ORM
Hi Felipe, The article you found out is regarding the Classic API of Data Access. Based on the provided information, though, I'm under the impression that you are using the contemporary Context API,...
View ArticleChartSeriesDataSource throwing ArgumentOutOfRangeException during data binding
My question is whether ChartView performs better with a collection that implements IList, versus a collection that only implements IEnumerable. The docs for several other Telerik controls specifically...
View ArticleItem Animations don't seem to be settable
Pull it doen, ah, yeah... I was adding it to <lv:RadListView not <lv:ListViewLinearLayout
View ArticlePopulating treeview control with multiple lists
I am trying to create a treeview with hierarchical structure.CIK|__Series |__Class Series will be populated from the database based on the currently selected CIK value member(Id). Class will be...
View ArticleMissing GridViewCell Controlin Blend
trying to override the default border when the cell is selected, but in blend i can't find the gridviewcell control to change. i have the references to the data and gridview dlls. any idea?
View ArticleSkin Assembly Builder crashing
Everytime i use, i give it a zip file, fill, select the newer Telerik.Web.UI.dll, and click "Get Assembly" and i get a server error.
View ArticleRadEditor – Adding more Image properties in ImageManager
Hi VoVo, You can add the needed custom fields in the Editor's image properties by enabling the Editor's External dialogs and modifying it SetImageProperties.ascx dialog. This dialog is both loaded in...
View ArticlecollapseAllGroups() does nothing?
Answering my own question in case anyone else runs into this issue.So it looks like to make this work you have to track which group is currently expanded and ONLY collapse that particular group....
View ArticleFeature Request: Make calling listview available in event args
Could we please make a point to pass the calling listview that fired an event into all LV event args?Would save doing thisfunctiononLeftSwipeClick(args) { varlistView =...
View ArticleRadBinaryImage databound within RadImageGallery
Thank you Kostadin for your sample. However, I am using LLBLen for entity modeling. Does RadImageGallery only allow references to the image and that is why the DataImageField is looking for a string...
View ArticleKendo UI Grid Filter Row
I figured out the problem. I was using an old version which didn't support this feature yet. But the problem I am now having is that after I filter, I cannot select a row. My custom Command button...
View ArticleTiming issue with grid: Creating new row when click on bottom row
That's definitely cleaner than my code! Thanks for the example. I modified it a bit to mimic mine (and copy-pasted below since I can't attach a zip file) to show 3 problems...1) If you click on the...
View ArticleRadTextBoxControlElement is rendered too small in a GridLayout
I have created a simple grid of labels and textboxes. It's working fine, but it's not looking good. The Textboxes are not rendered big enough to display the font in full height. What could be...
View ArticleKendoUI ActionSheet in Angular Called From NavBar Button - Error
Thanks for your response1. I am not clear what you mean by move it to a scope field, can you provide more explanation? 2. On the data-rel syntax, this does not appear to work in angular. There may...
View ArticleDynamically resize kendo grid and columns; how?
Hello Dimo, i know this is quite old but i'm trying the same thing as Clive but the columns with the grid scrolling disabled have the same width and i can't accomplish the auto width to make the col...
View ArticlePopulating treeview control with multiple lists
Never mind. I just had to build my collection in data layer separately and then bind it to the tree control just like in the "binding to object relational document" data. I was able to get it to...
View ArticleCordova/Angular/Mobile View Navigation Causes Cannot call method...
Support indicated to use prevent default in my before show redirect or set initial page view initial syntax but... neither of these suggestions affect the reproducible error which is that the login...
View Article