How to export grid data to PDF in ext.net - ext.net

I want to know how to export grid data to PDF in ext.net.
How can i do that?
I have seen many sites but all is related to asp.net.
I didn't get any content related to ext.net.

Ext.NET can't export grid data to PDF, BUT you can use any solution what you find for ASP.NET application, because Ext.NET is ASP.NET Framework.

Related

SharePoint online- scrolling text horizontally (marquee)

How do I have some text scrolling horizontally like marquee in SharePoint online? I am not sure what web part to use to achieve this?
Thanks!
There is no SharePoint online out of the box web part which supports marquee text.
To achieve your requirements, you have below two options:
Custom SPFx web part: Develop a custom SPFx web part from scratch to fit your requirements for using marquee text.
Use Script editor web part for modern pages: Use Script editor web part for modern pages developed by community members and add custom HTML/CSS/JS to create marquee text.
Additional Reference: HTML Marquee Tag

Have libraries navigation using arrows in Sharepoint Online

I am currently working on the homepage on a Sharepoint online site.
Is there a way to allow the user to navigate between some libraries using arrows? Kind of the same as Image Gallery web part but instead of having images, have directly the different library displayed.
Thank you in advance for the help !
We can not use SharePoint modern document web part, so we could use DetailedList instead.
Official example renderings:
We can write a button on the left and right of the DetailedList to switch the data source of the DetailedList.
Then you can achieve the effect similar to the carousel.

How to use Telerik grid with MVC

I created a simple mvc 5 web application using database first approach.
I followed example as shown in this website.
https://www.asp.net/mvc/overview/getting-started/database-first-development/setting-up-database. We purchased the Telerik ASP.NET MVC Components. Can anyone guide me on how can I use the GRID component to connect to database table and display results in GRID. I really need detail steps like example above
Thanks You.
Have you looked at the Telerik demos:
http://demos.telerik.com/aspnet-mvc/grid/index
They have tons of recipes for doing just about everything you could want.

using sharepoint OOTB DragDrop.js library in Custom webpart

I implemented drag and drop file upload functionality using REST api in my webpart .
But i found an OOTB sharepoint dragdrop.js library which has numerous methods to create drag drop control.
Does anyone has an example to create a dragdrop control using this OOTB dragdrop.js?
Thanks in advance.

What is the best way to create an Html Table out of a sharepoint list in a Web Part?

I want to create a deployable .wsp Web Part and I want to fetch a Custom List and show it in an Html Table inside that web part.
I know how to create a .wsp web part, and I can also create the table overriding the RenderContents or CreateChildControls methods of WebPart class.
But I want to know the easy and best method for outputting an Html Table in a WebPart.
Should I use a UserControl so that, I can add any Asp.Net controls inside it and then load it in the Web Part ??
Please tell me any solutions ?
Puneet i would recommend using Data View webparts which uses xslt to customize the view in which a list data is rendered.
You can take help of SharePoint Desginer to add a Data View Web Part.
http://www.lcbridge.nl/vision/2009/dvwp.htm
Check out this video. It shows how to build a Visual Web Part (one that uses a user control for UI) in Visual Studio 2008 and shows how to bind data from a list to a GridView control.
http://www.vimeo.com/11285888

Resources