hi team,
I need to create a grid inside another grid view. Say for i have template column inwhich i have button view details. if in click on the button the grid should show in the below row. like wise i have 3 template columns based on which i click the grid should show below the particular row.
Kindly reply for the post.
hi Jayanthan,
quick question - which grid are you using - The WebDataGrid or the UltraWebGrid? Because the post is in the WebDataGrid forum, but I suspect you may be using the UltraWebGrid, looking at your screenshot.
yes it's possible with the approach I've provided here:
http://es.infragistics.com/community/forums/t/46501.aspx
as well as in my post above. So you only need to ensure the grid's position changes by appending it to the respective TR.
By the way, have you checked our Ignite UI grid? Since it's a pure javascript grid, it's a lot easier to achieve those type of dynamic scenarios. If you can use it, instead of WDG or the UWG, I highly recommend it.
Thanks,
Angel
the image file is missed so please refer the post
In webhierarchial grid,when the user clicks on linkbutton inside the template field column,new datagrid will be displayed below the row.Please refer the attached screenshot for your reference.please let me know if this can be possible to achieve.
Hey Jayanthan,
Please check out the following thread, I've given a similar answer there:
http://es.infragistics.com/community/forums/t/80232.aspx
Let me know if it helps. Thanks,