Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
168 views
Hi,
       Is it possible to set the MinDisplayTime  on telerik:RadAjaxLoadingPanel  based in response time from service/server.  Thats is based on the callback response from a webservice. I need to set this dynamically!!!.

I used this control in my app on huge data manipulation code, since the response time  is huge i get  'Script timeout error"  after 2 mins, thats why i need to change this values dunamically.

In case if we have any other methos please share with me.

Thanks
Anand Kesavan 
Dimo
Telerik team
 answered on 29 Oct 2010
8 answers
114 views
Hi
 We are using 2009-1-402-35 version of telerik. Using that please  open Editor, click HTML, Remove text if any and paste this

 


<object height="350" align="middle" width="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Test">
<param name="allowScriptAccess" value="always">
<param name="FlashVars" value="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)">
<param name="allowFullScreen" value="false">
<param name="movie" value="../Test.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed style="vertical-align: middle;" src="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&amp;mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</object>

Now Click Design and then click Back HTML and you will notice that All Params are duplicated automatically and originalPath attribute is automatically added. The auto updated Flash tag is below, I have set the first duplicated line bold and you can compare the following lines as well.

<OBJECT id=Test codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=350 align=middle height=350>
<param NAME="allowScriptAccess" VALUE="always"/>
<param NAME="FlashVars" VALUE="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)"/>
<param NAME="allowFullScreen" VALUE="false"/>
<param NAME="movie" VALUE="../Test.swf"/>
<param NAME="quality" VALUE="high"/>
<param NAME="bgcolor" VALUE="#ffffff"/>

<param name="allowScriptAccess" value="always"/>
<param name="FlashVars" value="dataAge=30&amp;mainCaption=TESTING  (SOME 30 days)"/>
<param name="allowFullScreen" value="false"/>
<param name="movie" value="../Test.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#ffffff"/>

<embed style="vertical-align: middle;" src="../Test.swf" originalAttribute="src" originalPath="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&amp;mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</OBJECT>


We are about to release our current version of application and unable to upgrade to latest version at this time, Any help with this specific telerik version would be highly appreciated.

Best Regards
Rizwan Bashir
Michael
Top achievements
Rank 1
 answered on 29 Oct 2010
2 answers
76 views
Hi i hav telrik radgrid inside it i hav dropdown,
on dropdown selected value,  my other columns in corresponding same rows  values shuld be updated.
give me solution for this in both client and server side levels
can  any one help me.
siva
Top achievements
Rank 1
 answered on 29 Oct 2010
4 answers
230 views
All,

I'm trying to change my SortAsc and SortDesc icons on my grid, and I'm not getting any noticeable change.  I create the grid programmatically, so I use the method listed in the documentation.  I wired up my ColumnCreated event to the following function:

protected void rgrid_ColumnCreated(object source, GridColumnCreatedEventArgs e)
{
    e.Column.SortAscImageUrl = "Grid/Skins/SortAsc.gif";
    e.Column.SortDescImageUrl = "Grid/Skins/SortDesc.gif";
}

The result:
Nothing.  The default arrows (gray/black up and down arrows) are used no matter what I put in there. My "Grid" directory sits on the same level as the .cs file this function is in.  I've tried adding / and ../ in front of the url names, all to no avail.

Any help would be GREATLY appreciated.
Dimo
Telerik team
 answered on 29 Oct 2010
1 answer
134 views
I am trying to create 3 col combobox. On button save click I would like to know value of any particular columns of selected item in the combobox. How do I do that?
thanks!!!!!!!!!!!!
Shinu
Top achievements
Rank 2
 answered on 29 Oct 2010
1 answer
71 views
Hello,
How can edit with double click in DetailsTable?

thanks andy
Shinu
Top achievements
Rank 2
 answered on 29 Oct 2010
0 answers
160 views
Dear Telerik,

Can you please help me, I would like to bind repeater with the web service data.

I have Webservice called "WeBarterAus" in my WebReferences Folder

I have the function below done, but someting has missing and I couldn't figure out what it is.
So it not showing up the repeater at all.
<asp:Repeater ID="repTransHistory" runat="server" 
                    onitemdatabound="repTransHistory_ItemDataBound" >
                <HeaderTemplate>
                    <table style="border-width: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #d5d5d5; padding: 0px; margin: 0px; border-spacing: 0px; width: 100%;">
                    <tr>
                    <td><b>Date</b></td>
                    <td><b>Description</b></td>
                    <td><b>Sale Amount<b></td>
                    <td><b>Bonus Points<b></td>
                    <td><b>Points Redeemed<b></td>
                    </tr>
                </HeaderTemplate>
                <ItemTemplate>
                <tr style="background-color: #FFFFFF">
                <td><b></b>
                 </td>
                  <td></td>
                <td></td>
                <td><b></b></td>
                <td><b></b></td>
                </tr>
                 
                  
                  
                <tr><td colspan="5"></td></tr>
                </ItemTemplate>
                <FooterTemplate><tr><td colspan="5" style="font-weight: bold; text-decoration: underline; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #FF0000;">
                <table width="100%"><tr><td>Total Results:</td><td align="right">Last Updated: <asp:Label ID="lblLastUpdated" runat="server" Text=""></asp:Label></td></tr></table>
                         </td></tr></table></FooterTemplate>
                </asp:Repeater>
private void ShowResultInRepeater()
       {
           string xmlReader = "";
           DataSet ds = new DataSet();
           WebbarterAUS.AUS MemberRewardHistory = new WebbarterAUS.AUS();
           xmlReader = MemberRewardHistory.RewardTransactionHistory("6220430100317744");
           //ds.WriteXml(xmlReader);
           repTransHistory.DataSource = xmlReader;
           repTransHistory.DataBind();
       }

I hope anyone can help me with this.

Thank you
vikas
Top achievements
Rank 1
 asked on 29 Oct 2010
7 answers
570 views
I have an aspx page with many controls that cause a post back, which in turn uploads any files listed in the Upload Aysnc Control. Is there a way to specify which button to control the async upload that will send the file?

Thank you.
rei
Top achievements
Rank 1
 answered on 28 Oct 2010
1 answer
81 views
Hi I have created a Listview from a EntityDatasource using All properties.
When I want use insert in listview also want to set some properties programmatically in the

ListView1_ItemInserting(

 

object sender, ListViewInsertEventArgs e)

 

event.

Things I want to set is for example, chanheddate, and some other properties which I removed from the template that was created.
How do I reach the entity properties? I cant find a way todo this.
Rickard
Top achievements
Rank 1
 answered on 28 Oct 2010
0 answers
87 views
I swapped the buttons for the toolbar. But the space key does not invoke the event.

How can I fix this?
Rudá Cunha
Top achievements
Rank 2
 asked on 28 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?