Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
46 views
Hi

I am going to converting Telerik Q32008 to Q3 2009 ......

So send me the useful tips...


Thanks

Kali Raj P
Daniel
Telerik team
 answered on 05 Jan 2010
3 answers
99 views
Hi,

I have a scenario where I need specific UI panels updated when the user clicks a related menu item. Sounds simple...drop a few panels on a page with a RadMenu that contains a seperate menu item for each, add a click event handler for the RadMenu to the code-behind for the page, and than use the RadAjaxManager configuration wizard to hook everything up...but I've not been able to get it to work without adding an AjaxSetting for the RadMenu itself to the RadAjaxManager. This in turn allows updating of all panel in response to a click of any menu item. Has anyone been able to get this to work or is it just not possible?

-mark
T. Tsonev
Telerik team
 answered on 05 Jan 2010
1 answer
189 views
Hello All! Happy New Year!

I have a problem. Maybe AJAX, maybe not.
I am using Telerik RadAjaxPanel on my whole page and for a button click I want to open save as file dialog but nothing happen when clicked (file generation and path ok)
The save as file dialog code is the following:

Response.ContentType = "application/pdf";
Response.AppendHeader("Content-Disposition", "attachment; filename=" + pdfGen.GeneratedFileName);
Response.TransmitFile(pdfGen.FullFilePath);
Response.End();


Have somebody got idea?

Thanks,
G.
Daniel
Telerik team
 answered on 05 Jan 2010
1 answer
73 views
Hi,

I'd like to know if I can use your ajax controls in web site that is developed in visualStudio and have to run (on client side) in Firefox on linux. Are they any restrictions or it should work without problem?

Thanks,

Rut
Daniel
Telerik team
 answered on 05 Jan 2010
2 answers
70 views
Does anyone know if a forum application has been built using Telerik's RadGrid? If not with the RadGrid, how about with any of the other controls combined?

Thanks
Johann
Polaris431
Top achievements
Rank 1
 answered on 05 Jan 2010
2 answers
49 views
As per this demo http://demos.telerik.com/aspnet-ajax/grid/examples/client/keyboardnavigation/defaultcs.aspx page up/down changes the page in radgrid. This does not seem to work on my end, my version is 2009.1.311.35. Is this anything to do with my version or I'm I missing something?

 I've set AllowKeyboardNavigation="True" therefore it should work.

Mon NN.
Mon NN
Top achievements
Rank 1
 answered on 05 Jan 2010
1 answer
173 views
I have a TreeView that has ExpandMode set to WebService and I would like to expand a node programmatically. I have even tried to emulate this is some client side code and I can see the web service call being made and returning data. However, the node does not expand as desired.

            String.prototype.endsWith = function(str){return (this.match(str+"$")==str)} 
 
            function nodeChecked(sender, eventArgs) { 
                var node = eventArgs.get_node(); 
                var parent = node.get_parent(); 
                var grand_parent = parent.get_parent();    
 
 
                var parent_value = parent.get_value(); 
                var parent_value_other = ""
                 
                if (parent_value.endsWith("cc")) { 
                    parent_value_other = parent_value.substring(0, parent_value.length - 2) 
 
                    var tree = $find("<%= RadTreeView1.ClientID %>"); 
                    var other_node = tree.findNodeByValue(parent_value_other); 
 
                    if (other_node.get_expanded() == false) { 
                        other_node.expand(); 
                    } 
                     
                     
                    var other_node_array = other_node.get_nodes(); 
                    for (var i = 0; i < other_node_array.get_count(); i++) { 
                        var _node = other_node_array.getNode(i); 
                        if (_node.get_text() == node.get_text()) { 
                            _node.check(); 
                            break
                        } 
                    } 
                } 
            } 


No matter what happens, the following line always shows the number of items in the list as 0.

var other_node_array = other_node.get_nodes();  

What am I doing wrong?

Thanks.

Is there something I can try to make this work client side?
Veselin Vasilev
Telerik team
 answered on 05 Jan 2010
3 answers
286 views
Hi, i am trying to use the RadGrid to display som data that I retrieve from the database. I want to use the same RadGrid to display the results to multiple database-querys to which I dont know how the result looks.

So I need to autogenerate the columns, I cant do it server side since I get the data from a web-service. Can I create columns from javascript or use the autogenerate feature in some way?

If I remove the <MasterTableView> tags, or the GridBoundColumns in the MasterTableView I end up with the same error every time. The "Cannot find any bindable properties in an item in the datasource", however if I have the GridBoundColumns there and bind to the same data the same way the grid works.

Anyone got some tips?

Best regards
Richard
Tsvetoslav
Telerik team
 answered on 05 Jan 2010
2 answers
163 views
Hi there,

My menu does not seem to want to work on our production server.  It works fine on my laptop, but as soon as I upload it to production (2008 server, IIS7), the menu just shows up in bullet form.  You can view this on www.halcyonetic.com

If someone can please help it would be greatly appreciated.
Craig
Top achievements
Rank 1
 answered on 05 Jan 2010
1 answer
122 views
I know this has been address as far as a css override inside the splitter pane, but the problem I am having is inside a pageview inside a tab, it is the same old senerio where the zones don't scroll with the pageview overflow etc. almost like they are in fixed positions, I am building the dockzones/docks via code behind and pretty simple.

iZone = New RadDockZone  
iZone.Controls.Add(CreateRadDock(tmpZoneID))  
pageViewObject.Controls.Add(iZone) 

CreateRadDock for testing is straight out of the example, so new RadDock etc. returns raddock...

I have tried everything I can think of regarding css...

 

position:static;, position:relative; etc. all do the samething, this "only" happens in IE7 and that happens to be one requirement that I can't shake just yet so I have to make it work, it works fine in every other browser in the world grrrrr.... would everyone just get on the same engine already this browser jeez.

Any thoughts?

If need be I can roll back to jQueryUI and do it that way but would prefer just to handle it with raddock.

 

Pero
Telerik team
 answered on 05 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?