Grid

how can i put hyperlink into cell?

There are multiple ways to provide javascript actions from cell, most common are

a) Use “link” excell and formated data
                Text^javascript:Action^_self
                Delete Alert?^javascript:confirmDelete(“some”)^_self
such code will create an A tag, with javascript action attached to it

b) Use “ro” excell and HTML value
                <![CDATA[Text]]>
                <![CDATA[Delete Alert?]]>