The answer is “no”. There are several reasons for 100 records limit:
Not a single user can comprehend that many records at the same time. Even 100 is way too many. Think about your users and do not overwhelm them with the information. Use paging.
Serializing more than 100 records may impact the transmission times. You want your application to be snappy and display information the moment when the user requests it.