Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
162 views
I have tried all of the options that I can find on the forums but still can't get this to work right in my production environment.

Dev workstation is Windows 7.

Production is Windows 2003 Server.

Web.Config
<system.web>
  <httpHandlers>
    <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
  </httpHandlers>
</system.web>

<system.webserver>
  <handlers>
    <add name="ChartImage_axd" verb="*" preCondition="integratedMode" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" />
...
  </handlers>
</system.webserver>

These were added by the Smart Tag.

.ASPX Page
<rad:radchart ID="ticketCountChart" runat="server" DataSourceID="ticketCountChartODS" Height="600px" Skin="Office2007" Width="800px" Visible="False" UseSession="False">
...
</rad:radchart>

~/Temp folder exists and ASPNET has Write permissions.

What am I missing on the production server?
Vladimir Milev
Telerik team
 answered on 08 Mar 2010
1 answer
291 views
I don't see in the documentation a client-side method to update the Tooltip property of the RadTextBox. Is there a way to do this? I'm not using the RadToolTipManager in this case. I was hoping for something along the lines of:

myRadTextBox.set_tooltip("myToolTipString");

Similar to setting the value (set_value("")). Any thoughts?

Thanks,
Tye
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2010
1 answer
95 views
I have a 2 x 2 table and I am trying to increase the width of one of the cells.

When I am doing so, then the adjacent cells increases in the length as well.

Do you why this is the case?

I am using IE8 on MOSS2007 and RadControls for ASP.NET AJAX.

Thank you,
Alkis
Stanimir
Telerik team
 answered on 08 Mar 2010
1 answer
97 views
I'm the newest newbie on the block, and I've yet to figure out what info is where.

I'm trying to set up a two-level RadGrid based upon related tables, and I can't get the relationship to work.

Can anyone point me to a simple "How-To" article on this?

Tia
Nikolay Rusev
Telerik team
 answered on 08 Mar 2010
1 answer
102 views
Hi

I am using client side binging to bind to a serialized collection of objects.
I can debug and see that the item on an object ini the collection is being return correctly as zero - however the column remains blank??
I have set the property  convertemptystringtonull = false, but zeros do not get displayed - am I missing something?

thanks..
Nikolay Rusev
Telerik team
 answered on 08 Mar 2010
1 answer
99 views
hi

I have this unique problem that after i execute this code: it would automatically redirect to the login page which i do not want.
But before i place the delete directory code it was working fine, no redirection, just like a normal delete row operation you would see in page with radgrid. What is causing the redirection after delete? It is strange.

I have also set to automatic delete to true.

 <telerik:GridButtonColumn CommandName="Delete" HeaderText="Delete"
            Text="Delete" UniqueName="column1" ConfirmText="Are you sure?"
            ConfirmTitle="Confirm">
        </telerik:GridButtonColumn>

Protected Sub RadGrid1_DeleteCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.DeleteCommand
        Dim item As GridDataItem = DirectCast(e.Item, GridDataItem)
        Dim str As String = item("Document_ID").Text
        Dim filepath As String = item("Document_Path").Text.Substring(5, 40)
        Directory.Delete(Server.MapPath(filepath), True)
    End Sub

Princy
Top achievements
Rank 2
 answered on 08 Mar 2010
7 answers
238 views
Hi!
I would like to know how I can localize the Increase/Decrease tooltip in the
RadGrid paging slider.
Regards
Christian
Yavor
Telerik team
 answered on 08 Mar 2010
1 answer
90 views

Could not load file or assembly 'Telerik.Web.UI, Version=2008.2.826.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Shinu
Top achievements
Rank 2
 answered on 08 Mar 2010
1 answer
117 views
Hi,

If we enable Multiple Row selection the RadGrid, then while using Keyboard, every checkbox gets a focus during traversing using keyboard. So, if I want to select 4 records out of 100, I need to press keyboard key 100 times to get focus out of RadGrid.

Is there any way to exit out of the radGrid using Keyboard once I've done my selection?

Thanks in advance.

Best regards,
Veenu Munjal
Shinu
Top achievements
Rank 2
 answered on 08 Mar 2010
3 answers
604 views
Hi
I have a grid control on a page and wanted to use a different page (with data entry form) as user control for inserting and updating Data.
and i got this error, anyone can help..

Type 'ASP.addme_aspx' does not inherit from 'System.Web.UI.UserControl'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Type 'ASP.addme_aspx' does not inherit from 'System.Web.UI.UserControl'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Type 'ASP.addme_aspx' does not inherit from 'System.Web.UI.UserControl'.]
   System.Web.UI.Util.CheckAssignableType(Type baseType, Type type) +8680560
   System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) +75
   System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +74
   System.Web.UI.TemplateControl.LoadControl(String virtualPath) +26
   Telerik.Web.UI.GridEditFormItem.InitializeUserControlForm(GridColumn[] columns, ControlCollection controls, GridEditFormSettings formSettings) +75
   Telerik.Web.UI.GridEditFormItem.InitializeEditForm(GridColumn[] columns) +3468
   Telerik.Web.UI.GridEditFormInsertItem.InitializeEditForm(GridColumn[] columns) +16
   Telerik.Web.UI.GridEditFormItem.Initialize(GridColumn[] columns) +227
   Telerik.Web.UI.GridEditFormItem.SetupItem(Boolean dataBind, Object dataItem, GridColumn[] columns, ControlCollection rows) +192
   Telerik.Web.UI.GridTableView.CreateInsertItem(Boolean useDataSource, GridEnumerableBase resolvedDataSource, ControlCollection rows) +308
   Telerik.Web.UI.GridTableView.CreateTopInsertItem(Boolean useDataSource, GridEnumerableBase resolvedDataSource, GridTHead tHead) +50
   Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) +988
   Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) +495
   System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +57
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +114
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +31
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
   Telerik.Web.UI.GridTableView.PerformSelect() +4
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
   Telerik.Web.UI.GridTableView.DataBind() +221
   Telerik.Web.UI.GridTableView.Rebind() +48
   Telerik.Web.UI.GridTableView.InsertItem(IDictionary newValues) +147
   Telerik.Web.UI.GridTableView.InsertItem() +12
   Telerik.Web.UI.GridCommandEventArgs.ExecuteCommand(Object source) +2710
   Telerik.Web.UI.RadGrid.OnBubbleEvent(Object source, EventArgs e) +134
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
   Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e) +38
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
   Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e) +115
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
   System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +118
   System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +135
   System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Princy
Top achievements
Rank 2
 answered on 08 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?