Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
272 views
   Hello All,
                   I want a Slight separator between nodes in RadMenu at the root node.The separator must be of white color.Please tell me how can I do this.



THanks in advance
ritzie
Princy
Top achievements
Rank 2
 answered on 09 Mar 2009
2 answers
181 views
Hello,

I have got a desktop application where I have used asp controls and now I want to implement it by using telerik controls.

When I was trying to use them I have noticed that there weren´t in the toolbox.

Is only possible to use telerik controls for web applications and not for desktop applications?

Thank you in advance.
Patxi
Top achievements
Rank 1
 answered on 09 Mar 2009
1 answer
109 views
I procure the get_startTime() value on the client side when a user double-clicks a time and receive this value: "200903051400" and I try to place it into a RadDateTimePicker control but it doesn't recognize the string.  I would assume that the RadScheduler would spit out a string that would be translatable throughout other RadControls.  I have the Culture set for US on both controls.

Thanks!
Peter
Telerik team
 answered on 09 Mar 2009
13 answers
582 views
Hello ,
Anyone has Turkish localization file for radeditor?
Sebastian
Telerik team
 answered on 09 Mar 2009
1 answer
75 views
I want to use a grid sort of like a panelbar or like the hierarchy stuff but instead of a new table a dynamicially loaded control.

When a user click a row, it expands and presents a tabstrip with a certain number of tabs. This would be dynamicially added based of the data in the row that was clicked.

Is this possible? Can anybody give me some hints to get me going in the right direction?

Thanks


Princy
Top achievements
Rank 2
 answered on 09 Mar 2009
1 answer
410 views
I am trying to access a RadDatePicker control from javascript on page load using the code below

Sys.Application.add_load(LoadPageData);  
 
function LoadPageData {  
  ...  
  var picker = $find('<%= _effectiveDate.ClientID %>');  
  picker.set_selectedDate(somedate);  
  ...  

The var picker always comes back null so set_selectedDate() does not work.  Strange thing is that above this line of code I am getting a reference to a RadComboBox and it works just fine. The combo and the datepicker are pretty much next to one another on the page - same parent containers and all.   Here is where I declare the datepicker in HTML.

<telerik:RadDatePicker ID="_effectiveDate" runat="server" Width="250px" > 
                    </telerik:RadDatePicker> 

So far as I can tell I am using the latest version of the controls.  What am I missing?

Thanks,
David Martin


[EDIT]  My goof.  I didn't copy/paste the code above.  The code works.  My actual code I was using $find as though it were jQuery $() and put a # in front of the ID.  Sorry, but sometimes it takes asking the question to wake up the hampster on the wheel.


Legalia
Top achievements
Rank 1
 answered on 09 Mar 2009
1 answer
113 views

Hi,

I already have a custom tool on my editor's toolbar.Now I have two questions ,first one is, can I open a page not use editor.ShowDialog() method but can return value to the editor or paste html to the editor from pop up page? 
And second one is, can I add command list for my custom tool in other place,not in the  MOSSEditorTools.js file?
I'm looking forward to your reply.

Thanks,
Ya Zhou
Stanimir
Telerik team
 answered on 09 Mar 2009
3 answers
183 views
I have grid nested inside the nested view template of another grid.

I also have custom filtering implemented in the nested grid where i provide a dropdown in the filtertemplate of the column.
I want to access the nested grid in the selectedindexchanged event for the combobox to set the filter value.

How can I get the reference to the grid.

This is what I am doing right now but I am wondering if there's a better way of doing this.

protected

void RadComboBoxRelatedContacts_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)

 

{

 

RadComboBox list = (RadComboBox)sender;

 

 

string filterExpression = "([RelationType] = '" + list.SelectedValue + "')";

 

 

GridFilteringItem item = (GridFilteringItem)list.NamingContainer;

 

 

RadGrid gridKeyRel = (RadGrid)item.NamingContainer.NamingContainer.NamingContainer;

 

gridKeyRel.MasterTableView.FilterExpression = filterExpression;

gridKeyRel.MasterTableView.Rebind(); 

}


Sebastian
Telerik team
 answered on 09 Mar 2009
3 answers
210 views
I have a very large page that requires to manually scroll down to see its content. The problem arises whenever I place a RadEditor control on my page. For some reason, on the first load and on any post back  RadEditor is making the page scroll to the bottom but once I remove the control the page works fine. PS: RadEditor it is not taking focus, simply making the page scroll down to the bottom. 

Rod
Rumen
Telerik team
 answered on 09 Mar 2009
4 answers
126 views
I have a project where the administration of a site takes place in a separate application.  So I have one database which stores content, and two different apps - a user site which displays content, and an admin site, which lets you edit the content.  They are not sub-folders of each other.  Each has its own URL, and different folder under IIS.  Aside from sharing the DB, they also share the physical drive.

I need to implement the RadEditor in the admin site, and while analyzing the requirements, came across the following:

1 - Image upload dialog needs to point to the images folder of the user site.  In the RadEditor properties, I only see a way to set local paths for images ("~/images").  Is there a way to specify a physical folder path, or point it to a full URL (http://myusersite.com/images/)?

2 - I need to make sure that images show up correctly in the editor - does this mean I need to supply a base url? If so, how?  Is there any way to keep the content relative, while letting the editor make it absolute for editing sake?  Meaning, in the content I have <img src="images/mypic.gif" />, but the editor is smart enough to load the image using http://myusersite.com/images/mypic.gif, but then save the relative path to the database?

Any help is greatly appreciated!

Thanks,
Alex
Rumen
Telerik team
 answered on 09 Mar 2009
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?