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
690
how to show images in grid's column
posted

hi all,

Please suggest for how to show images in grid. and also suggest for how to archive one band with multiple row. mean one row's cell devided into 2 parts.

 

Thanks in advance

kartikeya

Parents
No Data
Reply
  • 2636
    posted

    I personaly do not use this method for images but rather put it as part of my datasource ie: select rowid, rowname, rowicon='<img src="fred.png" title="fred" />'... that way i have more control over what is being displayed and normally just put a field in my table that contains the icon information and/or use a case statement on a int/bit field like case rowStatus WHEN 1 THEN 'altimage info' etc...

     On the band stuff are you talking about like a rowspan or colspan type display? not sure what you actually mean by this one.

Children
No Data