Can I bind Image in GridPanel?

  1. #1

    Can I bind Image in GridPanel?

    I have some inmage urls bind in to gridpanel, but i wanna show the inmages in the columns of the gridpanel....Is that possible?

    wish some one can help ...
  2. #2

    RE: Can I bind Image in GridPanel?

    Hi,

    https://examples1.ext.net/#/GridPanel/Miscellaneous/Details_Window/


    See 'Details' column
  3. #3

    RE: Can I bind Image in GridPanel?

    Thank you very much Vladsch!
    But that is not the actually thing I want...

    I have a <ext:RecordField Name="ImageURL" /> in JsonReader, and I want to show each image in GridPanel Column but the imageurl text....


    Thanx for your help!

    ??!

    Huang Shan
  4. #4

    RE: Can I bind Image in GridPanel?

    Hi,

    The answer will be same. Use renderer and return image tag


    function imageRenderer(value) {
    return "<img src='"+value'" />";
    }
  5. #5

    Retrieve URL images from database into GridPanel.

    Hi Vladimir
    can you send me one example of retrieving URL images from sqlserver into gridpanel...

Similar Threads

  1. How to set FieldLabel in bind Gridpanel?
    By rainer in forum 1.x Help
    Replies: 0
    Last Post: Apr 23, 2012, 2:56 AM
  2. [CLOSED] image bind
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 17
    Last Post: Mar 27, 2010, 5:41 PM
  3. [CLOSED] Cannot bind to image
    By UGRev in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 08, 2009, 10:10 AM
  4. [CLOSED] bind gridpanel in rowexpander of gridpanel
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 03, 2009, 1:54 PM
  5. After Search to bind GridPanel
    By reemashah in forum 1.x Help
    Replies: 0
    Last Post: Aug 31, 2009, 7:56 PM

Posting Permissions