Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ExportOrientation.aspx.cs"
Inherits="RadGrid_ExportOrientation" %>
<%@ Register TagPrefix="telerik" Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
head
runat
"server"
title
></
style
type
"text/css"
body
{
direction: rtl;
}
</
form
id
"form1"
div
asp:ScriptManager
ID
"ScriptManager1"
/>
telerik:RadGrid
"RadGrid1"
OnNeedDataSource
"RadGrid1_NeedDataSource"
onprerender
"RadGrid1_PreRender"
ShowStatusBar
"true"
Width
"100px"
MasterTableView
CommandItemDisplay
"Top"
protected
void
RadGrid1_NeedDataSource(
object
sender, GridNeedDataSourceEventArgs e)
RadGrid1.DataSource =
new
string
[] {
"Test"
};