I'm looking the way to make a datagrid searchable fron one reference field or a search while type.
Any help??
Thanks
I'm looking the way to make a datagrid searchable fron one reference field or a search while type.
Any help??
Thanks
If you have labels on your datagrid you can click them to sort or you can search before you create a data grid.
If you want to make more of a live search on the datagrid the you will need to write some custom sorting of the data provider then reset the data grid on text event.
You must log in to post.