how to swap column of datagrid at runtime in asp.net ?
-
at runtime i want to drag the column of datagrid but don't have knowledge now.please help me out and if it is possible then please give me small sample code to implement it using vb.net. tbhattacharjee
-
at runtime i want to drag the column of datagrid but don't have knowledge now.please help me out and if it is possible then please give me small sample code to implement it using vb.net. tbhattacharjee
This is not possible in ASP.NET. You could inherit from the DataGrid control to and provide your own implementation (heavily augmented with a liberal amount of javaScript) to provide the functionality that you desire. --Colin Mackay--
"In the confrontation between the stream and the rock, the stream always wins - not through strength but perseverance." (H. Jackson Brown) Enumerators in .NET: See how to customise foreach loops with C#