I generate the radgridview through programmatically using dataset, Now I want to set width of columns through programming which are generated . How to do that?
Abhisek Shukla
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 17 Sep 2007, 03:05 PM
Hi Abhisek Shukla,
This can be done easily by setting the Width property of your columns. This must be done after your set the DataSource. See this code: