Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views
Hello,

I am using Rad Controls for ASP.NET Ajax (Version=2008.1.619.20) for building a form with multiple RadEditors. I just dragged and  dropped 3 Rad editors on to the page and when I scroll to the bottom of the page and postback/refresh, the page flicker's. It is very irritating if we loose the current scroll position and also if there is flicker.
The page seems to be scrolling up and down for a few seconds and looks like it's trying to load some javascript.
Did anyone else face a simillar issue ?

Thanks,
Prashanth
Rumen
Telerik team
 answered on 04 Sep 2008
3 answers
158 views
Hello,
How can I disable the grid's slider (PagerStyle.Mode = Slider) ?

Daniel
Telerik team
 answered on 04 Sep 2008
3 answers
126 views
Hello

I am looking to change the color of one combobox when the value of another combobox changes.

i.e. cmbOne is changed from "Select..." to "Entered Date", on the client side, I'd like to change the backcolor of cmbTwo to red to show it is now required... Any examples of how to do that?

This is the script I am using now... it can not resolve the $find("cmbCompare") statement in line 4, even though that control exists on the page...I have this hooked up to the "onselectedindexchanged" client event.

<script language="javascript" type="text/javascript"
    //<![CDATA[ 
    function SetCompareRed(sender, eventArgs) { 
        var compareChoice = $find("cmbCompare"); 
        compareChoice.BackColor = "Red"
    } 
    //]]> 
</script> 

Thanks for any help!
Harold
Veselin Vasilev
Telerik team
 answered on 04 Sep 2008
3 answers
150 views
Hi all ,

I have a table :

       Column 1             Column 2             Column 3
          A                              3                        1

I bind this table to RadChart and ChartType is Pie Chart .

How do we draw begin at 270 degree ? Please help me for this .

Thanks ,
Phong
Giuseppe
Telerik team
 answered on 04 Sep 2008
3 answers
299 views
Hi,
The treeview sctructure I am using in my project is like given below

Node1
    childnode11
    childnode12
Node2
    childnode21
     childnode22

all the nodes have check boxes. My requirement is when ever the child node is checked I have to check (select) the parent node also in client side.but when i check the "childnode11" the function node.get_parent()  returns me an instance of  the treeview as "Node1" is the root node. so when i try to set something like node.get_parent().check() it gives me a java script error saying "check is not a function"
Can you please let me know how to find an instance of parent node which is also a root node and select/unslect it using the client side functions.

Thanks!
Shinu
Top achievements
Rank 2
 answered on 04 Sep 2008
6 answers
300 views
Hi.
I use RadGrid with paging. All columns in grid are GridButtonColumn. When I handle ItemCommand event  e.Item.DataItem == null but  e.Item.IsDataBound == true. How can I get my databound object?
Shinu
Top achievements
Rank 2
 answered on 04 Sep 2008
3 answers
184 views
When I insert the data to the RadGrid,  Can I save the  provisional data, only

display of the page(not insert the database), then click the "save" button outside
 
of the RadGrid ,then all  the temporary display of data saved to the database?

Do you have example like this?or talk about it Detailed?


Thank you !!
xiaolin
Top achievements
Rank 1
 answered on 04 Sep 2008
3 answers
274 views
Hi,

    I am getting an error while binding data to radgrid the error is

Error: unterminated string literal

new RadGridNamespace.RadGridTable( {OwnerID:"RadGrid1",DetailTables:[],HierarchyLoadMode:"ServerOnDemand",GroupLoadMode:"Server",AllowFilteringByColumn:false,PageSize:10,PageCount:217,TableLayout:"Auto",RenderItemStyle:"color:#999966;background-color:

Can someone please help me

Thanks

maggi


Vlad
Telerik team
 answered on 04 Sep 2008
3 answers
526 views
Hi,

Can anyone advise me on whether I can determine if a row is selected via Javascript in the aspx page?

Thanks in advance,

Steve
Shinu
Top achievements
Rank 2
 answered on 04 Sep 2008
3 answers
107 views

I update my data in a radwindow. I then call the javascript to refresh the radgrid on the parent page.

Everything works except for the final radgrid ajax refresh.

The DB is already updated; I see the select from the radgrid run but the display does not reflect the updates.

If I press the refresh or do any filtering, etc the data displays correctly..

Thanks for any help.

Bill




function refreshGrid(arg) {

if (!arg) {

$find(

"<%= RadAjaxManagerWorkQ.ClientID %>").ajaxRequest("ReBind");

}

else {

$find(

"<%= RadAjaxManagerWorkQ.ClientID %>").ajaxRequest("rgIncomingRebind"); <-Hits here!

}

}

The code behind:

Private Sub RadAjaxManagerWorkQ_AjaxRequest(ByVal sender As Object, ByVal e As Telerik.Web.UI.AjaxRequestEventArgs) Handles RadAjaxManagerWorkQ.AjaxRequest

Select Case e.Argument

Case Is = "rgIncomingRebind"

rgIncoming.Rebind()

End Select

 

End Sub

Konstantin Petkov
Telerik team
 answered on 04 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?