Hello
I have a DataGrid (System.Web.UI.WebControls.Datagrid) with a select button column. If I select a row with this button, page refreshes but then datagrid shows since frist row and I have to scroll down to look for the select row.
How can I force the grid to refresh without moving to a different row? If datagrid was a System.Windows.Forms.Datagrid I think this is possible calling Refresh method, but in this Webcontrol this method doesn't exist.
Thanks for your help.
I have a DataGrid (System.Web.UI.WebControls.Datagrid) with a select button column. If I select a row with this button, page refreshes but then datagrid shows since frist row and I have to scroll down to look for the select row.
How can I force the grid to refresh without moving to a different row? If datagrid was a System.Windows.Forms.Datagrid I think this is possible calling Refresh method, but in this Webcontrol this method doesn't exist.
Thanks for your help.