
Hi guys!
I am working on a project with some Telerik components but I can not display the designer view in VS2022. There is no error, but the designer only displays the components without the final result (see image) so I can not move or render as I wish
I have tried installing the DLL in my GAC as suggested in other posts but still the same.
Any idea?

In our project we are using the the Telertik.DataAcess Assemblies shown here https://docs.telerik.com/data-access/developers-guide/deployment/visual-designer-deployment-consideration-operations-versioning.html (no nuget package).
I want to change everything to the most recent nuget package version (2018.x.x.x)
But there seems to be the namespaces from this assemply missing: Telerik.OpenAccess.Windows.dll. I installed all nugte packages, but the "ObjectView" Class is still missing (part of Telerik.OpenAccess.Windows.dll).
I even tried to simply update the local assemblies, but there is no way to find the download page https://docs.telerik.com/data-access/installation/installation-install-data-access.html. The shown page does not exits.
Did anybody try the same thing?

Any way to fill datagrid with custom sql query? As i need to join 2 tables or you recommend me using a view or sp?
thank you

Hi how i can manage datagrid but instead of client side pag use server side pagination? right now im loading a sql table with 50k, i dont like to see all 50k records,i will like to only display lets say 200 records per page. Any tips?
note: i know SQL server have an option in the select query to add a LIMIT and OFFSET i think
thank you

any chance to create a data grid and customs filters like that in devexpress? im moving out from a php app to a c# one, standalone as per client requirement


Hi,
I use the RadGridView and want to save the Layout for the customers. Everytime they change anything on the RadGridView, the Layout should be saved. And when the open the form with the grid again or load new data, the layout should be load.
If I change the column with, I can save it after "ColumnWidthChanged".
But I can't find an event for the adding oder removing of Columns.
I use the ColumnChooser. But I can't get, when a column was added or removed.
Any ideas to solve my problem?
Maybe another way is more helpful?

Hi
Every day, I get an error when I try to open the designer of a form in VS2019.
The error says: Visual Studio stopped responding for 22 seconds. Disabling the extension Progress Telerik UI for WinForms 2020.2.612.1 might help.
I have tried a few things like "Lauch Toolbox configurator" which seems to solve the issue for the day but the next day (after a reboot of the computer), the same error is thrown again.
How can I solve the issue and improve the performance at the same time (because showing a form in the designer takes a while)?
I am exporting my grid to pdf.
The grid is showing 2 columns properly formatted to currency (E.g., $100.50) however, when I export to PDF they appear only as 100.5 (no dollar sign or proper decimal (2)... just 100.5 instead of $100.50
The grid is displaying them as $100.50
How do I get the proper currency formatting to be written into the PDF?
