telerik nested grid issue

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-03-17T14:56:43Z Indexed on 2010/03/17 15:11 UTC
Read the original article Hit count: 592

Filed under:
|

1.Here I am having a grid within a parent grid and there is a link button within the nested grid.

2.For the link button I need to use the item command event of the nested grid or I can use the item command of parent grid as well.

3.The issue is when I click on the link button within nested grid then item command event doesn’t get fired for the nestedgrid.But in case of parent grid its working fine.

4.I have tried handlers and item created event also to use handlers in code behind or in aspx.But nothing helped in getting me item command event hit for the nested grid.

5.Previously in case of repeaters there was one item command which was handling all the grids. I have tried different item command event for child and parent but it also didn’t work.

© Stack Overflow or respective owner

Related posts about telerik-grid

Related posts about telerik