Browse by Tags
All Tags » Cell editor » cellleditor. (RSS)
-
here is the code which i was trying to achieve to make some particular cells as read only.I used a converter class which i defined in the
when i am using this code in my project it is setting the whole row to readonly...........
public class OutturnReadOnlyConverter:IValueConverter
{
#region IValueConverter Members
public object ...
|
|
|
|