Hi
What is the WiseJ equivalent of:
For a DataGridView
objDGV.ItemsPerPage
objDGV.TotalPages
objDGV.CurrentPage
For Custom Combo Box
GetCustomDropDown()
IsCustomDropDown
IsDelayedDrawing
this.ShowPopup(objParent, Forms.DialogAlignment.Below);
Gizmox.WebGUI.Forms.KeyPressEventHandler
Thanks
Ewan
Hi Ewan,
See answers below:
Best,
Luca
Hi
Noticed you have added a popup control. Can this be used as a custom drop down or has this yet to be implemented?
How do you use the Alignment property?
Thanks for your help
Ewan
Hi
Is there a custom combo box drop down option?
So you can create such things as a multicolumn combo box or a combo box with a drop down tree view both of which I use extensively?
With a multicolumn combo box you need a way of resizing the drop down height to reflect the number of searched for items together with a maximum height before the grid starts paging or scrolling if paging is not an option
Ewan