Telerik Forums
UI for ASP.NET AJAX Forum
18 answers
2.3K+ views
I was getting this error with a skeleton .NET 2.0 AJAX web project and one skeleton Telerik Control (Q3 2008). It was driving me nuts since the file was on the server and the right size.

All I did was re-upload the Telerik.Web.UI.dll file to the bin directory on the server.

Hope this saves someone lots of headache in the future.

Srihari
Top achievements
Rank 1
 answered on 21 Jan 2011
1 answer
71 views
How to obtain cell values of template columns in RadGrid to insert that value in SQL database.
Can anyone have sample code for that. Please help.
Shinu
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
66 views
hi

I am able to change the skin color of the header but not the pager. What am i doing wrong? Thanks

<style type="text/css">
    .RadGrid_Office2007 th.rgHeader
    {
        background-image: none;
        background-color: #f3610b;
    }
     .RadGrid_Office2007 rgPager
    {
        background-image: none;
        background-color: #f3610b;
    }
</style>
Princy
Top achievements
Rank 2
 answered on 21 Jan 2011
2 answers
81 views
I currently have an GridTemplateColumn-Button for edit and Gridbuttoncolumn as for delete.
How do I make them enabled only when the row's been selected in clientside?
James Shelton Agar
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
182 views
Hi.
I am using teh Rad Grid control .
When i do a Select All (clint side) then all the items in the current page are getting checked.
 I want to check all the rows in the entire grid across pagination once I do a Select All.
Any help?
Server side / clent side solution for this stuff will be highly appreciated..
For Example( Lets assume i have 10000 records in the grid, with 10 pages,,when i do a "select all" i wanna be able to check all the 10000 records).

Thanks in Advance.
Princy
Top achievements
Rank 2
 answered on 21 Jan 2011
1 answer
680 views
Hi;
We have implemented the RadTabStrip but we need to change the background color when user has selected the tab.
We have tried using "SelectedCssClass" but it does not change the complete background.
Can you please Tell how we can able to change this.
We require this ASAP.
Shinu
Top achievements
Rank 2
 answered on 21 Jan 2011
2 answers
111 views
Hi,

I feel this is more of an Ajax issue but I am not sure so posting it in this forum anyways.

I have a RadTabStrip control with 4 tabs in a asp.net page. In these tabs, I have different user controls placed. I am not adding the user controls dynamically; they are on the page when the page loads so I am not giving them any dynamic ID at runtime.

When any events fire from grids / other controls which are in these user controls and which in turn update the grids on the main page, I cannot see the Loading Panel, although the page updates correctly.

This page uses RadAjaxManagerProxy for AjaxSettings, since the master page from where this child page is inherited, contains the RadAjaxManager. The RadAjaxManagerProxy does not give me client events like OnRequestStart and OnResponseEnd.

I have placed the entire RadTabStrip in an asp:panel control, and the multipages also in asp:panel and div controls in the page design. I also tried placing the usercontrols in asp:panels and then giving those panel IDs in "updated controls" (instead of the entire panel) in the Ajax Settings, . Either way, the functionality is working but without the Loading Panel

Please suggest how should I place the user controls and how should I set the controlID and UpdatedControls in the page since most of the controls depend on each other at runtime,

Thanks in advance,
Kunal Vora
Brad H
Top achievements
Rank 2
 answered on 21 Jan 2011
4 answers
225 views
Ok,  I have an aspx page with a tabstrip and multipage in it.  There are 3 tabs,  on the second tab there is a radgrid (rgManage).  When this tab is clicked I need to refresh the grid.

protected void radtabCallInOrder_Click(object sender, RadTabStripEventArgs e)
{
      if (e.Tab.Text == "Order Items")
      {
         RadGrid rgManage = (RadGrid)Page.Master.FindControl("ContentPlaceHolder1").FindControl("radmultipageCallInOrder").FindControl("rgManage");
  
         if (rgManage != null)
         {
             rgManage.Rebind();
         }
      }
   
  }

I can find the multipage control, but how do I find the radgrid which is in the PageView of the multipage?  The above does not work but it is where I am at.
Brad H
Top achievements
Rank 2
 answered on 21 Jan 2011
0 answers
36 views
I got the answer sorry, realized that the selected index was set to 1 and tab was not selected by default.
dotnetshar net
Top achievements
Rank 1
 asked on 21 Jan 2011
3 answers
95 views
Hi,
I am using a spline chart series type to display a set of user generated values. In my example these values are (1:10, 2:11, 3:17, 30:35). The values are plotted correctly and using the point chart series type there is no problem, however when using the spline type the line doubles back on itself which is not how I would expect the chart to behave. This is not acceptable for our intents and purposes as the x axis represents a clients age and as it is impossible for them to get younger and then older again this misrepresents the data.

Is this a known issue and is there a fix or is it working as intended? Any solutions to this problem would be very welcome.

Cheers
Zero Gravity Chimp
Top achievements
Rank 2
 answered on 21 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?