Greetings Everyone
I am new in asp.net and i'm using RadControls for Asp.net Ajax now. I tried to follow the Asp.Net GridDemo - Insert/Update/Delete and it seems to be not all working pretty fine with me so i did few changes and turned out to be somehow doing well but the update button still not working...
I have this 2 tables tblUse...
Hi, it looks like nobody has posted on this.
I have a very typical set up, an ajax update panel is updated when a drop list of offices changes. Each form could have it's own values, for instance each store will have it's own list of employees. Here is where the fun begins. The form can be changed by the drop down (new office) or validat...
Hi
I am looking for any tutorial or document about how to use telerik asp.net ajax controls with asp.net mvc views
thanks
...
I am using telerik q1 2010 radcontrols. I want to show both Date and Time in RadDatePicker
. PLease suggest me what should I do.
...
Here is my code. I'm able to find Asp.net UserControl and play with attributes but I need to call specific method inside of it. Can anyone tell me how to do it?
var usercontrol = (UserControl)RadDockableObject1.FindControl("ControlName");
usercontrol.Visible = true;
usercontrol.MethodName();
...
I've been trying to solve a problem. I have a rather slow loading set of nested datarepeaters that take a couple minutes to fully render. I need to have a cancel button.
First I tried a simple updatepanel with a cancel button in an updateprogress that performed an abortPostBack. It would hide the updatepanel but wait until the datarepea...
How to change RadDockableObject position (index) on page load?
...
I have used the Telerik RadDock in the past, and although it's pretty good, it is a little bit clunky and bloated. One nice feature is the ability to save the state of a page (all dock locations, etc) in the database and recover them at a later date.
I'm wondering if there is a way in MVC and jQuery to save the state of the jQuery UI D...
Hi there.
Here is what I want to achieve:
I have RadGridView, let's call it gridView, with two columns - first contains ordinary text (GridViewDataColumn), second is a GridViewComboBoxColumn. Each row consist of property (first column) and possible values (displayed in comboBox in second column) which vary for each property. For example...
Hi,
I am using radgrid with rowcontextmenu. when i right click on a radgrid row and select edit option it will open a popup window. What i need is when i rightclick on a radgrid row, i just want to get the values of 3 columns for that particular selected row. For example, when i right click on a selected radgrid row i want to get custo...
Hello,
I'm using the Telerik RadWindow control in one of my applications. When a user wants to authorize Twitter for the application the window displays the OAuth dialog for Twitter.
However, each time I display the pop-up for Twitter OAuth, or even just the plain Twitter page, the entire browser is redirected.
The control works just ...
I've the Javascript code to do a confirmation before deletion of some records
function confirmDelete()
{
if(confirm('Delete all?'))
{
return true;
}
else
{
return false;
}
}
I've the button code here
<asp:Button ID="btnDelete" runat="server" onClientClick="return confirmDelete();" onClick="btnDelete_clic...
I have a Telerik RadGrid on my aspx web page. I notice that when I run my web application I get an extra space at the end as the below picture illustrates. I'm not sure why this shows up, I checked the markup and there is no extra column, hidden or otherwise, after the last column with the Drop link. I also looked at the RadGrid prope...
I have 2 libraries and one of them is a core library with some core persistent objects such as Person, Address, etc. I have another library which contains some different persistent objects that need to reference the core objects as well.
When I try to map them using Telerik Forward Mapping, I get a complaint that I am referencing a "No...
The documentation only shows how to bind to an IEnumerable (which uses linq to page and sort) ... but I need to go against a sproc because expressing the query I'm working on with linq is proving to be a bit slow.
Can anyone provide any guidelines or pointers on what's the best way to do this?
...
I have problem with building DNN portal which have TELERIK included.
Problem is bellow:
Error 107 Could not load type 'DNNMasters.CB.Telerik.WebControls.Spell.DialogHandler'. D:\DNN\DNN-5.4.04\DesktopModules\DNNMasters.CB.ArticleBrowser\RadControls\Spell\Telerik.Spell.DialogHandler.aspx 1
...
Hi All,
I am new to the Silverlight. ANd right now stuck with the one issue.
Before we are using Silverlight 3 and telerik silverlight controls version 2009.3....
Currently we want to upgrade our project to Silerlight 4 and telerik to 2010.1....
I am getting one issue regarding GridView. It is showing totally blank even in the collecti...
how can i change the height of textbox in telerik:combobox control,
this is the code i'm using
<telerik:RadComboBox ID="ifgcboSearch" runat="server" Width="430px" OnItemDataBound="ifgcboSearch_ItemDataBound"
Skin="Office2007" EnableLoadOnDemand="True" EnableVirtualScrolling="True" OnItemsRequested="ifg...
I am looking for some ASP.NET Ajax Controls (similar to those by Telerik) that, unlike those those by Telerik, still provide some level of functionality when the end user has javascript disabled. Does anybody know of any products like this?
...
Hi there,
I am trying to create a dashboard for Dynamics CRM 4.0 using the telerik silverlight rad controls and charts. what is the easiest/fastest way to link my project to CRM?
...