Multiple information in single cell in GridPanel

  1. #1

    Multiple information in single cell in GridPanel

    Hello,

    Is there any one who can help how to make multiple field in a signe cell like photo attached (Examaple of dates column) ?

    ThanksClick image for larger version. 

Name:	gridpanel.png 
Views:	18 
Size:	11.4 KB 
ID:	7139
  2. #2

    use a render handler

    You should be able to do some simple string manipulation to add some html tags for rendering within the cell.

    Within your column, try adding the renderer tag

    <Renderer Handler="orig.rowBody = '<div>' + data.[ENTERYOURStoreField] + '</div><div>' +data.[ENTERYOURStoreField] + '</div>';"/>

    Something like that should do the trick. Of course, I'm sure there are other methods but that one is pretty cut and dry.

Similar Threads

  1. Replies: 3
    Last Post: Oct 05, 2012, 11:44 AM
  2. Replies: 2
    Last Post: Sep 20, 2011, 4:25 AM
  3. Multiple vType on a Single Control
    By huzzy143 in forum 1.x Help
    Replies: 2
    Last Post: Sep 09, 2011, 3:39 PM
  4. [CLOSED] multiple validations in single field
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 23, 2011, 5:45 PM
  5. [CLOSED] [1.0]multiple validators on a single textfield
    By betamax in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 07, 2011, 7:32 PM

Posting Permissions