Jump to content

UniDBGrid HTML OnClick


m_ekici

Recommended Posts

Merhaba

UniDBGrid içerisine (Ado ile) DB den çektiğim verileri getiriyorum. En sağ kolona da üzerinde EKLE olan bir image koydum. 

ClientEvents/ExtEvents
Ext.data.Store.Load   daki kodlar ile kolonları HTML olarak gösteriyorum.

       '<tr>'+       
        '<td>'+
          '<img src="B2B_Simge/EkleBtn.svg" type="image" style="width:50px;height:50px;margin:auto;cursor:pointer;" '+
           'onClick="javascript:uAnaMenu.EkleBtnClick({0});"'+
         '/>'+
        '</td>'+

buradaki onClick olayını yakalayamıyorum. Nasıl yakalarım? 

İyi Çalışmalar 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...