Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Silverlight Controls and Silverlight Toolkit/Datagrid
Last post Aug 22, 2008 08:50 AM by Skyrunner
Member
1 Points
8 Posts
Aug 22, 2008 03:35 AM | LINK
hi,
does anyone know how to get DataRowType from SL DataGrid control as we do in asp.net GridView control?
Contributor
3571 Points
658 Posts
Aug 22, 2008 08:50 AM | LINK
DataRow type? It's DataGridRow.
DataContext is type of your business object used for fill the DataGrid.
Maybe you want know type of DataColumn no?
borith
Member
1 Points
8 Posts
Datagrid
Aug 22, 2008 03:35 AM | LINK
hi,
does anyone know how to get DataRowType from SL DataGrid control as we do in asp.net GridView control?
Skyrunner
Contributor
3571 Points
658 Posts
Re: Datagrid
Aug 22, 2008 08:50 AM | LINK
DataRow type? It's DataGridRow.
DataContext is type of your business object used for fill the DataGrid.
Maybe you want know type of DataColumn no?