Bineesh  Viswanath

Bineesh Viswanath

  • NA
  • 1k
  • 759.7k

Telerik RadGridView Column not auto sizing in c# winform

Aug 4 2017 7:38 AM
Hi,
 
my current project is in  c# winform application.
 
I have a telerik rad gridview that is been fill from database. That all done.
 
There is a silly issue, this gridview does not fitting to the exact right side.
 
I used a code to manage those issue, but in vain. 
 
foreach (GridViewColumn column in dgvBankActionGrid.Columns)
{
column.BestFit();
}
 
kindly help me to solve this issue. see gridview screenshot below:-
 
 
 

Answers (4)