Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
60 views
I want to use the RadGrid but define the paging in another location on the page.

Can I use the built-in <asp:DataPager> control with the RadGrid? If YES, how?
Pavlina
Telerik team
 answered on 18 Oct 2010
1 answer
75 views
Good day!
I do everything like in this instruction (http://www.telerik.com/help/aspnet-ajax/localization-global-resources.html) to make ru-Ru translation of the grid.
I have the newest version of Telerik.
But grid is still having english description =(
What is wrong?
Pavlina
Telerik team
 answered on 18 Oct 2010
2 answers
188 views
Hello Telerik Team!

None of support ticket links are currently working giving HTTP 404, so let me ask here.

Before I moved to RadScriptManager, I got a number of embedded scripts loaded by the browser (I use IE 8). I have a number of assemblies that contain ScriptControls and Ajax extenders with embedded javascripts behind. i used to have these scripts listed under "Script Documents" tree node of Solution Explorer while debugging in Visual Studio, like WebResource.axd?....

So I was able to open any of these loaded scripts, set breakpoints, debug the code etc. Now these scripts I guess collected by RadScriptManager and not listed in Solution Explorer. I can use 'debugger' statement, but script source modification leads to recompiling the assembly, all dependent assemblies and the whole website, which is pretty much time consuming. In the other hand the resulting javascript is too large and VS is taking forever to load, intellisense and then debug it. Sometimes it just crashes and it's really painful to debug any scripts.

So the question... Is it possible somehow to turn off this feature of RadScriptManager to combine scripts all together? At least in debug mode it will be very helpful.

Till certain point I could switch back to ASP.NET ScriptManager, but now it's not possible, because I'm using cross-windows event handlers, which forces ScriptManager to throw.

Cheerz,
  Bob
Bob van der Zinch
Top achievements
Rank 2
 answered on 18 Oct 2010
1 answer
84 views
Hi,

On which eventof the RAD Grid, we can get the value of the cell in the RAD grid?

Thank yoy

Bharat Singh
Marin
Telerik team
 answered on 18 Oct 2010
1 answer
94 views
Hello,

I am new to all these chart stuff and so it is very hard for me to understand the mechanism underlying those charts. But my superiors want me to show some "simple" charts and after a couple of days reading through the documentation here I am.

What I want to do is simple: show male/female population per city. I think a bar chart is proper. The sample under Demos > Chart > Application Scenarios > Dynamic Data Binding uses a bar chart to show values of categories etc. (the 2nd chart in the sample). I tried to change the code to fit my needs I couldn't.

The query is simple :
SELECT [IdentityCity] AS City, [Sex] AS M/F, COUNT(*) AS Population
FROM [Students]
GROUP BY [IdentityCity],[Sex]
ORDER BY [IdentityCity]

The Cities should be on the X-Axis, the population count should be on the Y-Axis, the series should be male and female which also should be shown in legend. At the end we should have a nice chart showing 2 bars for each city: one for male pop other for female pop..

It isn't so hard, I guess, but I couldn't do it. Do I miss something.

Best regards and thanks for any help.
Evgenia
Telerik team
 answered on 18 Oct 2010
1 answer
70 views

The Radtree is within a step of a wizard control with chekboxes=”true”, TriStateBoxes=”true”, CheckChildNodes=”false” as it’s behaviour.

There is a single top level node and two to three levels of child nodes. If you tick the check box on a 2nd level node, with none of its child nodes selected, when you then change steps in the wizard, and then go back to the step with the radtree, the node you have selected appears un-checked. To tick the node again, you seem to have to click the tick box twice.

On submitting the wizard and iterating through the checked nodes in the code behind like this:

IList<RadTreeNode> nodeCollection = rdtGroups.CheckedNodes;

 

foreach (RadTreeNode CheckedGroupNode in nodeCollection)

{

                …

}

 

If I put a breakpoint in this loop, I can see that the node that appeared to have unchecked itself is actually in the tree controls ‘CheckedNodes’ collection, but it’s ‘CheckedState’ property reads ‘Unchecked’.

Does anyone know a fix or work around for this? Am I missing something here, that I am doing wrong ?

Nikolay Tsenkov
Telerik team
 answered on 18 Oct 2010
3 answers
122 views
Hi!

We have replaced the standard SharePoint navigation tree with a RadTreeView, in order to do things that SharePoint cannot. 
One problem, though, is that when the site hierarchy gets deep and/or the text of the nodes get too long, the screen estate needed to represent the entire path from the root down to the leaf node is too big - the navigation takes too big space from the "real" content on the page.

So, we are looking at other clever ways to let the user navigate the site hierarchy, but without taking so much space. Any good ideas? I should mention that we are already using tabs at the top of the screen (standard SharePoint stuff) which takes the user one level down the hierarchy.

Thanks!
/Fredrik 
Sebastian
Telerik team
 answered on 18 Oct 2010
5 answers
93 views
I probably am overlooking something very simple here, but if I copy formatted text from one rad editor to another, it copies <link id="RADEDITORSTYLESHEET0" href="../../WebResource.axd?d=DD6d.. amongst other style information.
Since I am using the control to enable the user to add HTML text to a form, this ruins the form.

How do I keep the formatted text but avoid having the style links included?
Thanks
Mark Austin
Dobromir
Telerik team
 answered on 18 Oct 2010
1 answer
86 views
I have a grid that is created programmatically during page.init , I then add the grid to a radpanelitem  which has also been created programmatically during page.init I can find the panel item but the instance of the grid is not maintained , How the grid instance be maintained ?

 
Tsvetina
Telerik team
 answered on 18 Oct 2010
1 answer
138 views
I have implemented a custom FileBrowserContentProvider which is used with RadEditor. I am searching for a way to pass a parameter to the custom FileBrowserContentProvider during its creation. It can be through the constructor or another way but it must be passed on creation of the object. Is it possible?
If not, is there another way that the dialogs and the file browser could query for this parameter? I was able to pass it with querying the content Request url referrer but when the dialogs were opened, the referrer changed and the parameter was no longer present.
Fiko
Telerik team
 answered on 18 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?