In ie9 browser instead of the document mode Edge, it is getting changed to document mode ie8.
I know this is because of the Enterpise mode switched on. There any way to override to the Edge mode.
Because of this wrong rendering mode, some alignment issues are occurring, which I have to fix it.
In order to fix that, I need to detect If the rendered profile is Enterprise mode and Document type id ie8
< meta http-equiv="X-UA-Compatible" content="IE=Edge" />
In all other browsers there is no issue.