Tagged Questions
RadControls is a suite of UI controls (buttons, grids, menus, charts, windows, input controls, etc.) created by Telerik. There are version of the suite for Silverlight, ASP.Net, WPF, WinForms and Windows Phone.
3
votes
2answers
80 views
CSS Dropping For Certain Controls
We have a pretty complex application design with a bunch of telerik controls. Every now and then, we get issues where the associated CSS to a file are lost, and the controls are not styled. So for ...
2
votes
1answer
375 views
How to find the DataKeyValue from RadTreeList UpdateCommand?
How on earth do I find the DataKey when I'm doing an update? I've tried everything...
Private Sub rtlAccounts_UpdateCommand(ByVal sender As Object, ByVal e As ...
1
vote
1answer
24 views
RootVisual is null when returning from Tombstoning?
Hi I just found out that my application was crashing when returning from tombstoning. I was able to target the problem here inside the constructor of my page:
RadPhoneApplicationFrame frame = ...
1
vote
1answer
57 views
Trying to get some byte array from a helper function in to an attribute
I am trying to get some binary data in to the "DataValue" attribute as in the below control.
<telerik:RadBinaryImage runat="server" ID="RadBinaryImage1" AutoAdjustImageControlSize="false"
...
1
vote
0answers
65 views
Adding Items to Telerik RadContextMenu showing transparent background
Following is the javascript code where I am adding few items in existing rad context menu i.e. RadMenu1.
There are few items already in it and I am adding few more items dynamically in javascript
...
1
vote
1answer
72 views
CurrentPageText changed by using C# code in RadDataPager
I want to chance CurrentPageText text property by using c# code. i am using
<telerik:RadDataPager ID="RadDataPager3" runat="server" PagedControlID="RadListView1"
...
1
vote
1answer
173 views
Can't find equivalent RadControl *.dll files in latest RadControl release
I'm upgrading a very old version of RadControl *.dll files--not sure what version these *.dll files are from. Were all of these *.dll files (listed below) combined into a single *.dll file in the ...
1
vote
5answers
287 views
Object reference not set to an instance of an object error
I have Default.aspx and Upload.aspx.
I'm passing Id through query string to default.aspx(like:http://localhost:3081/default.aspx?Id=1752).In default page i have a link button to open the upload.aspx ...
1
vote
2answers
221 views
Telerik Captcha control validation
I am using Telerik captcha control without textbox and now i want to validate this with my own textbox value.
my code is this
<telerik:RadCaptcha ID="RadCaptcha" runat="server" ...
1
vote
1answer
642 views
RadComboBox EmptyMessage not showing on initial load
For some reason my RadComboBox "EmptyMessage" is not showing on the initial load of the page but it does after I focus and blur out of the control. How can I force my "EmptyMessage" to show by ...
1
vote
2answers
547 views
please help me with rad controls in sharepoint
I want to use rad editor in sharepoint
I have tried to install tellerik controls in sharepoint and i am getting this error
"Could not load file or assembly 'Telerik.Web.UI\,' or one of its ...
1
vote
3answers
4k views
Radpanelbar collapse/expand issue
Guys, I am having an issue with Telerik's RadPanelBar control. I have the Q1 2009 version of the controls. I have the follow ASP.NET code:
<telerik:RadPanelBar Width="297px" ID="RadPanelBar1" ...
0
votes
2answers
43 views
How to add images in a radbutton in winforms?
I am currently using vb.net in Visual Studio 2010 and am using radbuttons for winforms.
How can I have a button which has an image on the left part and a text on the right?
I can't find the right ...
0
votes
1answer
34 views
Telerik RadDock - ViewStateById
I'm developing a website that has a homepage with several RadDocks where users can select particular controls they want to be displayed and they can arrange it how the like.
I was getting lots of ...
0
votes
1answer
56 views
Telerik rabcombobox - How to set an image for loading comboboxes
Given the following example: http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx
I would like to add a small spinning .gif in front of the ...
0
votes
2answers
96 views
Unable to drag and drop telerik components on windows forms
I am trying to drag and drop Telerik RadGridView on my windows form. But instead of showing on the form(in designer view), it shows the control just below the designer i.e. the area where some of the ...
0
votes
0answers
148 views
radcombobox is not showing popup when postback occurs
I'm using radGrid and a xmlhttppanel,with in the xmlhttppanel i have some grids(to display project details) and a raddatetimepicker,radcombobox.When i login,the main grid displays all projects and ...
0
votes
3answers
231 views
Scrolling Frames for iPad
I am developing a web application that is going to be both IE9/HTML5 compatible and work on the iPad. The issue I'm running into is that I can't seem to get frames to scroll correctly (or at all) on ...
0
votes
0answers
58 views
image source overriding when using in codebehind
CodeBehind
protected void DetailsView1_DataBound(object sender, EventArgs e)
{
if (DetailsView1.CurrentMode == DetailsViewMode.Edit)
{
Image ...
0
votes
0answers
38 views
RadRotator with pagination?
I want to use radrotator with pagination which means I have to rotate three images automatically, on every image rotation the pagination with numbers 1,2,3 have to selected for respective images..I ...
0
votes
1answer
51 views
double clicking Visual Studio 2008 compilation errors does not take me to source file
Today, I compiled the Telerik RadControls ASP.NET AJAX "Live Demos" project (which I compiled several times last week and worked) in Visual Studio 2008. I made some unique changes to the solution ...
0
votes
1answer
183 views
Telerik “Live Demos” solution - connection strings & database setup
Looking for a person who's setup the Telerik Rad Controls for ASP.NET AJAX Live Demos project before... I recently downloaded the Telerik Rad Controls for ASP.NET AJAX framework. I'm in the process ...
0
votes
1answer
151 views
RadControls for ASP.NET AJAX upgrade - 'Telerik.Web.UI.RadTreeNodeEventArgs' … errors
Distinct error:
'Telerik.Web.UI.RadTreeNodeEventArgs' does not contain a definition for 'SourceDragNode' and no extension method 'SourceDragNode' accepting a first argument of type ...
0
votes
1answer
50 views
RadControls for ASP.NET AJAX upgrade - The name 'ExpandMode' does not exist in the current context
Distinct error:
The name 'ExpandMode' does not exist in the current context
Code:
protected void Page_Load(object sender, EventArgs e)
{
if (!this.IsPostBack && ...
0
votes
1answer
107 views
RadControls for ASP.NET AJAX upgrade - 'IsCallBack' and 'AutoPostBack' properties not found for Telerik.Web.UI classes
Distinct error:
'Telerik.Web.UI.RadTreeView' does not contain a definition for 'IsCallBack' and no extension method 'IsCallBack' accepting a first argument of type 'Telerik.Web.UI.RadTreeView' could ...
0
votes
2answers
797 views
How can I upload a file using AsyncFileUpload and save the bytes in database?
I'm using radAsyncFileUpload to upload a file. I want to save the file contents in a database as bytes. Here's my code so far:
protected void DetailsView1_ItemInserting(object sender, ...
0
votes
1answer
118 views
how to download binary data from RadGridAttachmentColumn?
My code
protected void grdFiles_ItemCommand(object source, GridCommandEventArgs e)
{
if (e.CommandName == RadGrid.DownloadAttachmentCommandName)
{
...
0
votes
1answer
38 views
getting error while Inserting data while using RadControls
Error:
Unable to update the EntitySet 'ClientFeedBack' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the ...
0
votes
0answers
56 views
Telerik Docking: How to disable animation for pane when IsPinned=false
I am using Telerik Docking Control 2010.3.1314.35. I have set IsPinned=False in docking RadPane, but after loading it is showing animation and then hiding it. Is there any way I can disable this ...
0
votes
0answers
54 views
How to Create a aspx forms in RadTabstrip controls
i have asp.net web-application in that i use the rad-controls ,in that i have create a RadTabstrip controls.How can i create a aspx pages in radtabstrip controls to bind the data when i click a tabs..
...
0
votes
0answers
106 views
RadControls Javascript Error causing RadUpload to not render
We have a RadUpload control on a DNN page which has been working fine until we upgraded the Telerik Rad Asp.net controls to 2010.3.
This problem only seems to occur in IE.
The error is: ...
0
votes
1answer
95 views
Converting .NET AJAX to MVC/Learning — Is it possible to achieve this functionality without breaking the MVC paradigm?
I am trying to replicate the following functionality in MVC, I have it working for AJAX:
User drag-and-drops an item onto the page.
OnDropped a new control is created and attached to the page. The ...
0
votes
1answer
343 views
Get text value in a RadRichTextBox
I have a RadRichTextBox in my Silverlight project which is setup to use basic formatting. Quite frankly I am just using it instead of Textbox in order to take advantage of the Spellchecker feature.
...
0
votes
1answer
89 views
How do I hide the border in a RadControls for Winforms RadScrollablePanel
I have a RadScrollablePanel that I want to hide the border. You'd think that:
RadScrollablePanel1.PanelContainer.BorderStyle = BorderStyle.None;
would work, but it doesnt. Please help!
0
votes
0answers
283 views
Modify the Telerik RadDock Header Template
I need to modify the header template of the Telerik Raddock in code so that it displays a toolbar underneath the docks top row.
I've tried various attempts at adding it into the content container but ...
0
votes
1answer
146 views
TreeList RadControl : No records to display
As I have to test some RadControls components for my company, I'm currently working on the TreeList control. Even if I only try to do basic stuff (populate the control with a database query) It ...
0
votes
0answers
301 views
Binding sitemap data programmatically via XMLDataSource
I'm trying to populate a RadPanelBar programmatically from an XmlDataSource defined in my C# code (i.e. not from an actual XML file), that copies nodes over from a SiteMapDataSource. I'm doing this ...
0
votes
1answer
151 views
Add row in RadGridview control
I'm using RadDatagridview control, it has 3 columns, the first one is Combobox column.
I need to add new rows using Rows.Add() method in Raggridview as the following:
...
0
votes
1answer
415 views
RadTreeViewItem, MVVM, and Click events
I'm having trouble getting a click event or mouse down event to fire on a RadTreeViewItem in the ViewModel. What syntax should I be using? This is the relevant XAML below:
...
0
votes
0answers
474 views
How to get image path in code behind using radcontrols in asp.net Ajax
I have develop a small asp.net Ajax application in this i am using Radgrid,it is working fine but i want to know the image path when i upload a image it will store into data base as binary formate.i ...
0
votes
1answer
650 views
how to insert a record into database using RadControls for ASP.NET AJAX
i have dovelop a small application in asp.net in this i am using RadControls for ASP.NET AJAX telrik when i try to insert a record it doesn't insert to database but it working select command anybody ...
0
votes
1answer
180 views
Problem with rad controls in ASP.NET AJAX in designer view [closed]
can any one help me getting an error like this:
PostError Creating Control
RadTabStrip1Failed to create designer 'Telerik.Web.UI.RadTabStrip, Telerik.Web.UI, Version=2010.1.415.35, Culture=neutral, ...
0
votes
2answers
272 views
why Rad Controls Design is not visible at design time in my solution?
I installed Rad Controls. Using that controls, I designed my application pages. At design time, the design is not visible. It shows the following error:
RadTabStrip1Failed to create designer ...
0
votes
1answer
146 views
change property of rad controls in form
How can I access a property of rad controls in my form. something like code bellow
foreach (Control ctrl in this.Controls)
{
RadControl rc = ctrl as RadControl;
if (rc != null)
{
...
0
votes
3answers
653 views
Javascript from Telerik RAD Controls
So I want to call a javascript function when I click on a telerik control.
<telerik:RadDatePicker Width="110" ID="rdpFromDate" runat="server" AutoPostBack="false" ...
0
votes
3answers
8k views
RadGrid not firing postback on ItemCommand events
I'm currently evaluating some RAD controls from Telerik, just right now I'm experimenting with the RadGrid.
So I have my grid control and enabled client-side binding for having Ajax support. I ...
0
votes
2answers
2k views
Radgrid and RadFormDecorator
I have an ASP.NET application using the Telerik Q1 2009 controls. I have a masterpage, which has a FormDecorator control in the master page. In my ASPX page, I have a RadGrid, with the following ...
0
votes
4answers
2k views
Upgrading Telerik RAD Controls for ASP.NET
Can someone tell me how I go about upgrading the Telerik ASP.NET controls? I am currently using the Q3 2008 release and I just recently bought the Q1 2009 SP1 release. How do I upgrade my projects? Do ...
0
votes
2answers
2k views
How do I change the maximum Upload File Size for the Document Manager in a Telerik RAD Controls RADEditor/WYSIWYG control?
I'm using the Telerik RAD Controls RADEditor/WYSIWYG control as part of a Dynamic Data solution.
I would like to be able to upload files using the Document Manager of this control.
However, these ...