DragDropManager Events are not fire?
Hi all, I'm trying creating row drag drop within a radgridview. Register events:DragDropManager.AddDragOverHandler(AssociatedObject, OnDragOver);DragDropManager.AddDropHandler(AssociatedObject,...
View ArticleIE cannot open images of website while fiddler is running
Hi Bo Yang, Please check the following forum post for further reference. Regards, Vanya Pavlova Telerik Do you want to have your say when we set our development plans? Do you want to know when a...
View ArticleHTML to PDF support
Hello BobyInstead of trying to convert the HTML I've made all the tables from scratch drawing them using the PDF processing, the result was very good.Thank you for your reply!
View ArticleHow to generate an event every time an appointment is starting without...
Hello Rafael, Thank you for writing back. It is necessary to cast the RadAlarmFormShowingEventArgs.AlarmForm property to RadAlarmForm, not IAlarmForm in order to access the Opacity property. Here is...
View ArticleReadonly events
I want to open a Tooltip with TooltipManager when the user clicks over a READ-ONLY RadRating. Is there a way to achieve this? It works with OnMouseOver, but i'm unable to assign the Click event :-(
View ArticleObject reference not set to an instance of an object
Dear Tanya, i have created a little demo project to reproduce this behavior because i m getting the same exeption. I´m using the Version 2014.1.224.45 of your Controls.you can download the Demo Project...
View ArticleWhere do docs list what's free vs paid?
Hey we pay for devcraft and the iOS\Android natives are in there, hope this just becomes part of itAnyway, so basically the sidedrawer atm is the ONLY free option atm yes?
View Articleexcel like filtering in a headertemplate
Hello,I am trying to add excel style filtering to our current application. To achieve this the solution has been upgraded with the Telerik 15.3.1111.45 upgrade. But after adding...
View ArticleFilling GridView with Multiple Threads
Hello Erfan, Thank you for writing. Note that all UI controls are not thread safe controls in the whole Windows Forms platform (not just Telerik controls, but all controls out there). Here is an...
View ArticleBullet behavior when selecting all text
Hello Aaron,I could not reproduce the problem via Ctrl + A / Insert Unordered list. Here is a video of what I tried. Can you please elaborate? Regards, Alex Gyoshev Telerik Join us on our journey to...
View ArticlePlease help to convert this DataGridView extention to Telerik Winforms Gridview
Hi Laszlo, Thank you for writing back. The following example shows how you can create a custom column where each cell contains a RadRichTextEditor. All you need to do to use it is to add the custom...
View ArticleGridViewDataColumn data binding for CustomFilteringControl NOT works
Hi, thans for reply.Attached example work, but it is not answer to my question?I have asked for not working binding, for filtering control created as custom control, when binding is applied in control...
View ArticleColor of legend item when set to not visible
Hi Anders, You can define the color of the text of the inactive items in the Chart's legend in a similar way:function pageLoad() { var chart = $find("RadHtmlChart1").get_kendoWidget();...
View ArticleProgramatically Controlling or Moving the Carousel items
Hello Nadav, You can try something as follows:private void Button1_Click(object sender, RoutedEventArgs e) { var club = new Club() { Name = "Club " +...
View ArticleChanging cell type?
Hi, I'm getting closer to what I need with your help! Thanks. In the CellFormatting event there is a CellFormattingEventArgs e. e has a CellElement property. How can I get the CellElement for...
View ArticleHow to disable the Pop-up Menu in the sheet?
What would be incredibly useful is if we could customize the context menu. ...Add menu items and events/actions to take while in the context menu. This would allow us to add meta-data in relation to...
View ArticleError during serialization or deserialization using the JSON...
Hi, Have you tried setting the maxJsonLength property in the web.config to a greater value as recommended in the previous post and what was the result? For example to 2147483644, which is the maximum...
View ArticleRadDropDownList - Filtering or Enabling/Disabling Items at runtime
Hello Keith, Thank you for writing. Filtering the items or disabling some items does not depend on whether the RadListDataItem has been added in the designer or at run-time. Filtering can be set by...
View ArticleEdit TimeSpan
Hello Marco, Thank you for sharing your solution with the community. We have a feature request for developing a GridTimeColumn which will work with a TimeSpan editor in RadGridView. Please make sure...
View Article