Posted 3 hours ago (permalink)
Hi!
This is my problem: I set the attribute EnablePostBackOnRowClick on true in ClientSettings of RadGrid, then I added a GridTemplateColumn with ItemTemplate and EditTemplate. Finally inside ItemTemplate I got asp:buttons, but every time I try to click on them, the row-click event is fired before. I tried a solution found around here (this one!) regarding the stop of propagation (by using some javascript), but it does not work.
Any idea?