Button link to other form

Is there possible with click on RowNrLink to move you to different form with edits to edit record you click on?
Maybe with click on the button and set a javascript on clientEvents? What should javascript code look like for moving to other form with a value of a record?

Thanks for answe!

You can use the OnGotoRow event which is called when a link in a ctLinkRowNumber Column is clicked and change the form server side.
There is no ClientEvent related to the ctLinkRowNumber ColumnType and I wouldn't recommend using JavaScript to move to another IntraWeb form.