Scrollable DataGrid
-
I have a scrollable datagrid, and I can select datagrid row, when i select a row from the grid, it will postback and the grid will scroll to top. what should i do so that grid wont scroll when i select any row
-
I have a scrollable datagrid, and I can select datagrid row, when i select a row from the grid, it will postback and the grid will scroll to top. what should i do so that grid wont scroll when i select any row
Set the page property of SmartNavigation = True. This might cause problems if you use 3rd party controls though. Michael I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious. Vince Lombardi (1913-1970)
-
I have a scrollable datagrid, and I can select datagrid row, when i select a row from the grid, it will postback and the grid will scroll to top. what should i do so that grid wont scroll when i select any row
which grid u r using can send me DLL of that??