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

Underlying data change not reflecting in grid

Hi guys
I am using entity framework as my data source and i can not get the grid to update after i inserted data into my table
what do i need to do in the control to get it to automatically see there has been a change in my entity


1 Reply

VS Venkatesh Sundaram Syncfusion Team July 14, 2016 07:22 AM UTC

Hi Pierre, 

Thank you for your interest in Syncfusion products.   
   
To reflect the data changes into the grid, use the reload and refresh methods as mentioned like below.   
   
this.gridGroupingControl1.Table.Reload();   
this.gridGroupingControl1.TableControl.Refresh();   
   
Regards,   
  
Venkat. 


Loader.
Up arrow icon