We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

GridTreeControl QueryCellInfo

Hello,

How to force the QueryCellInfo event for all cells? I have tried with Model.InvalidateVisual(), but it doesn't work.

Thanks.


1 Reply

MA Manikandan Syncfusion Team March 11, 2011 11:56 AM UTC

Hi Jorge,

Thanks for using Syncfusion Products.

You can manually force QueryCellInfo to be called again by calling InvalidateCell(). Please find the code snippet below.

Code [c#]
private void Button_Click(object sender, RoutedEventArgs e)
{
this.treeGrid.Model.InvalidateCell(GridRangeInfo.Table());
}

Please let us know if this helps.

Regards,
Manikandan J R.


Loader.
Live Chat Icon For mobile
Up arrow icon