We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Colums are not resized in GridDataControl

Hi. I faced with strange issue connected with columns resize.
They are not resized properly. Actually when columns separator is dragged columns' size are changed but when drar is finished it is changed back, but row header remains resized.

Please see screenshot attached.

And here are code from both XAML and CS files

XAML

AutoPopulateColumns="True"
AutoPopulateRelations="False"
ItemsSource="{Binding}">



CS
public partial class Window1 : Window
{
public Window1()
{
//this.DataContext = new MainViewModel();
InitializeComponent();
List clist = new List();
for (int i = 0; i < 10; i++)
{
clist.Add(new Customer() { Name = "Name " + i, Description = "Description " + i });
}
this.gridDataControl1.DataContext = clist;
}
}

public class Customer
{
public string Name { get; set; }
public string Description { get; set; }
}





Resize_e1a670f1.rar

2 Replies

KV Karthik Vishnu R Syncfusion Team April 20, 2010 03:32 AM UTC

Hi Oleg,


We have fixed this issue. Please create a Direct Trac Incident with the Forum Title as Header. We will update you with a patch which will resolve this issue.

Let us know if you have further queries.

Regards,
Karthik


MS Mohamed Suhaib Fahad A. Syncfusion Team April 24, 2010 05:25 AM UTC

Hi,

We have an issue with resizing columns in 8.2 build, Please download the below patch that contains the fix,

http://www.syncfusion.com/uploads/redirect.aspx?file=syncfusionessentialstudiospsetup_58c82eb9.zip&team=development

Thanks,
Fahad

Loader.
Live Chat Icon For mobile
Up arrow icon