Hello All,
I have a tab control and tab control contains Panel and There is a Ultrawingrid and other controls. I am not able to see grid on run time. Can someone please tell me what should be the reason for this?
Thanks,
Mayank
HI Mayank,
Is the Visible property of the grid set to False?
Are the grid's Bounds, Location, or Size set in such a way that it is off-screen?
Are you sure you are using UltraGrid and not UltraDropDown?
Is the grid behind some other control?
Hey Mike,
I think i would like to tell you that Panel Location is set as (-1000, -1000) on that tab. Is this a culprit?
Hi Mayank,
Well, yeah... obviously if the grid is inside a panel whose Location is -1000, -1000 then the panel will probably be off the screen and therefore not visible.