Hi,
I add shape page. In shape of text can I do change color of text at third line similar like picture? If I choose third line of text change color can first and second text no change color? How I write it. Because user want to change or add any of text color.
Thanks.
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