Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
136 views
Hi guys,

I found some threads that discuss about the reload mainpage (opener) but I want to refresh the mainpage of radwindow before radwindow closing.

Anybody can help?

Thanks in advance,
-Toi
Georgi Tunev
Telerik team
 answered on 10 Feb 2009
3 answers
99 views
Hello!

I would like to send some property in new window, is this possible with your controls for window?

Best regards,
Dolenc
Georgi Tunev
Telerik team
 answered on 10 Feb 2009
3 answers
128 views
Hi,
I have a page with multiple calanders on it sharing the 1 calander popup.
I am trying to set them all to blank or null using the clear command, but it doesnt seem to be working.

For example if I had 4 calanders with the id of xx1, xx2, xx3, xx4 if I try to do this:
var datePicker = $find("xx1");
datePicker.clear();
datePicker = $find("xx2");
datePicker.clear();
datePicker = $find("xx2");
datePicker.clear();
datePicker = $find("xx2");
datePicker.clear();
or

document.getElementById("xx1").clear();
document.getElementById("xx2").clear();
document.getElementById("xx3").clear();
document.getElementById("xx4").clear();

or

document.getElementById("xx1").value="";
document.getElementById("xx2").value="";
document.getElementById("xx3").value="";
document.getElementById("xx4").value="";

or

eval("xx1.clear()");
eval("xx2.clear()");
eval("xx3.clear()");
eval("xx4.clear()");

nothing works. I am out of ideas for dodgy work arounds, and ill be buggered if I can get the clear command to work...help!
Matthew Bishop
Top achievements
Rank 1
 answered on 10 Feb 2009
1 answer
186 views

Hi ALL ,

i have a web form which I  opend from main form using window.open javascript function ,by taking screen width and height as parameter,inside this form I have Radpanel so how can I center it inside the form???????????

 

thanks

ghadeer

SamJ
Top achievements
Rank 1
 answered on 10 Feb 2009
1 answer
90 views
I've got an ajax manager and a single loading panel on the page.  The manager ties a bunch of radgrids together.  Problem I'm having is that I hide/show some of them based on the state...but the loadingpanel gifs always showup regardless of grid visiblity
SamJ
Top achievements
Rank 1
 answered on 10 Feb 2009
1 answer
243 views

On my web form, I have a RADGrid and a Textbox. I am doing multi-column search depending on what text is entered in the textbox.  Is there a way I can highlight only the searched text in my RAD Grid Columns? Is there any property of RADGrid that will highlight the given text in grid wherever it finds it?

Shinu
Top achievements
Rank 2
 answered on 10 Feb 2009
1 answer
141 views
hi telerik
i have a button in my grid like this :
<telerik:GridTemplateColumn HeaderText="edit"
      <ItemTemplate> 
            <asp:Button ID="btn" runat="server" Text="edit" Font-Names="tahoma" OnClick="clk" /> 
      </ItemTemplate> 
 </telerik:GridTemplateColumn> 

i want when i click on my button in radgrid i know wich button in wich row item is clicked.
in other ways i want to get row index of clicked button and get record ID to another operations

i do  this in onClick event  in [clk] function:

 int es_ID = int.Parse(RadGrid1.MasterTableView.DataKeyValues[0]["es_ID"].ToString()); 
 
ScriptManager.RegisterStartupScript(Page, Page.GetType(), Guid.NewGuid().ToString(), "showdialog(1,1);"true); 
but in RadGrid1.MasterTableView.DataKeyValues[ ?] <<< i cant get  clicked row index

do you have idea about my problem?
tnx
Shinu
Top achievements
Rank 2
 answered on 10 Feb 2009
0 answers
86 views
Rad Asp.net Ajax controls can support By JAWS, JAWS is a screen reader or any other screen reader?
Guna
Top achievements
Rank 1
 asked on 10 Feb 2009
0 answers
37 views
Rad Asp.net Ajax controls can support (or) Integrate with Flash or Sliver light technology?
Guna
Top achievements
Rank 1
 asked on 10 Feb 2009
3 answers
288 views
Hi,
this is in respect with this forum thread I started:
http://www.telerik.com/community/forums/aspnet-ajax/grid/displaying-another-grid-inside-radgrid.aspx#737663

I have a grid and two buttons inside the nestedviewtemplate of a grid.
on click of the button I want to bind the grid to a datasource based on the datakeyvalue for that row.

I am unable to determine the datakeyvalue for the row in which I click the button.

My ItemIndex is always -1

Can you help?
Princy
Top achievements
Rank 2
 answered on 10 Feb 2009
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?