Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
is it possible to make the xamdatagrid wysiwyg?
posted
is it possible to make the xamdatagrid wysiwyg?

I am seeing only a single strip of line in VS when my igxam grid has 3 columns with properties customized.

It will be great if I can somehow see them at design time.

Will Expression Blend with Igx bridge that gap?

thanks

 

  • 8576
    Offline posted
    Hi Vairam -
     
    The columns are only visible when data is loaded into the XamDataGrid.  This is because the XamDataGrid does not have a fixed band structure (which allows it to support the display of non-homogeneous data) and therefore it must wait until it attempts to load a data record before it can determine the FieldLayout to use (and therefore the columns to display).
     
    Note: The XamDataGrid does expose a BindToSampleData boolean property that you can use to force sample data to be displayed in the grid. 
     
    Joe