I have a cfgrid in select mode row. On entering the page is no row selected.
So I have a form button which is deactivated by default.
Now, if the user clicks a row in the grid, I want the button go active.
Example:
<input name="Edit" type="submit" value="Edit" disabled>

How can I activate the button with java script ?
There is no onclick function in the cfgrid function.

Any help would be appreciated.

Thanks
Juergen