Hi Folks,
I have my datagridview in aspx and i have certain code like this:-
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
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