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

Nilesh ShahPosted Aug 8, 2017, 8:50 AM
Hi Bineesh,
I'm glad that you found the answer.
Bineesh ViswanathPosted Aug 7, 2017, 8:35 AM
Bineesh ViswanathPosted Aug 5, 2017, 2:14 AM
Nilesh ShahPosted Aug 4, 2017, 11:38 AM
can you please post the code too?
I think its not the individual column setting but the grid width as whole which needs to be set