Kendo Grid handling create/delete errors with popup editor
Thanks Alexander.My issue is that I can't find a way to tell which client operation led to the error. If they were deleting a row then I want to cancel changes and redisplay the row. But if they were...
View ArticleAccess a control of Grid edit item template
Hello Vishu, With Batch Editing there will be no editors in the items, because with that edit mode, only one editor is generated for the entire column and that editor is moved along the edited cells....
View ArticlePopulate Chart from RadGrid headers
Hi Kurt, You can attach to the corresponding client-side event of the grid where you can initiate an AJAX request to create the chart either programmatically or data-bind it. Regards, Danail Vasilev...
View ArticleRendering Problems Please Help !
Hi,Telerik I'm using Android UI.As I receive an error when I want to use radlistview;Layout XML Rendering Problems The following classes could not be instantiated:...
View ArticleBest Way to Inspect HTTP(S) APIs of Many Devices
Restating above, assuming I can find a method to change iptables on the transparent proxy's system to redirect http(s) traffic to the fiddler system, will fiddler work by simply having redirecting...
View ArticleStackOverflowException while decompiling method
Hi Richard, Would it be possible that you zip the assembly and send it over to my email: alexander.dimitrov [at] telerik.com. Rather unfortunately, that seems to be the only way to reproduce that...
View ArticleDeobfuscate and decompile dll
Hello, Opening an obfuscated assembly in JustDecompile is not a supported scenario. The De4dot plugin is the best attempt in this case, but it's not guarantied to fix everything. Keep in mind that the...
View ArticleAdding RadMultiPage dynamically on page load.
Hello Susheel, This is the right way of adding RadTabs and RadPageViews to the RadTabStrip and RadMultiPage dynamically. At my end using your code they were added and their properties were set...
View ArticleHow to add dynamic RadCartesianChart.Series into my ChartView
Hello Berry, I am afraid that without your project I won't be able to tell you what is causing the reported behavior. However, you can check if you are using our NoXaml assemblies in your project. In...
View ArticleAll day aera does not grow correctly if there is an event template
Hello, The suggested change still on our dev team queue and it's not reviewed yet (currently I can't be more specific about when and if it will be implemented). Also as I mention the best place to...
View ArticleTelerik Controls in .Net framework 4.5
Hi, We have recently upgraded our .NET framework to 4.5 (from 3.5), are you able to confirm if the following controls are ok to run with the 4.5 framework.
View ArticleCreate a new event dragging
Hello to all,I can't find if is possible to create a new event in the scheduler via drag. Thanks in advance.
View ArticleGridView culture language on editmode
Hello, Thank you for attaching a demo project in the support ticket. As to losing number format in edit mode, I would suggest you to try defining CellEditTemplate like so:<telerik:GridViewDataColumn...
View ArticleHow to add point on each chart data point
Hello Berry, You can use the PointTemplate property of the series to define its visual element. For example:<telerik:LineSeries.PointTemplate> <DataTemplate> <Ellipse...
View ArticleToggle Mode is not working in preview Mode and working functionality got...
Hi Afroz, From the provided code it seems that you are disabling the editor toolbar and content area when switched in Preview Mode, which is actually the default behavior of the editor. If, however, I...
View ArticleUpdate Template content dynamically
Hello Rob, The rendering of the AutoComplete items are directly related to the DataSource. If you would like to update the displayed text, you will need to update the source. Here is a demo that shows...
View Articleusing OR , AND in If statement
Hi ,I would like to compare the value in a Data bind variable and decide which steps to be executed.Example :IF Data("DocId") is equal to or contains "abc" or "xyz" or "124" THEN execute steps...
View ArticleRadPanes lose their DataTemplate when it moves from being docked to floating
Hi Eric, When a Pane goes floating it is placed in another window that is not in the same visual tree as the Docking control. So, if the DataTemplates are placed in the MainWindow.Resources (that seems...
View ArticleDate validation problem
Hi Kostadin,The issue is gone when I change the timezone to any other timezone, but still not valid when I select Cairo, kindly check the below video:AVI...
View ArticleInline editing validation with drop-down list fails
Hi Vladimir,Are you saying that you have to use DropDownListFor (and not DropDownList) when requiring client validation to use Model definition (e.g. [Required(ErrorMessage = "Field xxxx is required"]...
View Article