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
555
Multiple Value in a single Column
posted

Hi,

I need to show two value (one is image and another is text) in Grid column. How can do it?

 

/Fakhrul 

 

Parents
No Data
Reply
  • 7694
    posted

     

    Hello,

    UltraWebGrid support HTML .You  can use the TemplatedColumn tag and set some link to image and text afther that image.

    You can take a look sample code below.

       <igtbl:TemplatedColumn>

          <CellTemplate>

          <img src="http://forums.infragistics.com/Themes/leanandgreen/images/user_IsOnline.gif" /> some  text

    </CellTemplate>

    </igtbl:TemplatedColumn>

    Hopes this helps.

     

Children