I have a grid inside a user control.
i made an GridTemplateColumn with a customized edit button.
When I click the customized edit button, a pop up will show and and user can now edit the items selected.
my problem is when i click on the ok of the pop up the grid does not rebind....
i placed a rebind code in the onclientclose event of the popup.
i also have and ajax panel on may grid
when i press F5 or refresh the page, the grid shows then changes made from editing the grid.
I also noticed that when i click sort on my grid, the edited item shows.
correct me if im wrong but i think my data source is updated as well as my grid but i think that the grids display does not change.
please help. I have many usercontrols that have the same problem.
Grid that does not change its display even after rebind.
i made an GridTemplateColumn with a customized edit button.
When I click the customized edit button, a pop up will show and and user can now edit the items selected.
my problem is when i click on the ok of the pop up the grid does not rebind....
i placed a rebind code in the onclientclose event of the popup.
i also have and ajax panel on may grid
when i press F5 or refresh the page, the grid shows then changes made from editing the grid.
I also noticed that when i click sort on my grid, the edited item shows.
correct me if im wrong but i think my data source is updated as well as my grid but i think that the grids display does not change.
please help. I have many usercontrols that have the same problem.
Grid that does not change its display even after rebind.