Tool for Embedding Custom Skins into an Assembly
Hi Julian, Can you please try to use different name for the custom skin that you are using (FsWindows7 for example)in steps 5 and 10 and see if it will make any difference. For avoiding the manual...
View ArticleDefault selected row in grid
Hi.As I said on my second post, I got my first grid wrong. It is another grid with another ID, don't worry. However I did the grid.select("tr:eq(1)"); and as I stated earlier var grid =...
View ArticleScroll in menu despite lots of space above
Hi Andreas, Yes, we have tested the project that you have provided but we succeeded to reproduce only the following behavior: When we reduced the browser window, the scroll bar appears and when we...
View ArticleCascading Dropdowns No Longer Work with Angular and Dynamic Ids
Hello Grant, In Q2 2015 (v2015.2.624+), we changed the widgets initialization approach and thus boost the initialization time. Basically, before the widgets were initialized with setTimeout, which now...
View Articleset focus after validation
Hi, If you want to focus RadRating when you use it in combination with a CustomValidator, for example if the validation fails, you can try the following approach:Set the TabIndex property of the rating...
View Articlecss issues with 2015.2.827 build
Hi guys, seems like there is an issue with all the .mobile based css files with an element missing like the below: taken from kendo.mobile.all.min.css...
View ArticleExecuting oracle stored procedures in packages
Hello, I am trying to run a stored procedure which is located within an oracle package. The report wizard does not locate these stored procedures, so I have tried to write an SQL statement which should...
View ArticleListView.GroupHeaderTemplate BindingContext is null
I can confirm that this release did indeed fix this problem! Thanks for the quick response.Cheers -Erik
View ArticleDivision of Domain Models and MetadataSource Possible?
Hi Gary, From an architecture perspective it makes sense to segregate your class model into a separate project than your business logic. The DataAccess mapping for the 'class model' is then closely...
View ArticleHow to change pdf allpages property dynamically?
Hello Adyasha,You could use the pdfExport event of the Grid in order to configure the allPages dynamically. For convenience I updated the example. I wish you a great day! Regards, Dimiter Madjarov...
View ArticleSelect time other than interval time
Hello Hemanth, There is no built-in option to achieve such an automatic value change. By design, such manipulation of the value assigned is not recommended behavior for an UI component. However, as a...
View ArticleJavascript error with Firefox and IE11
Hi guys,if you try to launch the demo overview of radcaptcha Q2 2015 (at http://demos.telerik.com/aspnet-ajax/captcha/examples/overview/defaultcs.aspx ), will be thrown a javascript error...
View ArticleServer-side filtering with GridView + DataPager + IPagedCollectionView
Finally got it to work! Took longer than anticipated due to the fact that I had a lot of code from earlier experiments that was actually hampering what was well done.For future reference, my DataSource...
View ArticleLoop trough XML like with local data
Hello Jurii, Glad to hear that. If you need further assistance please let us know. Regards, Boyan Boev Telerik The New Release of Telerik Test Studio Is Here! Download, install, and send us your...
View ArticleTextChanged Event
Hello Anna, We tried to reproduce the observed by you error but it seems everything works as expected on our side. I am attaching you a sample project that demonstrates the approach with the...
View ArticleTelerik Test Studio Runtime 2015.2 Setup Error
Hello Sergi, The following solved the problem for Randy:"The solution I found was to locate the 'Command Prompt' menu item, right clicked on it and selected 'Run as Administrator'. In the Command...
View ArticleServer-side filtering with GridView + DataPager + IPagedCollectionView
Hi, I am glad to hear that. Thank you for sharing the outcome with the community. Regards, Dimitrina Telerik Do you want to have your say when we set our development plans? Do you want to know when a...
View ArticleSpinner not showing on IOS -help
Hello Pablo, I have just tried this in a new blank Kendo UI project and your code works as expected on iOS. Perhaps there is something else in your code that causes the problems. Can you send a sample...
View ArticleMultiple files for MappingConfiguration for each entity
Hi, The static methods providing the mapping configuration inside a the entity classes are discovered at run-time and are best to use in case of single Context/MetadataSource. If you plan to have...
View Article