Hi all,
I have a webgrid in a webDialogWindow, but I want the width of the webgrid as the same of the webDialogWindow. Even when the resizer of the webDialogWindow is set to true.
thx
Gabriel Deschênes
Hello Gabriel,
Try setting the WebDialogWindow ContentPane property EnableRelativeLayout to true and setting the UltraWebGrid's Height and Width to 100%. This should provide the functionality you require.
Please let me know of your results.
Sincerely,
Mike D.Developer Support EngineerInfragistics, Inc.
Thanks you for the quick reply, but your code to set up the width and the height of the ultraWebGrid doesn't work.
ultrawebgrid.width = 100%; //naturally, doesnt' work
ultrawebgrid.width = "100%" //doesn't work
thank you