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

row changed indicator

In my application I am using DataBinding similar to your sample Indexer Binder Demo.

I added a column with celltype "checkbox" which shows when the row has changed.

In my data class I added the pr

public bool HasChanged
{
get
{
return _hasChanged;
}
set
{
value = _hasChanged;
OnPropertyChanged("HasChanged");
}
}




1 Reply

MA Manikandan Syncfusion Team June 15, 2011 03:49 AM UTC

Hi Mary,

Thanks for using Syncfusion products.

The similar query with some more details is posted in the following forum.

Forum Link: http://www.syncfusion.com/support/forums/general/99805

We have updated the appropriate details in that forum. Could you please check with the details in forum 99805 and if you need any other assistance, please update on forum 99805 for better follow up.

Please let us know if you have any questions.

Regards,
Manikandan



Loader.
Live Chat Icon For mobile
Up arrow icon