Lookup size

Hi All,

I have a custom lookup for a string control, i override the lookup method for that string control.

Now, I want to increase the size of the lookup form, which means i want to show atleast 30 records in my lookup, but by default the lookup shows only 12 records, i need to scroll down to view more records. How do i show more records in my lookup? Is there any way to increase the size of my lookup form?

Thanks in advance for your help.

Hi Praveen,

Yes. You can set the visible rows on the grid by using the property VisibleRows to 30.
Please apply this value in your lookup form grid.

Thanks,
Hari

Thanks for your reply, I build the custom lookup form by overriding the lookup method of the string control. This is not a form designed in AOT.