Hi, its better to make a custom combobox component extending the combobox and override the listData function and data function.
On Feb 11, 9:56 am, Shalu <[email protected]> wrote: > debug your label function and chk what values are getting passed in > label function may be all are null thz why the list contains empty > values in combo-box....if still it doen't work..then share your > code.... > > On Feb 10, 10:16 pm, Santosh <[email protected]> wrote: > > > Hi, > > Its better to post your code with some sample data,so that we can > > rectify if there is any problem. > > > On Feb 10, 8:05 pm, phani pvr <[email protected]> wrote: > > > > Hi, > > > > Thanks for the reply. > > > But > > > Here i am using combo Box but not Datagrid. > > > U told, that is for DataGrid right. > > > > On Thu, Feb 10, 2011 at 5:56 PM, kapilan Thangalakshmi < > > > > [email protected]> wrote: > > > > hi > > > > > *private* *function* displayFullName(item:Object, > > > > col:mx.controls.dataGridClasses.DataGridColumn):String{} > > > > u wite d script inside d function > > > > > On Thu, Feb 10, 2011 at 5:10 PM, phani pvr <[email protected]> wrote: > > > > >> Hi All, > > > > >> I am getting list from backend and assigned that list to combo box. > > > >> Like this > > > >> <mx:comboBox dataprovider={empList} labelFunction="empName"/> > > > > >> here i am getting the data. But the problem is that i am unable to see > > > >> it. > > > >> Data is not visible. > > > > >> Please any one help me regarding this. > > > >> Thanks in Advance. > > > > >> Regards, > > > >> Phani. > > > > >> -- > > > >> You received this message because you are subscribed to the Google > > > >> Groups > > > >> "Flex India Community" group. > > > >> To post to this group, send email to [email protected]. > > > >> To unsubscribe from this group, send email to > > > >> [email protected]. > > > >> For more options, visit this group at > > > >>http://groups.google.com/group/flex_india?hl=en. > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > "Flex India Community" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group at > > > >http://groups.google.com/group/flex_india?hl=en.-Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

