RadGrid for ASP.NET
Search RadGrid for ASP.NET
Contents
At a glance
Installation and deployment
DNN
Licensing
Already using the control
Functional overview
ASP.NET 2.0 Features
Getting Started
Grid columns
Grid rows
Defining Structure
Visible/Enabled conventions
Populating the control with data
AJAX
Sorting
Paging
Scrolling
Grouping
Filtering
Selecting grid items
Insert/Update/Delete records
Hierarchical grid types and Load modes
Design-time support
Controlling visual appearance
Localization/Accessibility
RadGrid export
The control lifecycle
Performance tips and tricks
Getting familiar with server-side API
Getting familiar with client-side API
Telerik RadGrid inheritance
How-to
Troubleshooting
Integration with other controls
Client-side API Reference
Overview
Getting Telerik RadGrid client object
Extracting key values client-side
Making postback/ajax request on client row click
Classes
RadGrid
RadGridTable
RadGridTableColumn
RadGridTableRow
ClientSettings
ClientEvents
ClientEvents Class Members
Properties
Scrolling
Selecting
Resizing
MasterTableView
API Reference
Need for help
PID412 ; RID7 ; VID0
ClientEvents Class Members
Send comments
on this topic.
Client-side API Reference > Classes > ClientEvents > ClientEvents Class Members
Glossary Item Box
There are two ways to attach to a client-side event of RadGrid:
attach command string to event
ASPX/ASCX
Copy Code
<ClientEvents OnGridCreating =
"alert("
Creating RadGrid
")"
>
attach function to event
ASPX/ASCX
Copy Code
<ClientEvents OnGridCreating =
"GridCreating"
>
<script>
function
GridCreating ()
{
alert(
"Creating RadGrid"
)
}
</script>
Public Properties
OnGridCreating
String
OnGridCreated
String
OnGridDestroying
String
OnMasterTableViewCreating
String
OnMasterTableViewCreated
String
OnError
String
OnTableCreating
String
OnTableCreated
String
OnTableDestroying
String
OnColumnCreating
String
OnColumnCreated
String
OnColumnDestroying
String
OnColumnResizing
String
OnColumnResized
String
OnColumnSwapping
String
OnColumnSwapped
String
OnColumnMovingToLeft
String
OnColumnMovedToLeft
String
OnColumnMovingToRight
String
OnColumnMovedToRight
String
OnRowCreating
String
OnRowCreated
String
OnRowDestroying
String
OnRowResizing
String
OnRowResized
String
OnRowClick
String
OnRowDblClick
String
OnColumnClick
String
OnColumnDblClick
String
OnRowSelecting
String
OnRowSelected
String
OnRowDeselecting
String
OnRowDeselected
String
OnRowMouseOver
String
OnRowMouseOut
String
OnColumnMouseOver
String
OnColumnMouseOut
String
OnColumnContextMenu
String
OnRowContextMenu
String
OnColumnHiding
String
OnColumnHidden
String
OnRowHiding
String
OnRowHidden
String
OnRowDeleting
String
OnRowDeleted
String
OnKeyPress
String
OnGridCreating
String
OnGridCreated
String
OnGridDestroying
String
OnMasterTableViewCreating
String
OnMasterTableViewCreated
String
OnError
String
OnTableCreating
String
OnTableCreated
String
OnTableDestroying
String
OnRequestStart
String
OnRequestEnd
String
OnHierarchyExpanding
Only when HierarchyLoadMode="Client"
OnHierarchyExpanded
Only when HierarchyLoadMode="Client"
OnHierarchyCollapsing
Only when HierarchyLoadMode="Client"
OnHierarchyCollapsed
Only when HierarchyLoadMode="Client"
OnGroupExpanding
Only when GroupLoadMode="Client"
OnGroupExpanded
Only when GroupLoadMode="Client"
OnGroupCollapsing
Only when GroupLoadMode="Client"
OnGroupCollapsed
Only when GroupLoadMode="Client"
OnActiveRowChanging
String
OnActiveRowChanged
String
OnFilterMenuShowing
String