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

GridBoundColumn issue

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Satya Sahu
Top achievements
Rank 1
Satya Sahu asked on 20 Mar 2010, 08:47 AM
Hi Folks,

I have my datagridview in aspx and i have certain code like this:-
<asp:GridView runat="server" AllowSorting="True" AutoGenerateColumns="False" Width="100%" ID="gvProductCode" meta:resourcekey="gvProductCodeResource1"
            <Columns> 
            <asp:CommandField ShowSelectButton="True" meta:resourcekey="CommandFieldResource1"
                <HeaderStyle HorizontalAlign="Center" Width="10%"></HeaderStyle> 
                <ItemStyle HorizontalAlign="Center"></ItemStyle> 
            </asp:CommandField> 
            <asp:BoundField DataField="vchProductCode" HeaderText="Product Code" SortExpression="vchProductCode" meta:resourcekey="BoundFieldResource1"
                <HeaderStyle HorizontalAlign="Center"></HeaderStyle> 
                <ItemStyle HorizontalAlign="Left"></ItemStyle> 
            </asp:BoundField> 
 </Columns>             
        </asp:GridView> 

now i replaced my datagridview with a RadGrid...can anyone please let me know the code that i should replace.....with the above code with respect to RadGrid...urgent help required.

Thanks
Satya

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 23 Mar 2010, 11:53 AM
Hello Satya,

Detailed descriptions regarding the RadGrid column types and column usage you can find in the following online resources:
http://www.telerik.com/help/aspnet-ajax/grdcolumntypes.html
http://www.telerik.com/help/aspnet-ajax/grdusingcolumns.html
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx

I hope this gets you started properly.

Greetings,
Pavlina
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
Satya Sahu
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or