In my datagrid I have set the width of each column manually in px. However the overall datagrid still stretches to take full width of the page/div. This makes the columns to not use the specified width and stretches the columns as well. How can I make the datagrid to take the width which is sum of width of individual columns.
For the time being I'm using a workaround to insert a blank column without specifying width. By doing this, this last column ends stretch and other columns uses the specified width.