Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
197 views
In a webapge, We have a RadTreeview in the left pane, on click of any of the Radtreeview node, we are displaying the corresponding node content in the Radgrid.We have implemented few functionalities on the left and right click of the tree node. Our application would be used by lot of users at a given point of time.

On few instances the tree view would stop working. On expanding tree node say Folder 8.0, throws an error saying  "error on callback" and also on click of node (Folder 8.0) it will not show the corresponding content in the Radgrid.

Finally the folder 8.0 becomes unusable and to make it to work, we need to reset an IIS.
This is happening on our production environment and doing an IISRESET on the server is not feasible at all times.

What is this error? could you please give us a solution for this kind of problem.?

Regards,
Deepak
Syed Shuja
Top achievements
Rank 1
 answered on 07 Jan 2014
1 answer
80 views
Hi
i want to hide filter if the grid is empty.
Shinu
Top achievements
Rank 2
 answered on 07 Jan 2014
7 answers
611 views
Currently have this code working however I would like to take it a step further especially in the grouping footer as it will sum the total.  We have columns that are returned as "Decimal" however they could either be currency or a percentage.  Is there anyway of way to check the number that is being returned to I can either perform a Sum or Avg?

All of my percentages are returned from the database as .### (ie .435).

Also can I create a "dynamic" total line when they group.  Just a simple "Totals for {0}",  ({0} is what they selected to group on and anyway of making just the group footer bold?
Protected Sub _SearchResults_ColumnCreated(sender As Object, e As Telerik.Web.UI.GridColumnCreatedEventArgs) Handles _SearchResults.ColumnCreated
        If e.Column.DataType.Name = "Decimal" Then
            CType(e.Column, Telerik.Web.UI.GridBoundColumn).DataFormatString = "{0:N2}"
            CType(e.Column, Telerik.Web.UI.GridBoundColumn).Groupable = True
 
            CType(e.Column, Telerik.Web.UI.GridBoundColumn).Aggregate = Telerik.Web.UI.GridAggregateFunction.Sum
            e.Column.ItemStyle.HorizontalAlign = HorizontalAlign.Right
        End If
 
        'Specify the location of the Images
        e.Column.FilterImageUrl = "../images/Grid/Filter.gif"
        e.Column.SortAscImageUrl = "../images/Grid/SortAsc.gif"
        e.Column.SortDescImageUrl = "../images/Grid/SortDesc.gif"
    End Sub
Kostadin
Telerik team
 answered on 07 Jan 2014
1 answer
355 views
I am using a GridHyperLinkColumn with an ImageUrl defined. This produces a column with an image as the hyperlink. I want to add an ALT or Title tag to the image so that the end-user will know what clicking the image will do. There does not appear to be an "alt" or "title" property for the GridHyperLinkColumn. I've tried using the "text" property, but it does not work. Also, using the "HeaderText" property is not an option as I have the headers blank for those columns. Below is a sample of my code:

<telerik:GridHyperLinkColumn
ItemStyle-Width="20px" 
UniqueName="EditStudent"
ImageUrl="~/Common_Images/icons/View_Student.gif"
HeaderText=""
DataNavigateUrlFields="UserId"
DataNavigateUrlFormatString="~/Secure/EditStudent.aspx?uid={0}"
AllowFiltering="False" />

The screen shot shows four columns, each a separate GridHyperLinkColumn. The "Student" column (obfuscated) is a standard GridBoundColumn.

Any help is appreciated....
Dave
Top achievements
Rank 1
 answered on 07 Jan 2014
4 answers
179 views
Hi,

I've added ShowContentDuringLoad="false" to my otherwise functional RadWindow (see below). Now the loading dialog is displayed but never goes away. I can see in Fiddler that the request completed successfully with a 200 response. Do you have any idea why this is happening? The window loads correctly if the ShowContentDuringLoad attribute is either set to true or removed.

Thanks,
Joe

--------------------------------
      <telerik:RadWindow ID="ViewRRDialog" runat="server" Title="View PDF Report"
        Height="550px" Width="800px" ReloadOnShow="true" Modal="true"
        Skin="WebBlue" VisibleStatusbar="false" ShowContentDuringLoad="false">
Marin Bratanov
Telerik team
 answered on 07 Jan 2014
2 answers
157 views
How do I used Biff Excel Export but hide/disable the footer row from being exported?

Thank you.
Nick
Top achievements
Rank 1
 answered on 07 Jan 2014
3 answers
109 views
Hi, on http://demos.telerik.com/aspnet-ajax/button/examples/overview/defaultcs.aspx the link under Functionality to Embedded icons seems to be correct, but you get redirected to the documentation page instead of the demo page. The same happens if you click the link at the bottom to the demos page on the documentation page.

Erik
Top achievements
Rank 2
 answered on 07 Jan 2014
1 answer
99 views
Hi. I use radwindow for delete process confirmation. My code like below:

<telerik:RadWindowManager runat="server" ID="RadWindowManager1" OnClientCommand="">
          <ConfirmTemplate>
            <div>
              <h3>Kayıt Silme Onayı</h3>
                <label style="margin:10px 0 10px 0;display:block;margin:20px;">Kaydı Silmek İstediÄŸinize Emin misiniz ?</label>
              <div style="float:right;">
                <asp:Button ID="btnYes" runat="server" Text="Evet" CssClass="button ino-button-edit" OnClick="btnYes_Clcik" />
                <asp:Button ID="btnNo" runat="server" Text="Hayır" CssClass="button ino-button-delete-red" />
              </div>
              <div style="clear:both;"></div>
            </div>
          </ConfirmTemplate>
       </telerik:RadWindowManager>

When I click yes button I want delete the record. But yes button click does not fire. How can I achieve this.Thanks in advance.
Marin Bratanov
Telerik team
 answered on 07 Jan 2014
1 answer
102 views
Hi
please help im using GridClientDeleteColumn to delete my rows . It removes the row but not from database.
Princy
Top achievements
Rank 2
 answered on 07 Jan 2014
1 answer
87 views
Hi,

When i try to open a RADWindow on one of the image/button click i am getting the following error "SCRIPT5007: Unable to get property 'open' of undefined or null reference Telerik.Web.UI.WebResource.axd,". This issue occurs in IE10. The application works fine in other browsers like IE9,8,7,6, Firefox.

Thanks,
Venkatesh Santhanam
Marin Bratanov
Telerik team
 answered on 07 Jan 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?