![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
Hi,
I have tried the DataGris using Remote Objects, it is working fine and getting the database tables. Now the Problem is, Same code i am reuisng and changed to Advanced DataGrid, It is throwing Error. Error: Error /FlexProduct.mxml:8 Could not resolve <mx:AdvancedDataGrid> to a component implementation. 7: 8: <mx:AdvancedDataGrid dataProvider="{srv.getProducts.lastResult}" width="100%" height="100%"> 9: I have attached all the Code as attachment. Please lookup the code and help me on the same. Can you please any one help me on the same ..it is very urgent for me to develop teh Advanced DataGrid. <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:RemoteObject id="srv" destination="product" /> <mx:Panel height="100%" width="100%" layout="vertical"> <mx:AdvancedDataGrid dataProvider="{srv.getProducts.lastResult}" width="100%" height="100%"> <mx:groupedColumns> <mx:AdvancedDataGridColumn headerText="NAME" dataField="name"/> <mx:AdvancedDataGridColumn headerText="CATAGORY" dataField="category"/> <mx:AdvancedDataGridColumn headerText="IMAGE" dataField="image"/> <mx:AdvancedDataGridColumn headerText="PRICE" dataField="price"/> <mx:AdvancedDataGridColumn headerText="DESCRIPTION" dataField="description"/> <mx:AdvancedDataGridColumn headerText="ProductID" dataField="product_id"/> </mx:groupedColumns> </mx:AdvancedDataGrid> <mx:Button label="Get Data" click="srv.getProducts()"/> </mx:Panel> </mx:Application> |
| Sponsored Links |
|
|||
|
"rkcy" <webforumsuser@macromedia.com> wrote in message news:gg5uh1$4m7$1@forums.macromedia.com... > Hi, > > I have tried the DataGris using Remote Objects, it is working fine and > getting > the database tables. > > Now the Problem is, Same code i am reuisng and changed to Advanced > DataGrid, > It is throwing Error. > > Error: > > Error /FlexProduct.mxml:8 > Could not resolve <mx:AdvancedDataGrid> to a component implementation. > > > 7: > 8: <mx:AdvancedDataGrid dataProvider="{srv.getProducts.lastResult}" > width="100%" height="100%"> > 9: What version of the SDK are you using, and does it match your version of Flex Builder Pro? |
|
|||
|
"rkcy" <webforumsuser@macromedia.com> wrote in message news:gg6o1e$5ml$1@forums.macromedia.com... > Hi, > > I am using Flex Builder 3.0 and Flex SDK also 3.0. > > Both the versions same. Not sure then. Every time I've heard of this error, it's someone trying to use a Flex SDK release that isn't supported by their current version of Flex Builder Pro. |
|
|||
|
Actually i need to develop Tree Grid using Advanced Data Grid with remote
Objects. But the Tree nodes has to come from Database. Can any one please send me the example code, how to do this same. So At first i developed the Data Grid and get the values from the Database. It is working fine. Now i implement the Advanced data Grid in the same below code, it is not working. |
|
|||
|
"rkcy" <webforumsuser@macromedia.com> wrote in message news:gg742q$kd3$1@forums.macromedia.com... > It is Quite urgent for me..please anyone send the example, how to s any > one send the Examples how to populate the sub tree nodes dynamically when > click on the main expand button. Is this an offer of employment? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise