I'm using sfDataGrid where complete code is written in c# (not in XAML)
when user runs app and try to refresh data multiple time then code written in
void LV_QueryUnBoundRow(object sender, sync.Grid.GridUnBoundRowEventsArgs e)
{
//----
}
runs the number of time user has previously refreshd grid
for more explanation I'm attaching sample code
please keep an eye on top row values you will understand what I want to say
Amit Saraf
Attachment:
sfDataGridUnboundRow_fd5d59ff.zip