Hi,
I have a RadGrid with an Hyperlink column that when clicked opens a new IExplorer window that shows a web page with information related to the row.
I want to control what the new opened IExplorer window shows. Like hide the menu bar, status bar, enable/disable resizing and the like.
I understand that the way to go is using javascript function window.open(). Now since I am using the RadGrid Hyperlink column with the property "Target= _blank", my question is:
Where I suppoese to inser the javascript string to call the new window set up as I want it?
or
Is there any other method or best practice to accomplish this in the context of Telerik RadGrid component?
Any advice would be appreciated.
I have a RadGrid with an Hyperlink column that when clicked opens a new IExplorer window that shows a web page with information related to the row.
I want to control what the new opened IExplorer window shows. Like hide the menu bar, status bar, enable/disable resizing and the like.
I understand that the way to go is using javascript function window.open(). Now since I am using the RadGrid Hyperlink column with the property "Target= _blank", my question is:
Where I suppoese to inser the javascript string to call the new window set up as I want it?
or
Is there any other method or best practice to accomplish this in the context of Telerik RadGrid component?
Any advice would be appreciated.