I have several TableCells that I'd like to use to link to other pages. Is there a "click" event for TableCell that I can attach a method to on the server-side?
Also, the RadGrid I am referring to is within the NestedViewTemplate of another RadGrid and that has an "OnItemCommand" method attached to it. The problem I am experiencing is that I can't seem to isolate a click in the child grid from a click in the parent grid. No matter which grid the item is in that I click on, it executes the parent's OnItemCommand method. Is there a way to isolate it or turn that method off for child grids?
Thanks,
Eddie
Also, the RadGrid I am referring to is within the NestedViewTemplate of another RadGrid and that has an "OnItemCommand" method attached to it. The problem I am experiencing is that I can't seem to isolate a click in the child grid from a click in the parent grid. No matter which grid the item is in that I click on, it executes the parent's OnItemCommand method. Is there a way to isolate it or turn that method off for child grids?
Thanks,
Eddie