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
480
Repainting a XamDataGird
posted

Hi,

I am trying to repaint a xamDatGrid , to achieve the following:

 I have a set of records displayed on the grid. When a new record is added, I want those already displayed records on the grid to be reloaded  (the "AssignFieldLayoutToItem" event be raised again fr each row). The fieldLayout for the grid depends on the grid records and therefore the layout changes after nth record is added. I want the previous (n-1) records to be reloaded as well so that they can take the new layout.

Please guide me with the same.