Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
217 views
I have a page that uses a RadGrid. I have RadToolTip set up to display tooltips when the user hovers over cerain elements (See Good.gif).

If an element is quite need the edge of the screen, the tooltip, which is set up with RelativeTo="Mouse" and "Position="Center", resizes itself and wraps the content (see NotSoGood.gif).

Even worse, if the mouse is very close to the edge of the screen, part of the tooltip just disappears off the edge (see WorseStill.gif)

Is there a way of getting the same sort of functionality you get with RadWindow when you set KeepInScreenBounds to true? That is, get it to display the tooltip as it would have done normally, just offset enough - up, down, left or right, as appropriate to accomodate the size of the tooltip without wrapping the content?

--
Stuart
Marin Bratanov
Telerik team
 answered on 09 Mar 2012
3 answers
91 views
Hello All,

I have drop down box which consist of user saved views using GridSettingsPersister class.

Now my issue is that when first time user comes to page and select its saved view its load correctly.
But after loading first view when tries to change another view from drop down its get failed.
After doing some debugging I found that inside GridSettingsPersister -> Grid_ColumnsCreated Event settings which I supply loads correctly but when grid seen on page its just have first time loaded settings however data is changing into grid.

Can anyone suggest me what I am doing wrong?

Regards,

Dharmesh
Daniel
Telerik team
 answered on 09 Mar 2012
5 answers
129 views
Hello,

I would like to have the Menu spaced out evenly based on the width of the browser window. If the user changes the browser window, the items get closer together. Much like a basic DIV containing multiple divs centered with an auto width. I've tried implementing a similiar approach with the menu, but have not found a solution that works. Could you please give me some suggestions. I'm working with a custom skin that I pulled from telerik. The only modifications to the skin is the border width. I now need to modify the skin to evenly space out the menu items on the browser window.

Example (menu items evenly spaced based on browser window width)
_______________________________________________________
Home          About          Contact Us          Help         Logout        |  
__________________________________________________
Home About Contact Us Help Logout          |
__________________________________________________
Home About Contact Us Help Logout       |

** The spacing width should float and be evenly spaced out on the top of the browser window.

Thanks,
Nathan
Kate
Telerik team
 answered on 09 Mar 2012
4 answers
298 views
hi my dear friends
why RadGrid Filter (DropDown) Position Is Wrong When Our Grid Is Larger Than Page And Horizontal Scroll Bar Is Appeared ...
i mean when u click on filter button so u see filter menu in a wrong position in ur page , not under filter button



Andrew Bort
Top achievements
Rank 1
 answered on 09 Mar 2012
2 answers
202 views

Hello Telerik Developers-

 

I have seen similar posts in this forum, but none seemed to point to a working solution.

 

  • Telerik RAD Controls for ASP.Net Ajax (2010.2.826.20)
  • Target Framework:  .Net Framework 2.0
  • Visual Studio 2008
  • This problem happens in Firefox 10.0.2, IE 8, and Chrome 17

 

Scenario:  RadGrid within a user control (.ascx) that is dynamically loaded into a webform (.aspx).  Filtering is enabled on the RadGrid.

 

When the user clicks on any of the filter buttons at the top of any of the columns, the filter menu is displayed, but not directly adjacent to the filter button (it is displayed too far to the right).  This behavior did not occur when we were allowing the RadGrid and user control to assume 100% of the available screen width.  It only became a problem when we restricted the display of the application to a fixed width (similar to what is described in this thread:  http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-filtermenu-location.aspx).

 

Any guidance would be very much appreciated.

 

Thanks,

Andrew

Andrew Bort
Top achievements
Rank 1
 answered on 09 Mar 2012
2 answers
88 views
Hello all,

I'm trying to put a DropDownList in my EditForm, and populate it in the ItemCommand method. Existing codebehind is like this:

GridEditFormItem item = (GridEditFormItem)(e.Item as GridDataItem).EditFormItem;
                DropDownList ddlTeams = (DropDownList)item.FindControl("ddlTeams");
                ddlTeams.DataSource = GetTeamsDS();
                ddlTeams.DataTextField = "TeamName";
                ddlTeams.DataValueField = "TeamName";
                ddlTeams.DataBind();


My problem is that the FindControl() method isn't actually finding the control. I'm 100% sure everything is named the same, and I've used this method on other types of controls (listBox, Label, Button, etc.) but when I'm using it on the DDL it just fails. Should I be doing this in another method? or is there a way to make it work here? 
Kyle
Top achievements
Rank 1
 answered on 09 Mar 2012
2 answers
369 views

My RadTextBox has the onchange value set. When the user enters a value, I look up a value on our DB, which returns a value, with which I use set_value to either blank out the RadTextBox or assign it a different value.

But when I use set_value for either reason, it kicks off the onchange event again, creating a loop, which calls our DB 100's of times before finally stopping. How can I prevent that?
Jeremy Yoder
Top achievements
Rank 1
 answered on 09 Mar 2012
8 answers
474 views
I have a table cell that is set to 100% height with a RadTextBox in it.  I want the RadTextBox height to also be 100% and seem not to be able to get this to happen.  The TextMode is set to MultiLine.  I've tried setting the Height property and it yields no results.  There is no way of determining the amount of rows to populate the Rows property properly to make the RadTextBox expand to fit the whole table cell.  Is this possible with this control?
Mike
Top achievements
Rank 1
 answered on 09 Mar 2012
1 answer
75 views
Hi,

radconfirm and window.radopen functionalities are not working in IE 9 browser.

Below are the code examples:
var deleteconfirmationWindow = radconfirm('Are you sure you want to delete this folder?', confirmDeleteCallBackFn, 350, 60, "", 'Delete Folder');

var oWnd1 = window.radopen(url, "CustomReportSelectionWindow");


Also the styles applied for content in a RadEditor are not being displayed.

Thanks

Marin Bratanov
Telerik team
 answered on 09 Mar 2012
3 answers
61 views
Hi

i want to assign my tooltip text value by using the bellow code.  Control ID will be my RadToolTip ID.

string myScript = @"window.opener.document.getElementById('" + controlID + "').value = '" + strcomment.Trim() + "';window.close();";

Regards
Nithya
Marin Bratanov
Telerik team
 answered on 09 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?