Skip to content

Commit c427cef

Browse files
docs: Improve KB customer context (#742)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent e5c05bb commit c427cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/common-newtonsoft-breaks-datasourcerequest-serialization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_title: Adding Reporting or Newtonsoft.Json breaks DataSourceRequest filters
66
slug: common-kb-newtonsoft-breaks-datasourcerequest-serialization
77
position:
88
tags:
9-
ticketid: 1505522
9+
ticketid: 1505522, 1550585
1010
res_type: kb
1111
---
1212

@@ -23,11 +23,11 @@ res_type: kb
2323

2424
## Description
2525

26-
I recently added the Telerik Reporting to my Blazor WebAssembly application.
26+
I recently added the Telerik Reporting (Web Report Designer) to my Blazor WebAssembly application.
2727

2828
My application has `services.AddRazorPages().AddNewtonsoftJson();` on the server-side so I can work with various REST APIs and send data.
2929

30-
Now, when I <a href="https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server" target="_blank">send the `DataSourceRequest` from the grid to the server</a> things break when I use filters. It worked before.
30+
Now, when I <a href="https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server" target="_blank">send the `DataSourceRequest` from the grid to the server</a> things break when I use filters. The same happens to DropDownList virtualization. It worked before.
3131

3232

3333
## Steps to Reproduce

0 commit comments

Comments
 (0)