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
520
How to refresh Group By record headers
posted

Hi,

I am using XamDatagrid (10.2 version). My group by records header are not getting updated in the following scenario,

I have set a datatable as grid's datasource and added appropriate columns, after some user's operation on 'group by'  I am refreshing my grid by reassigning the datasource.

My grid is still in group by state but the header of group by record is not getting updated.

I have also added InitializeRecord method to update the title but still I am unable to capture the group by record.

Could anybody help me to proceed on this... Please