Skip to content

Instantly share code, notes, and snippets.

@aarshtalati
Created July 26, 2016 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarshtalati/17a7f40a04f362b90a9036e054b293d4 to your computer and use it in GitHub Desktop.
Save aarshtalati/17a7f40a04f362b90a9036e054b293d4 to your computer and use it in GitHub Desktop.
<telerik:RadGrid ID="RadGrid1"
runat="server" CellSpacing="0"
DataSourceID="LinqDataSource1"
GridLines="None"
AllowFilteringByColumn="True"
EnableViewState="false" <!-- Notice that the view state has been disabled -->
AllowPaging="True"
AllowSorting="True"
ShowGroupPanel="True"
AutoGenerateEditColumn="True">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment