Problem: Need to remove extra default column from the datagrid when you bind datagrid with records. In the Image 1 you can see the extra default column when you bind the data grid control. Sometime it is required to remove that extra empty column. Image 1 Solution:
There are two situation when you are binding the datagrid control. AutoGenerateColumns is set to FalseAutoGenerateColumns is set to TrueWhen you set the AutoGenerateColumns to false then you can set the columns by ...
No comments yet, be the first one to post comment.