Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit How to make particular row in datagrid as editable mode basing on some condion
0 replies. Latest Post by kishorekumar.malla@gmail.com on April 16, 2009.
(0)
kishorek...
Member
0 points
1 Posts
04-16-2009 3:59 AM |
Hi ,
I want to make particular as row as in Editable mode basing on some condion.
I have to show rows in non editable mode .But particular cells in row should be shown editable mode without clicking or focus or any event
My code is like this:
</DataTemplate>
In code Behind,i have written like this:
{
e.Row.IsTabStop =
}
e.Row.Opacity = 60;
e.Row.Background =
(
);
shopforecastTurnoverDataGrid.SelectedIndex = e.Row.GetIndex() + 1;
Thanks Inadvance
Regards
Kishore