Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1921
DataValueChanged style not retain after any Grid operation
posted

Hi Alex,

The attached solution having two issues. (Library  : 9.2.20092.2001)

Issue 1:  Click the Button2.
 In DataValueChanged event i changed the CellValuePresenterStyle for the changed cells. The style was applied perfectly.
 But that style got vanish if i sort a column or group by a column.
 Why it is?
 
Issue 2: Button1 will change some cell value with DataTable.AcceptChanges().
  Button2 will change some cell value without DataTable.AcceptChanges().
  The Recordselector style is not executed in Button2. But after some grid operation
  like Sort / group by,  the record selector icon will get refresh. Why it is?
  
Advance thanks,
Ramesh.P 

PersonalisationInGrid.zip
Parents Reply Children