Sorting Data of Data Grid Control
-
-
-
you can use dataview to sort the records. assign the table.defaultview with the dataview. Then you can sort it with the column name. dim dtview as new dataview=table.defaultview dtview.sort(columnName)
All The Best Sathesh Pandian
-
you can use dataview to sort the records. assign the table.defaultview with the dataview. Then you can sort it with the column name. dim dtview as new dataview=table.defaultview dtview.sort(columnName)
All The Best Sathesh Pandian
Dear Actually I have a Data Grid and its different columns are set by different functions. For example first column is set by func1,2nd column is set by func2, similiry other columns are set by different functions. Now there is a column Customer Name, I want to sort this Data Grid with the help of this column. Is there any method with the help of which I can sort it. I want to sort this Data with the Data Which is in this Column, not with Data base table. How is that possible.
-
If u can create the stored procedure into DB and use join query for all records thn use the order by clause for that. hope that'll help u.
Deepak Smile a Lots,Its Costs Nothing