Disable Add New button of RadGrid when no data is selected from RadCombox...
@Eyup Thank you for the reply Please let me know where to place the below code ?Please note that I am very new in Telerik so If my questions are senseless please try to guide me in right way.My...
View ArticleReport does not fit in print preview or on Pdf export.
Hello JET, A possible solution is to prepare two different reports - one for printing and another one for viewing in a report viewer. Another solution is to adjust the PageSettings Properties of the...
View ArticleCompanion app android version
Hi! I'm currently developing an Ionic app and is using AppBuilder and the AppBuilder companion app via the Visual Studio plugin to test my app on different devices and in the future deploy via the...
View ArticleTab click in Kendo editor
Hello Raj,This behavior is by design. The tab key is used to switch between widgets on the page. Since there are no tab positions in HTML (like in Word), we do not insert such into the markup. Regards,...
View ArticleHow to remove the red border and button on RadMaskedInput
Hello Rafael, The blue border that you see is visual indication of MaskedInput control being Focused. You might disable it if you explicitly set the Focusable property of the control to False....
View ArticleGlobalization on Kendo grid
Hello Laurent, In general, the globalization process of the project includes so called internationalization and localization. The Kendo culture script that you are adding ("fr-BE") covers the...
View ArticleRadEditor Export to PDF with page numbers
Hi Prathap, With the RadEditor's built-in PDF engine adding page numbers is not possible. However, you could be able to programmatically implement a solution by processing the output via PdfProcessing...
View ArticleThe control DataSource(or DataSourceID) is not set.
Hi, I try to Bind an RadAutoCompleteBox with a Dictionnary, but I have this error message when the page is loaded and I tap a letter into the RadAutoCompleteBox => "The control DataSource(or...
View ArticleDisable GPS
Hi,Would be great to be able to disable GPS altogether so that it errors, the same way android devices do when trying to access geolocation functionality.Brett
View ArticlePost To .NET WebMethod ScriptMethod throws Javascript error
Hi, I'm trying to fetch some json data from a .NET WebMethod (ScriptMethod) via a HTTP POST using a kendo.data.DataSource. I was able to trigger the .NET WebMethod and json data is returned. However, a...
View ArticleGetting The Original Time/New Time Of An Appointment
Hi Could I possibly move this thread to a support ticket? I'm not sure if I'm going to get an answer here. No problem if not.
View ArticleMultiple Panels
Hi Wayne, We usually provide internal builds on a weekly basis, so you can expect a new one this or next week. I can't specify a build number, because it depends on the build date. You can find more...
View ArticleI can't get the legend to show up on RadCartesianChart
Hello Bruno, Thank you for the code snippets. Based on them I created a small example, but I was not able to reproduce the reported behavior. The legend is displayed correctly. Can you please take a...
View ArticleInline editing nullable foreign key
In my model I have a nullable foreign key (DocumentCausalID) and the foreign object (DocumentCausal).I'm using the default "GridForeignKey" editor template to choose the value using the...
View ArticleVery special chart
Hello Mathias,This is not on our current roadmap, but you can submit this as a feature request on UserVoice, so that it is considered for implementation in a future release. Regards, Alex Gyoshev...
View ArticleRadGridView with ComboBox
Hello, Would you please share some more details on how have you defined the template with ComboBox? Would you ensure you have not placed RadGridView in a control which measures it with infinity (i.e....
View ArticleDisable the resizing of columns (splitter)
Hey there, I am browsing the properties/methods of the property grid for a while because I want to disable the resizing of the columns in the property grid. Something similar to...
View Articleusing OR , AND in If statement
Hi Cody,Thank you for the reply. I will then use coded step for everything.However, I do not completely agree that including this feature would reduce the testing efficiency because it is not always...
View Articleloading existing tree data on-demand and on page load
Hello, There are two possible approaches:Include the "expanded" and "selected" fields in the returned items with the value set to true for the nodes that should be expanded and selected.Use the...
View ArticleMinimize window on startup
Hi I've kind of got this working at the moment but badly, e.g. onActivate = (e: any) => { if (this.minimiseOnStartup) { setTimeout(this.Minimise, 1); }...
View Article