Question about DataGrid -> Header
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is there anyway to set header if it is not on first line. Lets say i have to ingore first two lines in my file and make third line header. Is that possible programmatically? I'll greatly appreciate any help. Thanks
-
Is there anyway to set header if it is not on first line. Lets say i have to ingore first two lines in my file and make third line header. Is that possible programmatically? I'll greatly appreciate any help. Thanks
xoxoxoxoxoxox wrote:
i have to ingore first two lines in my file and make third line header
It means you have a xml file, and you read it to DataTable and after that you want to bind the data in DataTable to the Grid but set the third row to the header of the Grid, isn't it?