Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
165 views
I am running into a style issue in IE 8 where the header width is smaller than the column's content width.  The Grid sample for Column/Row Resize/Reorder is having this same issue when using IE 8.  Is there any suggestion on how this could be fixed?
Pavlina
Telerik team
 answered on 28 Sep 2009
1 answer
69 views
Hi guys

I try to follow the instructions provided here http://www.telerik.com/help/aspnet-ajax/create-ajax-enabled-sharepoint-webpart-radcontrols.html with any positive result about it, Im using a radstrip with a multipage with grids inside, and I expect to refresh the multipage on any click on tabstrip, my webpart is made on ascx and I test it on a normal page and the ajax works, but when I try to install it on moss seems like it is ajaxfied correctly shows the loading panel but the multipage never change and the grid inside either, so what can I do to get this scenario working, I will provide u my code if you need it.

thanks in advance

KMILO
Sebastian
Telerik team
 answered on 28 Sep 2009
9 answers
187 views
Hi,

I'm successfully using Drag-Drop between a tree and a grid based on this example:
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx

However, I can't get the most recently added (dropped-on-grid) row to immediately open into Edit mode. The "edit" button works fine on the row and opens the EditItem template without problems, but I want the newly added row to initially appear in this edit mode. I've tried many methods: OnDataBound -- no go, OnDataBinding -- no go, OnItemCreated -- works fine, buts get called for each of the newly added items, and since I am updating the RadGrid each time from a DataTable, ALL of the items are newly created each time (just like in the example). So, any tips on how to force the most recently entered (newest, last-in-table) row to open into edit mode when added? I don't care whether it is client or server side (or mixture) code.

Thanks for any tips!
R
Richard
Top achievements
Rank 2
 answered on 28 Sep 2009
2 answers
79 views
Hello everybody. I'm dealing with the following problem. I have a radgrid inside which I want to have a commandItemTemplate. This has some controls: one of them is a radtextbox. I would like to add a requiredfield validator to the textbox.
When I had the CausesValidation='True' property to a button inside the commandItemTemplate I found out that the event does never get fired.
How can I solve this problem?

P.S. If I put the CausesValidation to False I don't have the problem anymore.
Lia
Top achievements
Rank 1
 answered on 28 Sep 2009
6 answers
189 views
I have just upgraded to the new release, I was on 2008 Q3 before.  I have a control that uses a radToolBar and the skins just don't seem to fit properly anymore whereas I wasn't having any difficulty at all before.

The Control:
<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="TopNavigation.ascx.vb" 
    Inherits="ReDA2Portal.WebUserControl1" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<telerik:RadToolBar ID="rtbTopNavigation" runat="server" 
    Width="960px" Skin="WebBlue"></telerik:RadToolBar> 
#Region "Functions and Subs" 
 
    Sub getSections() 
        Dim dt As DataTable = ReDA2Classes.baseClass.GetDataTable("SELECT * FROM tblsection ORDER BY SectionOrder", ConnStr.ConnectionString.ToString) 
        Dim r As DataRow 
 
        For Each r In dt.Rows 
 
            Dim b As New Telerik.Web.UI.RadToolBarButton(r("SectionName")) 
            b.NavigateUrl = "~/" & r("URL"
            b.Visible = r("IsVisible"
            rtbTopNavigation.Items.Add(b) 
 
        Next 
    End Sub 
#End Region 
 
 
    Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles Me.Load 
        If Not Me.IsPostBack Then 
            getSections() 
        End If 
    End Sub 

It is being placed in a div on a page:
            <div class="divHeader"
                <div class="divHeaderWrap"
                    <uc1:TopNavigation ID="TopNavigation1" runat="server" /> 
                </div> 
            </div> 
.divHeader 
{  
    width: 100%     
 
.divHeaderWrap 
    width960px
    marginauto 

And this is what it is showing:
http://img233.imageshack.us/img233/1473/69304635.jpg

I also have some raddocks and the skins for them don't seem to be displaying properly either.  They look weird in IE7 and are just flat colurs in firefox.  I am pretty certain that both problems are caused by the same issue but I can't find anything at the moment.  They were all working perfectly well on the last version I had which was 2008.3.1125.35 the version I am on now is 2009.2.826.35





Guy
Top achievements
Rank 1
 answered on 28 Sep 2009
1 answer
142 views
Hi,

How can i set Relative Width for RadCombobox  like 50%  intead of 250 px or so......
Yana
Telerik team
 answered on 28 Sep 2009
1 answer
78 views
Hi,

Only filters we need are 'Starts With' 'Ends With' 'Contains' and 'No Filter',  How can i customise filter.

lakaml
Pavlina
Telerik team
 answered on 28 Sep 2009
2 answers
109 views
Hi all,

Can anyone tell me why there is space between the tab buttons and actually content when I use the example from http://demos.telerik.com/aspnet-ajax/tabstrip/examples/firstlook/defaultcs.aspx ??

In FF it looks like (big gap):
http://hrensberg.dk/telerik/local_ff.gif

and in IE it looks like (only a small gab, a single pixel, but still...) :
http://hrensberg.dk/telerik/local_ie.gif

Why doesn't it looks like the example shown at the site above:
http://hrensberg.dk/telerik/telerik_web.gif

I have copy/pasted the example from the link above and only removed header, footer etc.
Ahrensberg
Top achievements
Rank 1
 answered on 28 Sep 2009
2 answers
149 views
Hi all,

I have a grid in which I in the first column want to show either a red or a green bullet depending on what a datafield called "Status" contains (true/false). How can I do that?

Best regards...
Ahrensberg
Top achievements
Rank 1
 answered on 28 Sep 2009
1 answer
78 views
When I click on the RadEditor button in my application, Exception gets generated. This Happens only in firefox. I have tried with IE. it works absolutely fine.No exception gets genarated with IE in the application.


Regards
Srikanth
Lini
Telerik team
 answered on 28 Sep 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?