Changing DataGrid Display on mobile phone in responsive mode

Hi,

is it possible to change the number of columns displayed from data grid when I change the view to mobile?

I have a data grid with 8 columns. On my mobile phone this looks like this:

I would prefer to either limit the columns to 2 columns for better readability or to even use another control than data grid like perhaps data list. But I do not know how I could do this.

Is there a possibility to achieve this?

Best regards

Frank

There is no built-in way to achieve what you need. You can however disable the responsive mode of the DataGrid by setting the Responsive property to false (it isn't exposed in the property grid yet - you will have to use a custom attribute).

OK, thank you for your quick response. Switching off Responsive mode is not really what I am looking for. I will wait for it to come :slight_smile:

Best regards

Frank

when i enable property of responsive , filters are not showing in mobile mode .any idea ?