Datgrid and Subheaders
i looking recreate clothing catalog order form in flex. each product has 5 common attributes , variable number of sizes. client likes these displayed in massive grid sized products grouped under same sizes. customer types qtys of each size. there bundles , rules around qty , price between sizes etc. 250 items displayed on page , total qtys , price on button click.
i have had running number of years in html using forms , js. looking @ porting flex.
while looking expand options customer can use find , select product need maintain view use to. looking using datagrids can tell datagrids can not have new column labels further down grid or can they?
for example sizes or columns s, m l xl have 3 rows , further down grid have new columns 7, 9,11, 13 etc 6 rows. ideally want keep data inside 1 grid rather display 7-8 grid on 1 page. if can offer advice on whether go down datagrid or list path appreciate it.
i have had running number of years in html using forms , js. looking @ porting flex.
while looking expand options customer can use find , select product need maintain view use to. looking using datagrids can tell datagrids can not have new column labels further down grid or can they?
for example sizes or columns s, m l xl have 3 rows , further down grid have new columns 7, 9,11, 13 etc 6 rows. ideally want keep data inside 1 grid rather display 7-8 grid on 1 page. if can offer advice on whether go down datagrid or list path appreciate it.
data grid cannot itself. there ways though.
consider datagrid in repeater.
tracy
consider datagrid in repeater.
tracy
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment