This is a migrated thread and some comments may be shown as answers.

gridViewTemplate does not resize on form resize

1 Answer 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
EpiqDev
Top achievements
Rank 2
EpiqDev asked on 10 Feb 2011, 11:59 PM
If anyone is struggling with your template columns not resizing when your form is resized, after trying misc. things this worked for me.

It appears that the gridview redraws itself, but does not resize template columns.

private void frmMyForm_SizeChanged(object sender, EventArgs e)
        {
            gridViewTemplate1.Refresh();
            gridViewTemplate2.Refresh();
        }

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 11 Feb 2011, 10:04 AM
Hi EncoreDev,

Thank you for sharing your solution with the community. I am not sure that I understand the issue that you address and we want to investigate the case. Please, could you open a support ticket and send us your application. This will help us to understand the issue and to address it.

I am looking forward to your project.
 
All the best,
Jack
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
Tags
GridView
Asked by
EpiqDev
Top achievements
Rank 2
Answers by
Jack
Telerik team
Share this question
or