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

I like to use Rad Menu in place for quick menu on my master page?.

Is ther somebody who have a small code sample for use the RAD menu?

Regards,

Wim Kuiper
Dimitar Milushev
Telerik team
 answered on 08 Dec 2008
3 answers
216 views
I implemented custom FileBrowserContentProvider with the new RadControls (2008.03.1125.20), but I have an issue with Save As TextBox in ImageEditor. It shows the url of the item selected in ImageManager, but url is something like domainName.com/SomeFile.ashx?SomeQuery, which is not meaningfull for the user.
How can I change content of this TextBox from the base page (page I open dialogs from)? Or at least make it unvisible (worst solution). I fire dialogs from DialogOpener and I tried with DialogOpener.OnClientOpen event on client. I do not intent to include dialogs as aspx files, I want them to stay in dll.

Second question is how to get SelectedImage object of imageManager from base page in a DialogOpener.OnClientOpen event when opening ImageEditor?

Third question is when is FileBrowser stand alone control scheduled for and will it be based on existing FileBrowserContentProvider?

Regards,
Alex
Nikolay Raykov
Telerik team
 answered on 08 Dec 2008
3 answers
125 views
2008.3.1125.35  VS2008 SP1
http://www.telerik.com/help/aspnet-ajax/grdreducingfiltermenuoptions.html

Is it correct that on the server side you can only have 1 set of filter menu for all filter columns?
How do you have different filter menu for each filter column?

On the client side, the included script and clientsettings did not work for me.   It didn't remove any menu items.
Sebastian
Telerik team
 answered on 08 Dec 2008
2 answers
158 views
Hi,

I have a tree with many (more than 1000) nodes.

After finding a node to select I want it to be scrolled to the middle of the tree visible section (when possible...).
I am using scrollIntoView - but this only gets the node to the bottom section of the tree.

Is  there a way to set the tree's scrollTop attribute so that the node will be in the middle of the visible tree?

Thanks, Nir.


Nir
Top achievements
Rank 1
 answered on 08 Dec 2008
3 answers
122 views
Hi,

I'm trying to position several pie charts in a RadChart.
The CenterXOffset and CenterYOffset properties are used, but when a pie chart is added or removed, all positions are invalid :(

The problem is that every pie needs to have a static position on the page, because the background picture is a country map where every pie displays some information from a specific city.

Is there an eay way to position these pie charts by x and y coordinates?

RadChart1.Series[i].PlotArea.Appearance.Position.X does not seem to work.

Thanks,
Mark
Vladimir Milev
Telerik team
 answered on 08 Dec 2008
2 answers
212 views
Hello,
In my page I have a button.
When I press this button, I want radpanelbar to expand/collapse and  make a specific item as selected, without leaving/reloading  the page.
I can find the item I want to be selected.
I'm looking for the functions to make radpanelbar expand/collapse in order to show this item as selected.
For example:
In page
http://www.telerik.com/help/aspnet-ajax/editoroverview.html
<overview> is highlighted.
with my javascript, the selection <RadAjax for ASP.NET vs RadAjax for ASP.NET AJAX> will be highlighted (thus the tree will expand by itsself) , but the page that it'll show will be still the same page (http://www.telerik.com/help/aspnet-ajax/editoroverview.html).

he code is :
<script type="text/javascript">
<!--
function MsgBox1() {
alert("beginning");
var panel1 = $find('ctl00_PlaceHolderLeftNavBar_RadPanelBar3'); // I had problem using $find (<%= RadPanelBar3 %>)
var item1 = panel1.get_items();
var itemurl = panel1.findItemByText("RadAjax for ASP.NET vs RadAjax for ASP.NET AJAX");.
// which function should I call to make itemurl as the selected and make radpanelbar redisplay (thus showing itemurl as selected);
}
 -->
</script>
<INPUT NAME="submit" TYPE=Button VALUE="Change RadPanelMenou!!" onClick="MsgBox1()">

I hope it's not very difficult to understand.
Thank you!
Christos
Top achievements
Rank 1
 answered on 08 Dec 2008
4 answers
454 views
I have defined my editmode template in which there is a textbox and two buttons....And i have put up an GridEditCommandColumn on each row as well. I need to put the row in edit when that GridEditCommandColumn is clicked, but at the client side.
Iana Tsolova
Telerik team
 answered on 08 Dec 2008
1 answer
123 views
I have made a dataTableAdapter and defined it as a source for my radGrid. Everything is fine, I am getting all columns from my table but have changed datetime format using DATEADD(dd, 0, DATEDIFF(dd, 0, DateTime)).  Now i just need to sort all my records in descending order (thats it latest ones first). So I have tried sorting it in my query using Order By clause and through sortExpressions in radGrid as well. But its not working...please help me!

NOW I HAVE FOUND THAT WHEN I AM USING GroupByExpressions, my sorting doesnt take place. Otherwise it sorts my records....
Iana Tsolova
Telerik team
 answered on 08 Dec 2008
1 answer
106 views
I have a menu that uses a hierarchy like this:

 

<siteMapNode roles="*" title="Events">  
<siteMapNode title="Calendar" url="Calendar.aspx" /> 
</siteMapNode>  

The problem is, whenever the users click on one of the titles liike "Events", it directs them to an error page that says "Object reference not set to an instance of an object."

But the titles don't need to be pointing to any page, they just need to be titles. How can I stop them from being pressed?

Atanas Korchev
Telerik team
 answered on 08 Dec 2008
1 answer
51 views

Hello people!

I'm using a RadChart, where I create the ChartSeries in VB code.

My X Axis is time, and I'm interpolating values from database. In the interpolation, I can choose the interpolation interval, which defines the precision of my chart. This interpolation time defines the frequency where points will be generated. Example: 10s means, one point generated for every 10s in X axis.

This is working fine.

Now I want to change the interpolation time interval when user uses zoom in the graph. The reason is because with zoom, X axis will be smaller than before, and then, I can have more precision.

 

I need to interpolate again and generate the ChartSeries again when the zoom is required. Does anyone know how to handle this?

 

Thanks in advance.

 

Best regards,

 

Mario

Vladimir Milev
Telerik team
 answered on 08 Dec 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?