Hi. I was using the ItemCommand event to handle commands on a grid that was created statically. Now that I've changed the grid to be created programmatically, commands from the grid aren't being handled. Does anyone no how I might be able to solve this?
This is part of my code:
Protected WithEvents EmployeesGrid As RadGrid
This is part of my code:
Protected WithEvents EmployeesGrid As RadGrid
Public
Sub EmployeesGrid_ItemCommand(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles EmployeesGrid.ItemCommand