Hi!
Please, help me on the following task: I'm creating a product catalog (Flash +
XML ) that will be used locally (from CD or on hard drive). Trying to program
it i stuck in the following problems:
1. How to display images in DataGrid rows? (every row got it's own image
according to data in XML file)
2. How to put a button and an input tag in DataGrid row, so that i could enter
a number in it and pass it futher pressing on that button?
3. How to copy "multiple-selected" rows from one DataGrid to another?
4. How to export DataGrid contents into a Excel format?
5. What is the best way to pass DataGrid contents to a printer?
6. How to count a column's contents automatically? (it's a TOTAL for items
ordered)
Sorry for my English!
Thank you for any help!!!
Den
steeban - 24 Oct 2005 08:07 GMT
Hi den,
don't do all this things in datagrid, some of the things you can do using cell
renderer, check this cell renderer. But there is one more problem, if you are
going to have a lot of data, then the datagrid will really struck up to load
the data fastly....... so its better to do in some other language like
.net..... if it is a simple datagrid then you can do in flash.....
Philippe Nomail - 24 Oct 2005 22:28 GMT
Hi,
1. use HtmlCellRenderer
http://philflash.inway.fr
nda2 - 25 Oct 2005 01:07 GMT
Philippe and steeban, thank you for the advice!! (I had to use mProject (for exporting+printing) along with Flash + 3rd-party .as for unicode stuff.)
Thank you!