sayeed
27 Dec 2006, 7:25 PM
Hi guys
I wanna to know how to populate grid with a java list object dynamically.The issue is i am getting a
list object as return type for a function call.Now after getting the list i wanna to place the date in the
list in to the grid.Since the it is difficult to create a variable data from the list of this type dynamically
var data ={'Users':[ {'UserId': '323', 'Name':'Samba Siva Rao','Company':'PrapanSol','Login':'skolusu','Password':'welcome123','designation':'Developer'}}]
So plz suggest me the way to solve the problem.
I wanna to know how to populate grid with a java list object dynamically.The issue is i am getting a
list object as return type for a function call.Now after getting the list i wanna to place the date in the
list in to the grid.Since the it is difficult to create a variable data from the list of this type dynamically
var data ={'Users':[ {'UserId': '323', 'Name':'Samba Siva Rao','Company':'PrapanSol','Login':'skolusu','Password':'welcome123','designation':'Developer'}}]
So plz suggest me the way to solve the problem.