DataGrid SortCommand event not triggered

  • Thread starter Thread starter John Sturgeon
  • Start date Start date
J

John Sturgeon

Hello:

When creating a dynamic datagrid (i.e. columns are not added until runtime),
and enabling allow sorting, the SortCommand event is never fired. Anyone
know why or a way around it? This is in .NET Framework 1.1 and VS.NET 2003.

Thanks,

John
 
1. Try to enable viewstate on the datagrid
2. Try to create create the dynamic columns

Tommy,
 
(e-mail address removed) (Tommy) wrote in
1. Try to enable viewstate on the datagrid
2. Try to create create the dynamic columns

Tommy,

What do you mean by "Create Create" the dynamic columns?

Thanks,

John
 
Back
Top