datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shanaj
    New Member
    • Jan 2007
    • 51

    datagrid

    is it possible to give different column width for datagrid
  • kbipul
    New Member
    • Nov 2006
    • 27

    #2
    hi

    it is very much possible

    Go to the HTML view of the designer page...

    Search for Datagrid tag...

    Remove all the tags inside it related to 'style' .
    Instead use colspan and put the values in percentage ...eg colspan="20%"

    This would solve your purpose

    Comment

    • nmsreddi
      Contributor
      • Jul 2006
      • 366

      #3
      Hello

      If you want your to give efault width for your column just remove the style property in html and dont give any thing ,it will take the default width of your column heading

      Comment

      • Hari Narayan Sharma
        New Member
        • Feb 2007
        • 7

        #4
        Hello!
        If u want to set different Column width for DataGrid then just Right Click on datagrid, Select Property Builder ... and then select Format.
        U will see all columns with column heading and index. Now click on any column and set the width of column.
        i think it will work fine.

        Comment

        Working...