I have assigned data to the webgrid but it sorting the columns alphabetically. it is not showing columns as like in asp datagrid according to table structure.
for example if table have columns as"
id title artid
then grid showing them after sorting the columns as:
artid id title