RE: [flexcoders] Datagrid question

2009-04-20 Thread Tracy Spratt
Almost nothing generated at instantiation: of a renderer is meaningful. Either you know what it is because you set it at design time, or it is unpredictable, depending on the vagaries of the List functioning. Remember that renderers are recycled and are just a temporary view of the underlying

RE: [flexcoders] datagrid question

2008-08-05 Thread Tracy Spratt
On click, use the value from the ProductID property in the selectedItem to build your RO method arguments. Then make the call. In the result handler, process the result data as you need. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] DataGrid question

2007-12-21 Thread Joe
Would defining a new methiod, then calling super.dataGrid() work? Im starting to get into the Flex side of AS3, right now all I have is the OOP side of flash. So I don't know the method calls yet. :P -Joe On Dec 21, 2007 10:42 AM, djhatrick [EMAIL PROTECTED] wrote: I asked a while back and

Re: [flexcoders] Datagrid question

2007-02-19 Thread xmrcivicboix
From the looks of it. Row1 and Row2 are entirely different rows with different data because of your 4th and 5th column. They have the same data but it doesn't mean the same. It's like saying Row1 is an Apple and Row2 is an Orange. Even though they're both sweet, we simply cannot suppress them to

RE: [flexcoders] Datagrid question

2007-02-19 Thread Dimitrios Gianninas
You will have to code an ActionScript funtion/class to do this filtering for you and then pass the data to the grid for display. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] DataGrid question

2005-11-14 Thread Matt Chotin
Add newmodel.annotation. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kai Pradel Sent: Monday, November 14, 2005 8:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid question I am new to Flex and am having a