Wikitude support
Hello Elijah, I reproduced the very same error by importing the latest version of the Wikitude plugin in an AppBuilder project and building it for Android. Googling a bit, I found this issue in the...
View ArticleIcenium Graphite and Wikitude
Hello, As replied in the other forum thread on the same matter: "I reproduced the very same error by importing the latest version of the Wikitude plugin in an AppBuilder project and building it for...
View ArticleIncorrect rendering of wide RadComboBox
I have a wide RadComboBox with Width set to 100%. When re-sizing the browser's window (IE, Chrome, FF) at some point the button is separated from the combo box. Image attached. Telerik version is...
View Articleunable to build
Hello Luka, It seems like there are missing lines in the pasted build log. However, I believe you are trying to integrate the latest version of the WIkitude plugin inside your application. Please,...
View ArticleIterating through Bookmarks/FormFields
Hi,I'm evaluating the Telerik.Windows.Documents API, to replace Aspose.NET in our app, for costs reason.One of our main need, is to open existing .docx files, and replace all bookmark and formFields in...
View ArticleQuestions about refresh and filters with a custom search plugin
Hello Jacob, Applying any changes to the filtering criteria through the DataSource's filter method will result in UI change. You can try passing the extra filters through the transport.read.data option...
View ArticleKendo Grid handling create/delete errors with popup editor
Let's say I have two MVC controller actions. One is in the context of a popup and one is not (e.g., one is involved in a create or update and one is involved in a delete). Both controller actions make...
View Articleunable to build
Problem is connected with html5video plugin and strange thing is that nothing missing from log.This is a log as is.
View ArticleFont style not working for the first data in report
Hello Adit, Test setting the textBox.Style.Font.Name in a standard report created with the Report Designer. In case the issue persists, please open a new support ticket and provide us the problematic...
View ArticleVerification from two sources
Hello Yuriy, Yes, you are right this can be done using coded steps only. One thing that comes to my mind is that you can convert the extracted data to stings and afterwards compare those strings. You...
View ArticleHow do I get a specific field value from the selected row with a custom editor?
Hello ajith, A possible way to access the model object for a specific table row of a Kendo Grid is to use the dataItem method. I would suggest to find the row you want to modify using jQuery, access...
View ArticleRead Excel file in cloud code
Hi Sairaj, In the Cloud Code you have access to the JavaScript SDK of Backend Services and common JavaScript specifications. Thus said, there is not an out-of-the-box solution for reading XLS files...
View ArticleConnect to different database tables
Hi Christina, By design RadFileExplorer can work only with paths to files and folders placed inside the applciation's root directory. In order to implement the desired scenario you will need to...
View ArticleBinding Warning When Expand Nested Property - FieldIndicatorVisibility
Hi Joel, I am writing to inform you that I have replied you in the support ticket you opened. Best Regards, Stefan X1 Telerik Do you want to have your say when we set our development plans? Do you want...
View ArticlePrint File With Spreadsheet
Hello Dan Ove, In order to print a RadSpreadsheet, the control must be present in the visual tree. You could place the document in a panel with sizes 0x0 to prevent showing it to the user and measure...
View ArticleContextMenu dont display over the node
Hello, thank for you reply.no, iam not using any css style.here is the aspx, thanks in advance. <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Always"> <ContentTemplate>...
View ArticleGet elements ID
Thanks Damon,I have been looking everywhere for this life saver! Stephen
View Articletoolbar items won't show
Hello Phil, I prepared example which uses remote initial View but did not manage to reproduce the issue. Could you please check the attached files and let me know what I am missing. In order to run the...
View ArticleHow do I add Commands to dynamic created DockZones and Docks?
Hi Roxane, Most probably the issue stems from setting the ClientIDMode to Static, which is not supported by RadDock and I would not recommend using it with the rest of the Telerik controls as well. You...
View ArticleIncorrect rendering of wide RadComboBox
I see only two options for RenderingMode: Simple and Full. However when I set it to Simple it rendered the combo the right way. And I see from the page source it uses standard SELECT in that case....
View Article