Rank: Member Groups: Member
Joined: 4/20/2011 Posts: 19
|
Is there any way to prevent the ClientSideOnItemSelected event not to fire for a column that contains web links? Here is what is going on, I have the item select event opening up a link for that report, as well i have a column that has the "pdf" rendered version of the report (link). But when i click on the pdf link it fires the item select link and the normal link click event as well. So ideally if I could some how disable the cell that would work perfect. Ive looked through the documentation and found nothing.
|
Rank: Member Groups: Member
Joined: 4/20/2011 Posts: 19
|
Never mind I got this working with the cellselect event. Just checked to see if the selected cell column index was the index of the pdf... if it was dont fire window.open event. :)
|