cross browser - Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking -
i have radgrid have 3 detail tables in same level.
it works fine ie 9, when changed compatibility mode 3 detail tables shows @ same place, text stacking over. , last detail tables header showing.
for example: caption , rows stacking:

what can resolve issue? page has support both ie 9 , ie 9 compatibility mode.
is there detail table order?
i solved issue.
it because following property. removed , grid appeared expected.
radgrid1.horizontalalign="right";
Comments
Post a Comment