Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
115 views
<telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" ConfirmText=""
  ConfirmTitle="" ConfirmDialogType="RadWindow" UniqueName="delete_notification" 
    ImageUrl="Images/DeleteRedResized.png" ShowSortIcon="false" SortExpression="">
   <HeaderStyle HorizontalAlign="Center" VerticalAlign="Top" Width="4%" />
      <ItemStyle HorizontalAlign="Center" VerticalAlign="Top" Width="4%" />
        </telerik:GridButtonColumn>

I have a grid button column in my grid. I have delete button in this. My Image for the delete button is not displayed for some reason. cant figure put why. i have set enable theamiing to false.

I am attaching the screenshot.

thankyou
Jayesh Goyani
Top achievements
Rank 2
 answered on 07 Sep 2012
0 answers
252 views
HI, I'm using your radwindowmanager, and it throws this error, radopen is not defined,

I;ve tried everything the code is really simple so why I have this error?

I'm sending you the aspx file to see what I'm doing is really really simple. weird thing I have a very similar code on a running application and it works fine,

thanks
Rapitoloco
Top achievements
Rank 1
 asked on 07 Sep 2012
0 answers
132 views
Hi,

I have a RadAsyncUpload in a Jquery dialog.

When I click on the control no action is performed in Chrome and Firefox but it is working in IE.

I have added the below code snippet and tried but no success.

        Telerik.Web.UI.RadAsyncUpload.prototype._updateFormProperties = function (form)
    {
        if (form)
        {
            form.enctype = form.encoding = "multipart/form-data";
        }
    }

Is there a workaround for this?

Thanks,
Srini


Sri
Top achievements
Rank 1
 asked on 07 Sep 2012
3 answers
286 views
Hi

Can anyone tell me if it is possible to save the org chart to a PDF document?

Cheers
Cliff
Peter Filipov
Telerik team
 answered on 07 Sep 2012
2 answers
70 views
Hi all,

The WPF Rad TreeView has a property called 'IsSingleExpandPath' to force a treeview to only open one path at a time. If you open a node on a new path, all the other nodes that are on a different path will be closed.
Is there a similar feature for the ASP TreeView without doing messy things in javascript?

Erik
Erik
Top achievements
Rank 2
 answered on 07 Sep 2012
3 answers
257 views
Hi,
I found rad window manager "Alert, Prompt, Confirm" windows are very useful.
I read the below features of rad window manager : 
Here are the main RadWindowManager's dialogs advantages:
  • Full customization of the window look to blend into the design of the site, thus increasing usability.
  • Control the initial size of the popup by providing width and height as extra parameters.
  • Richer user experience by using HTML content for the dialogs.

I wonder how I can customize the radalert content for example. 

I want the OK button be at the center of the window and I want to change the background and the text color and so on.

kindly help me to do that and suggest any useful articles.

regards,
Mohammed
Top achievements
Rank 2
 answered on 07 Sep 2012
4 answers
218 views
Dear Team,

I've a custom validator that showing a rad alert using window manager.
the problem is the custom validator is fired twice some times so it make two rad alert.
how can i detect if the rad window is already opened or closed ? 

when i use rad window i can do that by using this method isClosed()

regards,
Mohammed
Top achievements
Rank 2
 answered on 07 Sep 2012
4 answers
72 views

Hello
I am new to telerik controls and new to the company I am working for. I have asked to fix some telerik control updates

  1. First one is tooltip is needed to be clicked twice to open for the first time
  2. and the second one is It always points to the previously selected row.

I am attaching the pics to be more clear

On .aspx
  
 <telerik:RadToolTip runat="server" ID="plRadToolTip" Skin="AlSkin" EnableEmbeddedSkins="false" EnableShadow="false"
        Position="MiddleLeft" ShowEvent="OnClick" HideEvent="ManualClose" RelativeTo="Element">
        <div id="divPLToolTipDiv1" runat="server">
            <div class="plToolTipDiv2">
                <div class="plToolTipTitleDiv" id="divPLToolTipTitle">
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipSearchKB">
                    <a id="aPLToolTipSearchKB" runat="server"><span id="spnPLToolTipSearchKBText" runat="server">
                    </span></a>
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipDocumentation">
                    <a id="aPLToolTipDocumentation" runat="server"><span id="spnPLToolTipDocumentationText"
                        runat="server"></span></a>
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipAddIncident">
                    <a id="aPLToolTipAddIncident" runat="server"><span id="spnPLToolTipAddAnIncidentText"
                        runat="server"></span></a>
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipDownloadPatches">
                    <a id="aPLToolTipDownloadPatches" runat="server"><span id="spnPLToolTipDownloadPatchesText"
                        runat="server"></span></a>
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipUpdateMyProductLine">
                    <a id="aPLToolTipUpdateMyProductLine" runat="server"><span id="spnPLToolTipUpdateMyProductLineText"
                        runat="server"></span></a>
                </div>
                <div class="plToolTipLinkDiv" id="divPLToolTipUpdateMyProductLines">
                    <a id="aPLToolTipUpdateMyProductLines" runat="server"><span id="spnPLToolTipUpdateMyProductLinesText"
                        runat="server"></span></a>
                </div>
            </div>
        </div>
    </telerik:RadToolTip>
Javascipt used
  
 function ShowProductLineToolTip(target_id, title, product_line_id, category_id, doc_page_to_show, show_kb, show_doc, show_ai, show_dlp, show_umpl, show_umpls) {
      var toolTip = $find("plRadToolTip");
I really appreciate any kind of help.. I am totally lost here.

Thanks
Newbie
Top achievements
Rank 1
 answered on 07 Sep 2012
5 answers
482 views
I am struggling to figure out how to open a radwindow from my vb codebehind... I was able to get my window to open correctly by setting up an onclientclick event for a hyperlink but this is not what I want to do.  I want to handle the serverside onclick event for a link button so that I can do some server side validation and then if the validation passes I will open the popup.  Currently the code below is generating a jscript error "Object doesn't support this property or method".  The weird thing is that this exact same javascript executed successfully when it was called from a hyperlink onclientclick event and that is why I am confused?  Any thoughts?

    Protected Sub lbSchedApt_Click(ByVal sender As ObjectByVal e As System.EventArgs) Handles lbSchedApt.Click 
 
        Dim jScript As String = [String].Format("openNewWindow('{0}', '{1}');", schedQID, ddlEvaluators.SelectedValue) 
        Page.ClientScript.RegisterStartupScript(Me.GetType(), "ClientScript", jScript, True
 
    End Sub 


        function openNewWindow(schedQueueID, evaluatorID) { 
            window.radopen("ScheduleAppointment.aspx?ScheduleQueueID=" + schedQueueID + "&EvaluatorID=" + evaluatorID, "SchedAppt"); 
            return false
        } 


<asp:linkbutton ID="lbSchedApt" runat="server">Make Appointment</asp:linkbutton> 




This is the  oldcode that executed succesfully... essentially calling the same jscript function from a hyperlink client onclick as opposed to a serverside linkbutton click...

            hlSchedApt.Attributes("href") = "#" 
 
            hlSchedApt.Attributes("onclick") = [String].Format("return openNewWindow('{0}', '{1}');", datarow.Row.ItemArray(8).ToString(), ddlEvaluators.SelectedValue) 
 

Rohan
Top achievements
Rank 1
 answered on 07 Sep 2012
2 answers
99 views

Hi Telerik,

On the bottom of my RadGrid I have a problem, the buttons that display the page numbers don't show up properly (please see the image, page "2"). What can I do about this?

Thank you.
Nicoleta
Top achievements
Rank 1
 answered on 07 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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
Iron
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?