Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1365
Why select row before clicking imagelink?
posted

Dear people from Infragistics,

We have a jQuery hierarchical datagrid with rowtemplates that contain imagelinks.

In Firefox you can directly click an image and the link will work immediatly. In all other browsers you first need to select a row in the grid and then click on the image for it to work.

Our customers (which are doctors!) find the website not very usable because of this. Please help us.

Parents
No Data
Reply
  • 24671
    posted

    Hey,

    I've created an hierarchical grid and added the following column template , but couldn't reproduce the issue. on all browsers, as soon as I click on the image, the link is opened and the row is selected at the same time (i.e. I don't need to select a row first):

     

    <a href='http://www.google.com'><img src='http://bulgariansinuae.com/e107_images/icons/icon20.png'></img></a>

    Could you provide me with more details about which browsers/version you're using, which Infragistics version you're using, and show me some of your code?

    Thanks

    Angel

Children