Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
152 views
Is it possible to change the height of a radpanelitem when it is expanded?  It is too large for what we are using it for.
Yana
Telerik team
 answered on 06 Nov 2009
2 answers
290 views
I am using a RadGrid and the advanced data binding method via the NeedDataSource event. I am actually using this same setup in several areas of my app, but this is the only one that is behaving incorrectly. I am also using EditFormSettings with EditFormType="Template", and I have a GridTemplateColumn which has a button whose CommandName is RadGrid.EditCommandName. This causes my edit form template to show, and that works correctly. The template contains a button with CommandName of RadGrid.UpdateCommandName.

This is where the problem occurs, because NeedDataSource fires with RebindReason of GridRebindReason.InitialLoad BEFORE the UpdateCommand event fires. UpdateCommand does fire, and I am able to get values from my edit form template and save correctly, but because NeedDataSource fires before that, the Grid row of the item that was just edited shows the old values after it hides the edit form. I have tried calling Rebind after saving in my UpdateCommand handler, but that has no effect.

Any help is greatly appreciated.
Veli
Telerik team
 answered on 06 Nov 2009
0 answers
182 views

Improve you web page load time with the flexible, lightweight RadSiteMap control for ASP.NET AJAX. This UI component with its efficient semantic rendering gives you a lightning fast solution and highly optimized HTML output. With the ease of Telerik’s SiteMap for ASP.NET AJAX you can organize and list the pages on your web site, customize the layout, choose from a variety of appearance options and templates. Add value to your web site by optimizing it for crawler and search engines with no extra development effort. 

 

Semantic Rendering for Minimal HTML
The Telerik ASP.NET SiteMap implements a highly efficient semantic rendering, which results in minimum HTML output and dramatically improves performance.

 

Flexible layouts
You can configure the layout of RadSiteMap in a variety of modes. The nodes can be viewed in either list or flow state. By selecting the flow property items in the group will be arranged in rows one after the other, instead of displaying them as a list. End-users can also alternate between single, multi-column, horizontal or vertical view. In addition you can display node lines in a fashion similar to RadTreeView and collapse the hierarchy.

Templates
The ASP.NET SiteMap by Telerik allows you to define a collection of dynamic templates that customize the presentation of the hierarchy and the individual nodes. You can apply per-level, per-node and global templates and add extra information, such as images, links to additional sources, etc.

 

Appearance
RadSiteMap is shipped with a rich set of skins that allow you to easily build slick interfaces with the look-and-feel of Windows Vista, Office 2007, Outlook, etc. The skins can be easily switched using a single property. This significantly simplifies styling even for complex configurations.

 

Industry-Best Cross-Browser Support
Following our long tradition of industry best cross-browser support, Telerik ASP.NET SiteMap doesn’t make an exception. The component supports all major browsers, including Internet Explorer, Firefox, Safari, Opera and Google Chrome and produces identical results.

Search Engine Friendly
RadSiteMap completely follows the principles of Search Engine Optimization. The control's innovative rendering generates semantic lists and standard <a> tags, which are properly recognized and highly valued by search engines. As a result, all content accessible through this control will be automatically indexed and ranked with no extra effort required from the developer.

 

Codeless Test Automation for RadSiteMap
Now you can record, execute and debug functional tests for RadSiteMap without leaving the familiar Visual Studio environment. Telerik WebUI Test Studio is an advanced click and play web application testing tool specialized for automating ASP.NET AJAX applications. The Studio ships with special translators for Telerik RadControls for ASP.NET AJAX.

To get familiar with the control please follow these online resources:

 

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 06 Nov 2009
1 answer
222 views
We have a hierarchical radgrid with a mastertable and a single detail table.  We need edit/insert functionality on both levels, however, on the second (inner) level, we need to have a different user control for the insert than we need for the edit.  There is a field that we do not want editable but we need input for the insert.

How do I assign a different user control based on whether the user is inserting or editing a record on the inner table?  Is there some way within the user control to know if you are editing or inserting?  if so, I can use the same user control and hide the input control for edits.

I hope this makes sense, I am new to Rad controls.  I appreciate any help.

Thanks
Chuck
Princy
Top achievements
Rank 2
 answered on 06 Nov 2009
3 answers
200 views
Hello:

Can you help me?
I need to bind a GridDropDownColumn

Thanks.
Shinu
Top achievements
Rank 2
 answered on 06 Nov 2009
2 answers
97 views
Hi,

   I have a dock,with exapnd/collapse buttons.
i need to apply images for the expand/collapse buttons 
but i'am unable to do so by setting the background-image for rdcollapse in the style.

 

<style type="text/css">

 

 

.rdTitlebar,.rdTitle,

 

{

 

color:#525E75 !important;

 

 

font-family:Trebuchet MS !important;

 

 

font-weight: bold !important;

 

}

 

 

.rdCollapse

 

{

 

background-image:url('C:\SaaS\DockStlye\DockStlye\Images\green.arrow.down.19x19.gif') !important;

 

 

}

 

</style>

 


Above is the stlye which has been applied,but no image is being displayed.
Need help on this issue

Thanks in Advance
Pushpa.




  
harika dasari
Top achievements
Rank 1
 answered on 06 Nov 2009
4 answers
85 views
hi....
 i want open a pop up of RadDateTime picker according screen if below radDatePicker is less space then it wil open on top side and if above rad date picker is less space then it wil be open below side.it adjustable accordinding screen...
plz reply
pradeep baloni
Top achievements
Rank 1
 answered on 06 Nov 2009
6 answers
187 views
May i know what's the client side command to disable/enable the dockcommand?

Thanks.
AereoN
Top achievements
Rank 1
 answered on 06 Nov 2009
1 answer
147 views
Hi,

I am using RADMenu in my project. I am using load panel and rad ajax manager. I have placed the full page in the rad ajax load panel. So when user clicks any item on the menu for example Save button then the page shows waiting image and then loads the page. Hence gives user the effect that the page does not refresh. 

I am facing the following issue

The rad menu (strip on top of the page) disappears when the page is postback. I have saved the record to database after clicking save button. The functionality of save works perfect and record is saved to database but after postback radmenu disappears.

Secondly if i use <ajaxsettings> in radajaxmanager and give id of radmenu in <updatecontrols> then at this time menu does not disappear but the page functionality is unseen. For example i am disabling textbox on the page after save then menu does not vanish but textbox does not get disabled. The code does not throw any error.

Moreover i am using master page and ScriptManager also

Can anybody please give me the solution so that the menu does not disappear on postback by using radajaxmanager, ajaxloadpanel?
Schlurk
Top achievements
Rank 2
 answered on 06 Nov 2009
2 answers
127 views
Hello,

I have a treeview structure that is being created without using databinding.

I manually create nodes and add the to the tree/ other nodes.

The question is: How do I template some of my nodes. Is this even possible ?

Roland
Top achievements
Rank 1
 answered on 05 Nov 2009
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?