Code encryption in {N} 2.1
Hi Folks,I understand that NativeScript 2.1 includes code encryption. Ummm, how do you use it? I am wanting to encrypt my code, and more specifically a json file that contains a whole lot of text I'd...
View Articletext-transform wierdness
I tried setting "text-transform: none" on a button, but it seemed to show all letters in capitals. When I set textWrap=true, it seemed to work as I expected (i.e. exactly as I typed the text in upper...
View ArticleDrag and Drop on Y axies only
in a ListView with reorder behavior can i make the drag and drop only verical ? i mean i want the list item move in y axies only how can i do this ?!
View ArticleWhy sorting doesn't work in self referencing grid?
Hello,I have a GridView in self-referencing hierarchy mode binded to a BindingList<T> collection. I have sorting disabled for all of the columns (enabled for grid) and I want to be able to sort...
View ArticleAngular 2 in Telerik Platform
Hi all,I am very excited about Angular 2 and would like to start using it with NativeScript and TypeScript for an app in Telerik Platform. I have read that Angular 2 support hasn't been introduced in...
View ArticleSidedrawer in Angular
Is there any CLEAR documentation (step by step or video) to use RadSideDrawer in Nativescript Angular + Typescript ? Thanks.
View ArticleReporting WPF - Hide some axis X labels in CategoryScale series.
HiI am getting an error:Index out of range,Must be.... = IIf(Fields.RowNumber % 5 = 0, Fields.RowNumber,"")
View ArticleReporting WPF - Hide some axis X labels in CategoryScale series.
not even this = IIf(CInt(Fields.RowNumber) %5=0, Fields.RowNumber,"")
View ArticleTemplate Display Information
I'm trying to streamline the template information on my barchart. It is just not displaying the information I would like it to relay to the user in a streamline fashion. I have a demo at...
View ArticleHow to use Report Parameters to limit data
Hi Jim, If the report already has report parameters configured you can map them to data source parameters - check Using Parameters with the SqlDataSource component and SqlDatasource Wizard(step 4) for...
View Articleanchor tag problem
hey, my achor tag is working in simulator but not on android device<a id='show' data-role='button' href='components/profile_page.html' onclick='authenticate()'>profile</a>when im runing in...
View ArticleAuto navigate the side root
Hello John, The SplitView widget renders panes that have a navigate method. Use this method to navigate to a "nested" view, which is placed inside the respective SplitView...
View ArticleHow to convert yyyy-MM-ddTH:mm:ss.fffZ to date picker
I found the solution:<input kendo-date-picker ng-model="dateString" k-format = "dd/MM/yyyy " k-parse-formats ="['YYYY-MM-DDTHH:mm:ss.fffzzz']"...
View ArticleLoad multiple documents to a radDocument[] array
Hi,Thanks for your reply.I used HtmlFormatProvider and my output was this Telerik.WinForms.Documents.Model.RadDocument
View Articlehow to pass multivalue parameter from jQuery.fn.telerik_ReportViewer...
Hello Kyle, Values that can be submitted to data retrieval methods are of the types supported by report parameters.Custom types are not supported, which includes user-defined types and Table-valued...
View ArticleChanging ItemsSource after applying filter not updating GridView Rows
I am changing ItemsSource of RadGridview. gv.ItemsSource = enumerated; gv.Rebind();After that I am clearing all the Descriptors gv.FilterDescriptors.Clear(); gv.SortDescriptors.Clear();...
View ArticleSet multivalue parameter in designer
Hi Kyle, Multivalue parameters are evaluated as arrays of object, and require additional handling in the SQL query to be turned into a custom variable. In addition to the found by you approach, you can...
View ArticleHow to show Horizontal List of Image
I already tried this approach, but surpassing the amount of 4 images in sequence, were not even printed. I found a way code solution through the collection of images, I create a bitmap and compose...
View ArticleHow to show Horizontal List of Image
Excuse me, I left a few variables in Italian, below the translations:m_DimensioneMarchi = Height constant of all imagesm_MargineMarchi = Margin width that needs between images_Items(_Index).Marchio =...
View ArticleHeader with two lines
Hi Pavlina, Your post helped me indirectly. At first debugger didn't hit functions suggested in the link. After brief digging i realized that export has to be HTML to use ExportCellFormatting...
View Article