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
450
Customized GroupByRow Description Does Not Update When Data Changes
posted

Hi,

I have certain columns in my grid where I customize the GroupByRow description property in the OnIntializeGroupByRow handler.  Lets say the default format of that description is "ColumnName : ColumnValue (# items)".  I am customizing the ColumnValue part of the description string and leaving the rest alone as it is.  

When I am grouped by this column and I delete rows from this group, the # items count does not update in real time.  When I group by other columns where I am not customizing the GroupByRow description, the # items count will update right away.  I see that OnInitializeGroupByRow does not fire when rows are deleted.  How can I refresh my custom GroupByRow descriptions when data changes in the grid?

 

Thanks,

~Corey

Parents Reply Children
No Data