I need to add the row in DataView at the last Position. I have already used the Dv.Table.rows.InsertAt() but it sort the row by Specify column.
I need some thing Like.
- first i add the table in dataview and sort by specify column.
- then i need to add the column at the end(Added row should not be sort) of dataview without interrupting the already sort row.
what is happening
when i add the value in Table in dataview it got sort by the specify column.
Or if i add the value in dataview the first row added at end and from second rowadded at first..
Pleas help..