<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:telerik="remove"> <xsl:template match="/"> <div> <radG:RadGrid ID="RadGrid1" Width="95%" AllowFilteringByColumn="True" AllowSorting="True" PageSize="15" ShowFooter="True" ShowGroupPanel="True" AllowPaging="True" AllowMultiRowSelection="True" runat="server"> <HeaderStyle Width="150px" /> <ClientSettings ReorderColumnsOnClient="True" AllowDragToGroup="True" AllowColumnsReorder="True"> <Scrolling AllowScroll="True" UseStaticHeaders="True"></Scrolling> <Resizing AllowRowResize="True" AllowColumnResize="True"></Resizing> <Selecting AllowRowSelect="True"></Selecting> </ClientSettings> </radG:RadGrid> </div> </xsl:template> </xsl:stylesheet>
www.telerik.com | Terms of Use | Contact Us