Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views

Hi, I have a radtree control and I am adding radgrid to its node programmatically.
I am setting the Scroll options on the grid to freeze the first two columns of the grid. However, the columns are not getting frozen? Any idea why..
I am setting the following properties on the grid.

grid.ClientSettings.Scrolling.UseStaticHeaders = True
grid.ClientSettings.Scrolling.SaveScrollPosition = True
grid.ClientSettings.Scrolling.FrozenColumnsCount =  2

Also, I observe that now for all grids on the different nodes the grid's height is consant. I would want a variable height for the grid, depending on the number of records it has. How do I accomplish that?

Thanks

 

 

 

 

Dimo
Telerik team
 answered on 19 Oct 2010
4 answers
458 views
Is there a way to use the GridDropDownColumn and not require a value?

We have a grid that we want to use for editing, but several of the dropdowns don't require a value. If we use the default behaviour, the first entry in the list is automatically selected and saved. We've experimented with including a null value in the datasource, but this generates various errors.

Is there a simple way to use the dropdown behaviour without requiring a value to be selected?
Alex Vr
Top achievements
Rank 1
 answered on 19 Oct 2010
1 answer
104 views

Dear Telerik team

We upgraded to a Q1 2009 version of the Telerik controls to avail ourselves of some fixes and new features but we were using the Telerik default skin as it blended in quite well with our application.

Unfortunately the new version of Telerik skin doesn't blend at all well in a lot of places and we have just been through the process of isolating the various components where we want to use a custom skin.  Our final preferred look is going to be partly Telerik, partly custom skin).  We have fixed the rad panel bar so our menu looks largely like it did and that was pretty painful but now there is the grouped reports. 

Attached is a comparison of the view of a grouped grid template after the new skin version applied and prior to the new applied.  I am hoping you can point me to how to swap this back.  I assume there is more than the grouping section of the grid.css going on as swapping these classes out doesn't do anything.  Replacing the grouping styles in the grid.CSS with the old styles alters the style but not to what it was.  Do you know why this may be happening? 

I am not sure if you are planning in future to make changes to standard skins without renaming them something new but please let us know if this is likely; as we'll import the entire skin to the solution and customise it now as it has been hours and hours of work to sort out issues with this version change so we definitely don't want to do this again.

Dimo
Telerik team
 answered on 19 Oct 2010
5 answers
196 views
Hi All,

We enabled radgird with AllowSorting="true", and we use pagination for the radgrid too. The issue when you click the header and let it sort, it only keep the sorting order for the that page, when it come to the rest of pages, the sort order is lost. How to solve this problem? e.g, if we want to sort it by state, we want it all the data (all pages) are sorted by state, not the page where I click the sort arrows.

Thanks for the help, really appreciate it,
Helen
Pavlina
Telerik team
 answered on 19 Oct 2010
1 answer
96 views
We have the following scenario where we can not provide a DataField because the item template is binded during ItemDataBound.

            <telerik:GridTemplateColumn HeaderText="Action"  AllowFiltering="false" UniqueName="Action" ItemStyle-HorizontalAlign="Left" HeaderStyle-Width="10%" >
                <ItemTemplate>
                    <TLMASP:Label ID="TransactionActionLabel" runat="server" ></TLMASP:Label>
                </ItemTemplate>
            </telerik:GridTemplateColumn>

How can we provide search functionality ?
We have an object like: 
AuditItem
{
 int id;
 ....
 Object MyObject;
}

TransactionActionLabel.Text is filled by = Cache.Get((ITransactionCapable)item.dataitem.MyObject).TransactionAction;

Should we change the way we bind the data to our grid? should we provide something like a Bindable object full of all the properties already? So the grid will interact with just a collection of these simple objects?

Bests, 
Alan.

Iana Tsolova
Telerik team
 answered on 19 Oct 2010
1 answer
99 views
I use RadEditor for MOSS and on a PageLayout I have a related column with a RadHTMLField, the DisplayWidth is 166.
When I set focus in the editor the toolbar is visible but the width is only 168px and in IE the toolbar get's cut off the width should be 520px to show the toolbar. See attachment.

How can I avoid the toolbar to be cut?
Stanimir
Telerik team
 answered on 19 Oct 2010
1 answer
50 views
does the radeditor support adding javascript to the SP2010 CEWP?  In native sharepoint when I try and add javascript the code gets stripped on save,  I am hoping that by using RadEditor, I can overcome this limitation.

Dave
Stanimir
Telerik team
 answered on 19 Oct 2010
3 answers
129 views
Hi ,
I am new to telerik control. I am using nested radgrid. I need to add new record detail table onclick of link button in master table. Please find the screen shot attached.
Princy
Top achievements
Rank 2
 answered on 19 Oct 2010
1 answer
178 views
Hello
I am using RadControls Q1 2010 trail addition and have just come across this issue, It seem that no mater how I deploy a test page using the rad window manager and window control the window will not fire. This also occurs with the Opera Browser. I understand that IE9 is still in beta but has anyone else run into this?

Thanks
Georgi Tunev
Telerik team
 answered on 19 Oct 2010
1 answer
170 views
I've carefully followed the instructions at http://www.telerik.com/help/aspnet-ajax/using-jquery.html

I have this on the master page:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"
    <Scripts
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> 
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> 
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
    </Scripts
</telerik:RadScriptManager>
 

 

 

However whenever I try to use $telerik.$ in one of my content pages, I get the error:

'$telerik' is undefined.

Edit: This is even happening on the Master page when I try to move the code there.

Dimo
Telerik team
 answered on 19 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?