GridViewDataColumn col = new GridViewDataColumn();
col.Header = "Order Number";
col.UniqueName = "TRP";
col.Width = 20;
OpenProcsGridView.Columns.Add(col);
it does not set the col width to 20 and automatically open the radgridview with default size/header text size\proportiaonally to grid size.
Can you please help that how to set a column width in a customeized way.
Hello, Piyush,
It seems that you missed to specify the product when submitting this forum post. Could you please share with us what is the exact Telerik product that you are currently using? Thus, we will update the correct product in this forum and the appropriate community would gladly assist you.
Thank you in advance for your understanding and cooperation. I am looking forward to your reply.
i am using radgridview in telerik in wpf application.
Pls let me know if it answers your question