Peter.Mckelvey
16 May 2010, 6:29 PM
Hello,
I have a situation where i need to implement a locking gridview.
I have had a look at the example provided but cant figure out how to implement a variable number of columns at runtime.
My existing aspx page reads from a database and dynamicaly creates a new a table column for each date found in the database, then binds the dynamic table to a aspx gridview. So each unique date becomes a column header and the result data is populated in row for the relevant date/column.
I need to do this using the locking gridview approach and was wonding has anyone done a dynamic number of columns when creating ext.ux.grid.LockingColumnModel ?
thanks
I have a situation where i need to implement a locking gridview.
I have had a look at the example provided but cant figure out how to implement a variable number of columns at runtime.
My existing aspx page reads from a database and dynamicaly creates a new a table column for each date found in the database, then binds the dynamic table to a aspx gridview. So each unique date becomes a column header and the result data is populated in row for the relevant date/column.
I need to do this using the locking gridview approach and was wonding has anyone done a dynamic number of columns when creating ext.ux.grid.LockingColumnModel ?
thanks