[Fixed] TypeError: DataGrid.get_page()

Hello Devs,

I have a problem when I try to get and increment the value of the current page of a DataGrid : “TypeError: unsupported operand type(s) for +: ‘invalid type’ and ‘int’”.
I had the same problem last friday but it was corrected during the day. Yesterday however, the same problem reappeared and was not fixed. The only workaround I have found is to cast multiple time the value of DataGrid.get_page() to get an integer: int(str(DataGrid.get_page())).

Could you help me fix this ?

thanks for reporting - moving to bug reports - we should have a fix shortly.

this should now be fixed

1 Like