i have radgridview with a datasource of type bindingsource that is linking to a linq2sql class.
when i insert a new record i want call a method to refresh the grid.
Im inserting from a detail view, not from the grid.
have tried with refrsh method in the bindingsourc, and with an update in the grid but nothing happens.
when i insert a new record i want call a method to refresh the grid.
Im inserting from a detail view, not from the grid.
have tried with refrsh method in the bindingsourc, and with an update in the grid but nothing happens.