How to add remaining blank column at datagridview ?
-
i using datagridview to display data. i just have 2 column of record to display it. After i binidng the data inti datagridview,what i can see is the datagridview consist 2 column and remaining is the background of the datagridview.So, how can i do to add another blank column to fill the remaining space inside the datagridview? so the datagridview have 3 column and total width of the 3 column is equal to the width of the datagridview ?
Regards, Chee ken
-
i using datagridview to display data. i just have 2 column of record to display it. After i binidng the data inti datagridview,what i can see is the datagridview consist 2 column and remaining is the background of the datagridview.So, how can i do to add another blank column to fill the remaining space inside the datagridview? so the datagridview have 3 column and total width of the 3 column is equal to the width of the datagridview ?
Regards, Chee ken
i think you can't add more columns to a binded datagridview, but why don't you set the width of last column to fill the empty space
Vilsad P P MCTS (Windows Applications) .Net 2.0