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

Can the radalert callback function be a method on an object?  I'm trying to use the following:

myObject.callback

as the callback paramter but it doesn't work.  I have had it working when I just reference a function.

TIA

Jeff
Marin Bratanov
Telerik team
 answered on 09 Mar 2012
3 answers
114 views
Is possible to configure TabStrip to use a print friendly layout? Any suggestions where to start digging?

Thanks,
Richard
Top achievements
Rank 1
 answered on 09 Mar 2012
1 answer
291 views
hi,

I have jquery ajax function (json) to get datatable from database, now I want to assign this datatable to rad grid data source,
so any help how to do that?

Richard
Top achievements
Rank 1
 answered on 09 Mar 2012
4 answers
163 views
Is there a way to turn off the initial Save/Cancel/Options popup and go striaght to the Advanced Form when creating a new appointment? We require several fields to create an appointment and all that little popup takes is a subject.

Thanks!
Sam
Peter
Telerik team
 answered on 09 Mar 2012
5 answers
270 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
133 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
150 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
348 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
238 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
117 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?