Hello All,we are facing issues with the Ultrawebgrid, we are using Version=10.2.20102.2101 of Infragistics.the problem is that we are using Hierarchical Grid. when we run our application in IE 8, the grid design gets disturbed,but to fix this issue if we add a meta tag on the screen to emulate IE 7 in IE 8 Browser which is they by which we can make our site compatible mode.but when we use this the child grids first column which was displayed initially when meta tag is not used gets hide ,whatever properties set to that column gets applied to immediate next column which is numeric column in the sequence.Please find attached two screen shots along with the sample code to reproduce, if any one can tell us the work around to fix the issue it is very important, as the meta tag needed to add because in the IE 8 doesn't look the design good. Thank you
Hi,
I am enclosing a sample that you can use to reproduce the issue. Or send me a small sample that reproduces it.
I will be waiting to hear back from you.
Magued
Hello ,
Please find attached sample code which can reproduce the issue.
Thank you
I have analyzed your code and the issue seems to be resolved if you do not set the ColWidthDefault="" in the DisplayLayout object. Please test by commenting out this setting and send me if this resolves the issue.
I am following up with you and if the issue was resolved.
I found work around for this issue by using Indentation of the band and set it to 1 which solved the issue. also the Indentation Type is set to Flat.
this fix is working.
thank you