Hi how i can style this pagination
to be like this
more smallers letter and numbers, its possible?
thank you



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?
