Add new/error handling with incell editing
Thanks is there a way to validate over an entire row? Right now I already have my validation set to required for all the fields, but when the user first clicks "Add new row" they aren't prompted to...
View ArticleIsCheckModeEnabled="True" is also on the GroupHeader?
Hi Eitan, Onto your questions: 1. The GroupCheckMode property of RadJumpList will take care of this. Set it to None and the group headers will not be selectable. 2. You can take advantage of the...
View ArticleMultiple grids how to hide all of them until page loads
Hello Chad,In this case you could hide the wrapper container in which the Grid is placed initially. E.g.#wrapper { display: none;} and then show it and resize the widget in the dataBound event...
View ArticleReport Designer - Choose an object is empty
HiI'm stuck.Here are my steps:1 Open Report Designer2. New Report; Pick tabular3. Choose a datasource > Add New Data Source... Pick Open Access Data Source... OK4. Choose data connection> (I add...
View ArticleRun in Simulator doesnt work
Hi Gisli, It seems that there were installation issues on your machine although I am not sure what caused them. I am happy to see that you managed to resolve them. In case you encounter such an issue...
View Articlea few questions on using the new TypeScript projects
Hi Adam, Thank you for sharing this with the community. Regards, Kaloyan Telerik Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work...
View ArticleSQL code works in vs2012 NOT in Telerik Reporting
Hi Andy, The attached TRDX file uses the stored procedure from your code snippet. The report settings can be previewed in the Standalone Designer of Telerik Reporting Q1 2015 SP1. Please check how SQL...
View ArticlePie Chart- Connect Lines overlaps the labels
Hello Avinash, The Chart item is obsolete and is no longer supported. The Graph item is used to create charts in Telerik Reporting. Note that currently there is no support for intelligent labels and...
View ArticleY axis label format
hi, please check attaches screen shot. as of now we are showing 148.75. instead of that we want to show 148.45means curently its shoiwng in decimal.we need to show in minutes. Please provide the fix...
View ArticleDefault DocumentTab Right Click menu
this menu have flowing items :- close - close all but this - close all-new horizontal tab group- new vertical tab group how to hide this list ??
View ArticleSome issues with working in the editor
Hi, Yes, jQuery adds some attributes to the body in order to fix issues with event handling matters in old browser. This is a feature of jQuery and cannot be prevented, moreover it actually provides...
View Articlehttp://demos.telerik.com/silverlight/ is not working
I'm using Windows 7. The error happens in Chrome Version 42.0.2311.135 m and in IE Version 11.0.9600.17728. I have Silverlight 64-bit Version 5.1.30514.0 installed. The error message is:Unhandled Error...
View ArticleGet value from sql database and bind to binary image..
Viktor thanks for the example you provided, but it is for a image stored on a disk, my image has been saved to a sql server database as mentioned above... "I have a table in sql server with a field...
View ArticlePromlem with adding a blank row.
HiThis is my code to bind data to a RadComboBox: With ddlFutureCode .Items.Clear() .Items.Add(New RadComboBoxItem("", 0)) .DataSource = l_ds.Tables(1) .DataTextField = "Name" .DataValueField = "Value"...
View ArticleLost focus on RadComboBox after change selected index
Hi Leonid, Combo has a collapse animation. Try to put small timeout to wait until it finishes:function onSelectedIndexChanging_cmbDep(sender, eventArgs) { setTimeout(function () {...
View ArticleProgrammatically Set Filters
Hi Peter, We will consider your feedback. Thank you for sharing the solution you came up with to the community. Regards, Dimitrina Telerik Do you want to have your say when we set our development...
View ArticleBasic Calendar binding issue
Hello Kyle, There are some elements that do not support styling in the current version of RadCalendar control, but we have provided an endpoint to access the native calendars and modify them as per...
View Articlebulleted list not working
For me, other only ' * ' bullet list is not supporting. others have no issue.* Asdasdasd * Asdasd * Asdasd * Adasddas
View ArticleSystem.Windows.Controls.TextBlock header on RadGridView
Hi Dave, I am sorry to hear you experience such an issue, it would be indeed strange that it only started occurring on one RadGridView. Generally, we are neither aware of such an issue, nor we had it...
View ArticleIssue using SeriesLegendSettings with ChartSeriesProvider
Hi, I tried the attached SeriesProviderWithLegend.When I run the example, the chart shows "No data to plot". However the legends displays Name1, Name2 and Name3 as expected.Any idea what could be...
View Article