I am using Blazor Serverside, and want to make an editable datagrid.
So far, so good. However, when trying to sort the data, an error is thrown, and i have no idea how to debug or fix it:
[2019-12-27T14:05:47.397Z] Error: There was an error applying batch 6. blazor.server.js:15:27309
[2019-12-27T14:05:47.397Z] TypeError: i.parentNode is null blazor.server.js:8:27210
Is there any way we can switch out the icons in Radzen blazor with Font Awesome? That's our standard icon lib and having a different set of icons for things is not quite how we want to move forward? Can we create an override css for Radzens icons?
I found a fix for this issue!
The font awesome javascript seems to be doing some really funny stuff with javascript and node.parentNode that is causing the error so i patched out Radzens blazor grid from this function by adding the part in green to fontawesome.js.