Datagrid
-
hi, I am using datagrid in my apps.Using datasource property i have binded the datagrid with the dataset.So datagrid will have its items diaplayed in the same column order as that of in database.Is it possible to swap the columns? Ex: If my table contains Id,Name,Age My datagrid should display its item in the order Name,Id,Age
zari
-
hi, I am using datagrid in my apps.Using datasource property i have binded the datagrid with the dataset.So datagrid will have its items diaplayed in the same column order as that of in database.Is it possible to swap the columns? Ex: If my table contains Id,Name,Age My datagrid should display its item in the order Name,Id,Age
zari
hi Zareee change the order of fields into query as following & then bind to datagrid "select name,id,age from table" hope this helps
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India)
-
hi Zareee change the order of fields into query as following & then bind to datagrid "select name,id,age from table" hope this helps
Rupesh Kumar Swami Software Engineer, Integrated Solution, Bikaner (India)