Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
65 views
This is not a big deal issue for me ... but more of a question about Telerik controls and Visual Studio.

I have a web app (2.0 framework VS 2005)that uses RadControls... I decided to move it over to the VS 2008 environment to work on even tho I will still keep in on the 2.0 framework.  However I notice that the RADCONTROLS tool bar doesnt show up as it normally would.  Is this a normal reaction from VS or because of 3 rd party controls?  

Also anyone have a link to adding to the tool bar?
thanks
Kevin Babcock
Top achievements
Rank 1
 answered on 01 Aug 2008
1 answer
83 views
I have implemented load on demand submenu items using webservice.  It is working great in FireFox.  The submenu returns and displays in less than 1sec.  In IE7 however, it averages 6-7secs to load the submenu.  This is not really acceptable for usability.  Is this common? 
Jacky Chau
Top achievements
Rank 1
 answered on 01 Aug 2008
1 answer
90 views

I have created a radtreeview that uses node templates. Everything displays correctly with the Telerik controls like text box and combo box. The problem I am running into is when I use drop and drag to reorder the nodes.  The drop and drag works perfectly on every node expect when a combo box has items in it. If I removed the items the drop and drag works just fine.

I am getting the following JavaScript error when I click on the node and start the drag. 

IE 7.0:  Invalid argument
Firefox: Node was not found" code: "8

Any ideas?

Thanks.

Dimitar Milushev
Telerik team
 answered on 01 Aug 2008
3 answers
189 views
Hello,
We can see Retail word in new release of Radcontrols 2008.2.723 (Retail).
Any one knows what is it?

Best regrads
Mostafa Anoosheh
Daniel
Telerik team
 answered on 01 Aug 2008
1 answer
235 views
I have a grid with a custom date filter instance.  The custom filter replaces the filter textbox with a RadCombo.  Inside the RadCombo are (2) RadCalanders and an OK button.

When I add an RadAjax manager to the page and set the instance of the grid to handle itself, I start getting: "Error: Can't move focus to the control because it is invisible, not enabled, or of type that does not accept the focus.", whenever I either page to another page or I apply a filter.  This basically occurs after any postback, when I click the cutom date filter control/dropdown.

Also, note that after a postback the grid flashes then the drawing is messed up. The filter row and pager rows are missing controls and everything over all looks bad...

An additional note, is that the design view of the page shows an error in the grid control: "Sytem.NullReferenceException: Object reference not set to an instance of an object. at Web.Compilation.BuildManager.GetCacheKeyFromVirtualPath(..."

Thanks
Rosen
Telerik team
 answered on 01 Aug 2008
1 answer
135 views
In the TreeView control I'm using the LoadingMessage "Loading..." when a node is opened.  I have the position set to AfterNodeText.  It's working ok, but no matter what I do the word Loading... is placed right next to my node text with no space at all. So if my node text was Pizza then it looks like "PizzaLoading..." while the node is expanding. 
I've tried customizing the LoadingMessage string, I put spaces before it and   but it seems to strip out the leading spaces, and not render html.

Thanks
Simon
Telerik team
 answered on 01 Aug 2008
1 answer
110 views
Hi,

I faced a problem while collapsing node on client side. Consider following example: There are 3 root nodes in the tree when I click on collapse button the below function executes but it only collapses the first expanded node. The below function is taken from the Rad examples only...
Secnario:
R1
    C1R1
    C2R2
R2
    C1R2
    C2R2
R3
    C1R3

When I click on collapse button only first node collapses and tree looks like:
R1
R2
    C1R2
    C2R2
R3
    C1R3

When I again click on collapse button second node collapses and tree looks like:
R1
R2
R3
    C1R3


function

Collapse()

{

//get the explorer tree

var explorerTree = $find("<%= rtvExplorer.ClientID %>");

//get the root node count

var nodeCount = explorerTree.get_nodes().get_count();

//loop through root node and collapse them

for (var loopCount=0; loopCount<nodeCount; loopCount++)

{

var node = explorerTree.get_nodes().getNode(loopCount);

alert("node text : " + node.get_text() + ", loopCount : " + loopCount + ", nodeCount : " + nodeCount);

node.set_expanded(

false);

}

//for

}

//function [Collapse]

Has anyone came across with this situation and found the solution???

Thanks and Regards,
Jaimin

Simon
Telerik team
 answered on 01 Aug 2008
1 answer
181 views
I'm setting the GroupPanel Text property of a Grid, programmatically (in code behind of the page that contains the grid).

The GroupPanel is being displayed, but the Text property is NOT being displayed.

If I step through the code behind with a watch on the Grid.GroupPanel, the Text property DOES show my text.  Yet the GroupPanel is blank when the page is displayed.

Also, if I view source on the page, my text has not been sent back to the browser.

I have tried setting the text both in Page_PreRender and on the grid's PreRender, like this:

RadGridLookupTable.GroupPanel.Text =

"MY TEST TEXT";

Both methods are called and execute, but the text still does NOT show up in the grid's group panel.

Any ideas where my text might be getting lost?

Thanks In Advance.

Dimo
Telerik team
 answered on 01 Aug 2008
1 answer
93 views
Please clarify my following assumptions/questions:

I understand from a previous posting that the new AJAX version combines all the RadControl folder stuff (style sheet and JS) into one dll. If so, I would like to know how I can customize the style sheet.

Does the grid support more than three levels of hierarchy?

I would like to do row level editing in the grid. Does the grid support, apart from inline SQL, stored procedures? Also does it support Oracle queries? I am told that you support SQL server and "Object based" data.

Thanks!
Veli
Telerik team
 answered on 01 Aug 2008
1 answer
71 views
Hello,


In our application we are making the nodes of the treeview(asp.net ajax version) editable on single click(bycalling the startEdit() methord).
Once a node is clicked it becomes ready for editing.Then can i move to the next node(open that too in editable mode) by  pressing the arrow keys.

Regards,
Fabin 
Simon
Telerik team
 answered on 01 Aug 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?