R
Reetu
Hi All,
I have a datagrid which supports scrollbar.I have a add
button on the same page.When the user clicks the add
button a new record is added to the datagrid, and then I
refresh the datagrid to show the added record.
Scrollbar is added if number of records are greater than 5
in datagrid.Now suppose if the user adds the 6th record a
scrolbar is added and in order to see the added record the
user need to scroll down and see the record.
Next if user adds one more record the datagrid is
refreshed and the user needs to scroll all the way down to
see his added record.
Query?
I want that whenever the user adds a new record the user
dont have to scroll all the way down.The focus by itself
should be on the last row of the datagrid.Is this
possible.Any idea how to do it?
Any help would be appreciated.
Thanks & Regards,
-Reetu
I have a datagrid which supports scrollbar.I have a add
button on the same page.When the user clicks the add
button a new record is added to the datagrid, and then I
refresh the datagrid to show the added record.
Scrollbar is added if number of records are greater than 5
in datagrid.Now suppose if the user adds the 6th record a
scrolbar is added and in order to see the added record the
user need to scroll down and see the record.
Next if user adds one more record the datagrid is
refreshed and the user needs to scroll all the way down to
see his added record.
Query?
I want that whenever the user adds a new record the user
dont have to scroll all the way down.The focus by itself
should be on the last row of the datagrid.Is this
possible.Any idea how to do it?
Any help would be appreciated.
Thanks & Regards,
-Reetu