What is the use of curow and selrow attributes in egrid?
CURROW-This method allows setting or getting of current selected row.If the User Clicks on the Header or on a row greater than the number of rows the selected row does not change.This attribute returns a valid value in the onchange event . SELROW-This method allows setting or getting of selected rows. If the User Clicks on the Header this returns -1. if the user clicks on a row greater than the number of rows in the grid then this property returns -2.A valid value is available only when the user clicks on the cell so this cannot be used in the onchange event.