Change background color of suggestion cells
I can change the suggestion view background color by callingself.autoCompleteTextView.suggestionView?.backgroundColor= UIColor.lightGrayColor() But the suggestion cells (?) remain white (see image...
View ArticleRefresh Detail Grid
Hi,I am using multi row drag & drop Grid Feature. I have 2 grids, first contains master detail grid (#grid1) and second grid (#grid2) contains list of items. I am able to select multiple rows from...
View ArticlePager Text Not changing on localization
Hi Fred, The OnNeedDataSource event seems to be too late in the page's life cycle and that is why the culture is changed on the second postback. I would suggest that you follow the approach from the...
View ArticleAppointment Sort Order
Hello Mohammed, Thank you for writing. We had a feature request for custom sorting in RadScheduler when the start date and duration of the appointments are equal. It has already addressed. Here is the...
View ArticleRight click but disable SelectionChanged
Dear Friends, I am using telerik SelectionChanged event to select row value from grid, another thing I am opening context menu using ContextMenuOpening event, now the problem I am facing is that when I...
View ArticleCan't hit breakpoints using the Visual Studio plugin
Hi Aaron, How do you launch the test exactly? Do you run it form the Test Explorer selecting Debug Selected Test? Do you want to debug a WPF test? Please share with use more detailed information. Thank...
View ArticleCan't hit breakpoints using the Visual Studio plugin
Hi Boyan,I'm trying to use this to debug the occasional section of a WPF test (more specifically some code in a code-only file that I use).Yes I am trying to launch it from the test explorer by...
View ArticlePrint documents with out print preview in asp.net
How do I print document types like (.doc, .docx, .pdf, .xlx, .xlsx, .txt) with out showing print preview in asp.net?
View ArticlePrevent data point label from overlapping line on chart
Hi Raga, Thanks for writing and for the provided screenshot. With a custom label renderer you will have to calculate this behavior by yourself. For example, you could make the following estimation: 1....
View ArticleEdit GridView cell type color will throw exception
Hi all,I meet a problem. Please help me. Thanks.radGridView1 is a Telerik.WinControls.UI.RadGridViewMy Code:DataTable _oOptionDataTable = new DataTable(); _oOptionDataTable.Columns.Add("Color",...
View ArticleLinkManager OnClientPasteHtml Tag Manipilation
Hello,I've added some logic to the OnClientPasteHtml method in Javascript, which ensures that the <a> tag has a href of "#" and adds a OnClick attribute. We're doing this so that mailto links are...
View ArticleHow to prevent the item drag n drop from one node to another
Thank you for the response Alex.In my case, there will be "n" levels of tree. so, the item which I've selected should move only with the node. not outside. it may be upside or down.Check this...
View ArticleGridView isn't alive when loaded with reflection
Hello Pituah,For your convenience, I modified the referred example to demonstrate how to achieve the desired behavior. Please take a look at the implementation and consider how this approach fits your...
View ArticleLinkManager OnClientPasteHtml Tag Manipilation
Sorry, I meant to type "(roughly) encrypted", not "encoded".Slight edit required there...
View ArticleTime on y-Axis
I'm trying to do something similar to the attached image, normal asp.net chart is used in the screenshot.The data comes in as time (00:00:00) and x-axis is in long date(which works fine) but for some...
View ArticleReporting WPF - Hide some axis X labels in CategoryScale series.
HiI am using reporting v.7.1.13.612I have a graph with one line series, the Y axis is Numeric and the X axis is Category(numbers also).When I have a lot of records I want to hide some of the category...
View ArticleChart Popup
Hi, 1. i removed line using lineHidden="true" now i need remove value also see picture below: image ...382. this line should be over the bar chart :- image ...36 see below
View ArticleHow can I add buttons to Toolbar on Modal Window?
Hello Alex, I am not sure if I correctly understand the desired scenario. Could you please be more specific as well as clarify the following: - "needs to be able to Clone or Add & Clone lots and...
View ArticleValidation
Hello James, Thank you for writing back. We are storing the old value, only for the currently edited cell. All other cells have only one value which is the new value in this case. Here is how you can...
View Article