Hi,
I've been using resize function of the grid in several scripts....
Apparently this function is broke in v8.1, can anyone check that for me?
(It stops in var marginWidth = igtbl_dom.bordersWidth(this.MainGrid);)
I have the same problem. Looks like a bug:
should be:
var marginWidth = igtbl_dom.dimensions.bordersWidth(this.MainGrid);
Can this be fixed by Infragistics?
Yeah, this should be simple......My guess is that they changed the location of bordersWidth and forgot to make changes in this function....
How can we ask for a fix? Anyone?
I have created a support ticket.