Hi Experts
I am new to Infragistics, and just started using UltraWinGrid. And, i want to check if its possible to add UltraWinGrid(UWG) within UWG? If yes, then how its done.
Any help would be appreciated.
Thanks
Amit Govil
Yes; you could use the UltraControlContainerEditor control to host one grid and assign that editor to a cell so that it displays the nested grid.
Can you give me an example on how to make a parent child relationship in ultrawingrid(UWG).
What i want to do is, i have a UWG with all the employees detail with EmployeeID as well. And for each EmployeeID, i have Leave detail in another table. So the end result would be a Parent UWG with all the employee detail with EmployeeID and a child UWG with leavedetail for each Employee in Parent UWG.
How to do this?