I am developing an UWP application where data is represented in tabular form using RadDataGrid. I want to disable a row depending on a property coming from ItemSource. User will not be able to select disable rows.
Is there any way to add this feature in RadDataGrid.
Any help would be highly appreciated.
Thanks in advance.