3.2.0

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
sufy
January 16,
please atleast let me know is this possibel or active widgets doesn't have this support.
sufy
January 19,
AW grid does not have 'addColumn()' method. You can add the column to your data source and then update column indices and column count properties, and call grid.refresh() at the end.
Alex (ActiveWidgets)
January 19,

This topic is archived.

See also:


Back to support forum