Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
160 views
Please disregard this post. Thanks.
Karl Wilkens
Top achievements
Rank 1
 asked on 16 Feb 2009
2 answers
78 views
In the current version of Firefox (3.0.6), opening any dialogs will cause the page to scroll to the top. This only happens the first time you open a particular dialog after the page is loaded. This does not happen in IE 7.

To replicate:
1. Go to: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. Make the browser window small enough that you have to scroll down to see the full editor
3. Click "Link Manager" and the browser window pops back to the top
4. Click "Link Manager" again, and it works as expected
5. Click "Image Manager" and the window scrolls to the top
6. Click "Image Manager" again and it works as expected

Thanks,
John



John Brownell
Top achievements
Rank 1
 answered on 16 Feb 2009
5 answers
171 views
Hi,

Is it possible to use the radgrid with cardview but show x number of rows across like a repeater?  Its for a product listing and I want to be able to set the number of products across.

ive setup the product list to be like the cardview with a template from the examples but cant figure out how to go a bit further.

Thanks
-Keith
Sebastian
Telerik team
 answered on 16 Feb 2009
1 answer
96 views
I have got a radInputManager and have bound up some of my textboxes in a grid and these work as expected.

However, I cannot find a way to access the controls client side in javascript, I can get the input elements but then even if I then use $find(inputelement.id) this evaluates to null.

Can you please tell me how I can access my controls in javascript from outside the grid.

Many Thanks

Greg
Dimo
Telerik team
 answered on 16 Feb 2009
1 answer
294 views
I just want to find out how to deploy asp website with telerik controls because I've try creating a virtual directory of my website in IIS I used  telerik controls but when I try it out it all the telerik controls won't function properly through Localhost but running it inside Visual Studio it was working? need some help....
Atanas Korchev
Telerik team
 answered on 16 Feb 2009
1 answer
208 views
Hello,

I get this error when switch in edit mode for my grid.
The column causing this is a GridDateTimeColumn which has display='false' in grid declaration.
And it displays correctly when in non edit mode.
??

Last RadControls version, IE7.
Seems a bug ?

CS
Sebastian
Telerik team
 answered on 16 Feb 2009
1 answer
109 views
Hi All,

I have a requirement some thing like Insert snippet in Visual Studio.

In Rad Editor I want to have Context Menu

on the right click I shud have --- >AddSnippet-->DirectoryStructure From DataBase--->Snippets from  DataBase
Having 3 multilevel Windows.


Thanks in Advance



Rumen
Telerik team
 answered on 16 Feb 2009
1 answer
77 views

I have a custom Calendar SKin that has worked well for months now, but now that I updated to the Q3 2008 version its is broken. I did read in the patch notes that the skins had been reworked. Does that mean I need to rework my skin as well or is there a quick easy solution here?

Thanks!

Telerik RadCalendar for ASP.NET AJAX Q3 2008

RadCalendar rendering is now changed to use accessible tables and CSS sprites. All skins are reworked for the new rendering.

RadCalendar now supports binding to List.

RadTimePicker supports binding to custom collection of DateTime.

Dimo
Telerik team
 answered on 16 Feb 2009
1 answer
131 views
Hello there Telerik Team!

I have a problem when a user the radtextbox with the multiline text mode...

Here is the scenario:

I have a multiline textbox inside a web user control that I render dinamicly to my page. Inside the multiline textbox there is a text that I've entered before, and there, at that time, the scrollbars appear and everything looks preatty much as it should! But then if I render again, for editing propouses, and the text comes in the dinamic control, just the first line is displayed and the scrollbars aren't there!!!

If I focus the textbox and type ENTER in the top (before the text that its displayed), the whole text will be displayed... strange, isn't it? I'm using Q2 2008 Controls in IE 7.

Can you help me with this?

Thanks in advance...

Regards,

Sandro Martins
Sebastian
Telerik team
 answered on 16 Feb 2009
1 answer
111 views
I have recently upgraded a RadGrid from the ASP.NET version to the latest ASP.NET AJAX version.  I am running into some problems with sizing.  When the grid first loads, you can see the data and the grid looks normal for about a second.  Then, the grid 'gets squished', and I can only see half of the first row.  I am able to resize the grid with javascript to make it look normal, but then it has a flicker effect, and it looks even worse with the more records that are loaded. Below is my grid declaration and related javascript code.  I need for the grid to maintain its height when the page loads.  Does anyone know why it might be doing this?

 

<telerik:RadGrid ID="dgHistory" runat="server"

 

 

Skin="Office2007"

 

 

Height="100%"

 

 

Width="100%"

 

 

EnableViewState="false"

 

 

AutoGenerateColumns="False" >

 

 

<MasterTableView AllowSorting="true" AllowNaturalSort="true" EnableViewState="false" TableLayout="Auto" >

 

 

<HeaderStyle Width="100%" />

 

 

<ItemStyle Font-Size="X-Small" Font-Names="Arial" HorizontalAlign="Left" Wrap="True" BackColor="ActiveCaptionText" />

 

 

<AlternatingItemStyle Font-Size="X-Small" Font-Names="Arial" HorizontalAlign="Left" Wrap="True" BackColor="Control" />

 

 

</MasterTableView>

 

 

<HeaderStyle Wrap="false" />

 

 

<ClientSettings>

 

 

<Selecting AllowRowSelect="true" />

 

 

<Scrolling AllowScroll="true" SaveScrollPosition="true" UseStaticHeaders="true" />

 

 

<ClientEvents OnRowSelected="RowSelected" />

 

 

<Resizing EnableRealTimeResize="false" ResizeGridOnColumnResize="False" />

 

 

</ClientSettings>

 

 

<GroupingSettings CaseSensitive="false" />

 

 

</telerik:RadGrid>

 

 

function Resize() {

 

 

 

 

 

var scrollArea = document.getElementById("<%= dgHistory.ClientID %>" + "_GridData");

 

 

if(scrollArea){

 

setTimeout(

function(){

 

 

var header = document.getElementById("<%= dgHistory.ClientID %>" + "_GridHeader");

 

scrollArea.style.height = document.body.offsetHeight - (header.offsetHeight * 3.5) +

"px";

 

scrollArea.style.height = document.body.offsetHeight - header.offsetHeight - 32 +

"px";

 

}, 200);

}

 

 

 

}

Sebastian
Telerik team
 answered on 16 Feb 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?