Skip to content

Add DataGrid Componant #272

Open
Open
@gack2009

Description

@gack2009

Would be great if you can add a DataGrid support as we were using it heavily in our system or if there is an easy swappable already implemented component.

Sample ASPX code:

<asp:DataGrid ID="dgCountries" CellSpacing="2" CellPadding="1" runat="server" EnableViewState="true" CssClass="table"
BorderWidth="0px" BorderStyle="None" DataKeyField="COUNTRY_ID" OnDeleteCommand="deleteCountry"
AllowSorting="false" AutoGenerateColumns="false">




<asp:TemplateColumn HeaderText="Country">


<asp:Label runat="server" Text='<%# htmlEncode(Container.DataItem, "COUNTRY_NAME")%>' ID="lblCountry">
</asp:Label>

</asp:TemplateColumn>
<asp:ButtonColumn HeaderStyle-Width="30" ItemStyle-CssClass="iconCell" Text="<i class='deleteIcon' alt='Delete' title='Delete'> </i>"
CommandName="Delete"></asp:ButtonColumn>

</asp:DataGrid>

Metadata

Metadata

Assignees

No one assigned

    Labels

    use caseWeb Forms usage samples to be considered

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions