This is a migrated thread and some comments may be shown as answers.

[Solved] Grid Design

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
may215
Top achievements
Rank 1
may215 asked on 13 Feb 2010, 10:29 AM
<Telerik:RadGrid AutoGenerateColumns="False" Skin="Vista" GridLines="Both" 
    OnItemDataBound="grForumList_ItemDataBound" ID="grForumList" AllowPaging="True"  
    AllowSorting="True" runat="server"
    <PagerStyle Mode="NextPrevAndNumeric" /> 
    <GroupingSettings CaseSensitive="false" /> 
    <MasterTableView TableLayout="Fixed" Dir="RTL" PageSize="2"
        <Columns> 
            <Telerik:GridTemplateColumn UniqueName="clForumIcon" HeaderText="סוג"
                <ItemTemplate> 
                     <YAF:ThemeImage ID="ThemeForumIcon" runat="server" /> 
                </ItemTemplate> 
            </Telerik:GridTemplateColumn> 
            <Telerik:GridTemplateColumn UniqueName="clLnkForum" HeaderText="פורום"
                <ItemTemplate> 
                    <asp:LinkButton CommandName="Select" ID="lnkForum" runat="server"></asp:LinkButton> 
                </ItemTemplate> 
            </Telerik:GridTemplateColumn> 
            <Telerik:GridBoundColumn SortExpression="ProductName" HeaderText="צפו בפורום" HeaderButtonType="TextButton" UniqueName="lblForumViewing"></Telerik:GridBoundColumn> 
            <Telerik:GridBoundColumn SortExpression="ProductName" HeaderText="תיאור" HeaderButtonType="TextButton" UniqueName="lblForumDescription"></Telerik:GridBoundColumn> 
            <Telerik:GridBoundColumn SortExpression="ProductName" HeaderText="נושאים" HeaderButtonType="TextButton" UniqueName="lblCountTopics"></Telerik:GridBoundColumn> 
            <Telerik:GridBoundColumn SortExpression="ProductName" HeaderText="הודעות" HeaderButtonType="TextButton" UniqueName="lblCountPosts"></Telerik:GridBoundColumn> 
            <Telerik:GridTemplateColumn UniqueName="clLnkLastPosts" HeaderText="הודעה אחרונה"
                <ItemTemplate> 
                    <asp:LinkButton CommandName="Select" ID="lnkLastPosts" runat="server"></asp:LinkButton> 
                </ItemTemplate> 
            </Telerik:GridTemplateColumn> 
        </Columns> 
        <HeaderStyle Width="80px"></HeaderStyle> 
    </MasterTableView> 
    <PagerStyle Mode="NextPrevAndNumeric" /> 
</Telerik:RadGrid> 
Hi,
I am facing very odd problem with my grid design, when i am in design mode i can see the grid skin with borders, pager style etc..
But, when i run the application i see the grid with no borders or skin, just the data on the page with nothing.

You can see the code above.
* As you can see, i am using ItemDataBound event.

Can you please advice?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 17 Feb 2010, 04:17 PM
Hello may215,

Since the behavior is quite strange I would suggest you to open a formal support ticket and send us a small sample project demonstrating the problem. This way we would be able to debug it locally and provide you with detailed information about the cause of the issue.

Regards,
Martin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
may215
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or