Hello, Corey,
The possible workaround that I can suggest is to save the layout in an XML file on the file system:
private void radButton1_Click(object sender, EventArgs e)
{
this.radVirtualGrid1.SaveLayout(@"..\..\grid.xml");
}
private void radButton2_Click(object sender, EventArgs e)
{
this.radVirtualGrid1.LoadLayout(@"..\..\grid.xml");
}
Regards,
Nadya
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.