Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
331 views
Hi,

I have a button named "Delete Element". When I click overthere, it deletes the element ( server-side ). 

<

asp:LinkButton ID="rteLnkBtnDeleteFlash" runat="server" Text="Supprimer ce flash"

onclick="rteLnkBtnDeleteFlash_Click"></asp:LinkButton>

I would like to display a radWindow to confirm the delete ( maybe a radconfirm ) to ask if the user want to really delete the element. If he clicks YES, I would like to call my delete method ( rteLnkBtnDeleteFlash_Click ) which is into the server side, but not into the client side.

But how may I to do it with a radconfirm or other rad component ?

<button style="width:150px" onclick = "radconfirm('Are you sure?', confirmCallBackFn); return false;">show CONFIRM BOX</button> 
      function confirmCallBackFn(arg)
    {
       alert("I want to delete the element here into the server side if it is true ...);

   }

Thank you in advance,

Georgi Tunev
Telerik team
 answered on 10 Sep 2008
1 answer
104 views
Are windows supported which can be in two states:
  • Free floating, that is movable to any location in the UI
  • Docked in place where they have been moved before; that is docking is possible in any location of the UI, too
Sophy
Telerik team
 answered on 10 Sep 2008
1 answer
339 views
Some of my user controls have a dedicated stylesheet file to style that particular user control. So what I've been doing (before AJAX) was adding the stylesheet from the user control's code-behind like this:

    protected void Page_Load(object sender, EventArgs e)
    {
          Page.Header.Controls.Add("/store/catalog1.css");
     }

This has been working out nice because no matter what page or other user control loads the user control, it grabs the CSS file as well. But when I'm dynamically loading the user control thru a RadToolTipManager for example, this obviously doesn't work and the dynamically loaded user control remains unstyled. Is there a way to dynamically load the stylesheet as well? I was wondering what Telerik does, do they bite the bullet and load ALL stylesheets when the website first loads, or do they dynamically load stylesheets on a per-needed basis to keep sizes down?
Tervel
Telerik team
 answered on 10 Sep 2008
6 answers
336 views
Hello,

I am trying to use this example for a bunisess solution
http://www.telerik.com/help/aspnet-ajax/client-update-insert-delete.html

I am using the last version of RadControls for ASP.NET AJAX

Anywhere in the javascript code where i call

var tableView = $find("<%= RadGrid1.ClientID %>").get_masterTableView();

I recive null and nothing seems working

Any clue about this problem?

SeRiAlKiL
Top achievements
Rank 1
 answered on 10 Sep 2008
7 answers
276 views
Hi,
I have used way too many hours on this new radalert it is unbelievable!
I have a MasterPage with a contentpage. On the contentpage there are several buttons, which are in my RadAjaxManager and update textboxes on callback and a simple radalert should be shown if updated succesfully or unsuccessfully from the server-side event, but this does not work first time, but every time after this it works and shows the radalert as it should.

I have been able to find any help in the forums for this, but I suspect it has something to do with the MasterPage lifecycle...

I am using solution 3 from http://www.telerik.com/support/kb/article/b454K-gtd-b454T-cec-b454c-cec.aspx and with modification from post (Ricardo, 8/13/2008)

Can you help?

I have temporarily had to use the standard alerts, but this is not a long term solution for our customer.

Mark.
Tervel
Telerik team
 answered on 10 Sep 2008
2 answers
122 views
I want rad grid to be exporting Excel and in new window as well.

well grid is successfully exporting to Excel but the problem is that it is not opening in new window.

RadGrid1.Exportsetting.OpenInNewWindow = true or false both are not working.

whatever I do it is opening in same window.

Daniel
Telerik team
 answered on 10 Sep 2008
1 answer
72 views
Hello,

I am trying to customize our RadGrid apparence creating a new skin from the default one.

Doing this, I have two problems :

- I did not find out how to apply a different apparence to the number of the current page in the Pager in NextPrevAndNumeric mode. Is the a way to do this ?

- I did not find out how to apply a different style on the last column in the header. Can we use a GridHeader_Default:last-child as a GridHeader_Default:first-child ?

Thanks for your help,
Read you soon,
Dimo
Telerik team
 answered on 10 Sep 2008
1 answer
113 views
Hi All,

I am using Telerik New Rad Grid for Ast.net Ajax version Q2 2008.
I want to do a custom filtering on my grid column.
actually i want  a combo box on grid header for filtering the value.

How can i do that ?

can anybody show me the complete example for this.
please suggest me..

thanks.
Vlad
Telerik team
 answered on 10 Sep 2008
0 answers
72 views
Hi,
Tooltip diappears after few seconds and not displaying error text.
validation is in the radgrid edit panel and tooltip outside.
Please suggest.
Thanks,
Puru 
puru
Top achievements
Rank 1
 asked on 10 Sep 2008
1 answer
109 views
I have a rad tabstrip setup that is bound to a sitemap.  There are 2 levels of navigation.  I have several tabs, and within each tab's subnavigation, there is a "home" link.  When I click on one of the tabs, I want the "home" subnavigation link to be selected.  I had to append a query string value to the each "home" link since each link in the sitemap has to be unique.  So in other words, the tab link and the home link are not exactly the same which is why they are not already showing selected.  How can I accomplish this?
Samantha
Top achievements
Rank 1
 answered on 10 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?