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?
Hello Mike,
Thanks for responding me.
Infact there is a panel and panel contains ultrawingrid and other controls. That panel is binded with Tab control and that tab contains panel and "Add" and "Remove" button.
At run time i am only able to see "Add" and "Remove" button . There is no grid or other controls are displayed.
I dont think so its behind other control.