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:-