Dropdown reference selector in DataGrid limited to 100 rows?

0
Hi all, In my project I require a dropdown reference selector in an editable datagrid which displays around 400 options. However, if I try to accomplish this, only 100 records seem to be displayed. Is this the limit of the Datagrid dropdown reference selecter or is there something I'm missing? Thanks in advance.
asked
1 answers
1

Hi Ward,

I think it's limited to a 100 records indeed. 
I suggest you need to re-think your way of processing the data because showing 400 options is not really user-friendly. Perhaps a separate page to select the value is way better, but of course, the editable data grid isn't an option anymore.

Goodluck!

 

answered