How to change the position of newly inserted row to column
I am displaying grid in column wise for that i have changed col to row and row to col now the date is displaying in column wise
ex:
Emp_id 1 2 3
emp_name suf manu sinu
But newly inserted record comes as row how to change this to column or how to change the row position
Ex:
4 rina 60 ------ > new record
Emp_id 1 2 3
emp_name suf manu sinu
emp_sal 20 40 50
ex:
Emp_id 1 2 3
emp_name suf manu sinu
But newly inserted record comes as row how to change this to column or how to change the row position
Ex:
4 rina 60 ------ > new record
Emp_id 1 2 3
emp_name suf manu sinu
emp_sal 20 40 50
sufy
January 16,