Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Disabled attribute don't work with chrome/mozilla

Not answered Disabled attribute don't work with chrome/mozilla

Feed from this thread
  • Helmi avatar

    Posted on May 4, 2012 (permalink)

    Hello every one,
    i have a problem to disable a link using css when using chrome/mozilla.in fact the function
        $(e.row).find('a.button-state').attr('disabled', 'true'); work only with IE.
    the HTML Code is 
    <a href="/CustomerGrid/CustomerFirstLook/7878?CustomerGrid-page=1&amp;CustomerGrid-orderBy=&amp;CustomerGrid-filter=CustomerStatus~eq~true" class="t-button button-state t-grid-ValidApproved" disabled="disabled">Approve Customer</a> I don't know really what i have to do .
    Best regards,
    Helmi
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Disabled attribute don't work with chrome/mozilla