Infragistics WebDataGrid in Sharepoint webpart - sharepoint-2010

I put the WebDataGrid (Infragistics) in a webpart using Visual Studio 2010 and deployed it to a Sharepoint portal.
The grid displays the data, however I am unable to use the Excel-like filters usually present in the headers.
Is there a specific property that needs setting?
Using version: Infragistics35.WebUI.Shared.v11.2, Version=11.2.20112.1019
Any help appreciated.
thanks,
KS

To use the built in filtering you need to enable the filtering behavior. For enabling behaviors, use the Behaviors dialog which can be opened by clicking the ellipsis on the Behaviors property of the WebDataGrid.
There are more details on enabling filtering in the Filtering topic in the NetAdvantage for ASP.NET help.

Related

The “Navigtionmenu” control is not showing up in the Toolbox in a .NET project VS2010 and 2012

Why The “Navigtionmenu” control is not showing up in the Toolbox in a .NET project VS2010 and 2012?
but why did the screenshot I got from google below appear toolbox "NavigtionMenu"?
Thanks
jack
I just did a search here for "navigationmenu" and got no relevant matches, so I don't think that such a control even exists. Given the generic icon in that screenshot, it's probably a third-party control or even second-party, i.e. created by the person who posted that screenshot. In fact, I think that that is the icon that used to denote a user control and is still used for a user control in the Add New Item dialogue. I suggest that you check that link you found and see whether it includes instructions for creating it.

Dynamic slide show in SharePoint 2013

How to build a slideshow(dynamic) in SharePoint 2013. I have already tried OOTB but all of them are static.I have also tried some java script but even scripting cannot give create dynamic slide show.
By dynamic I mean that if I edit the list/library (from SharePoint itself) that change must be reflected back on the slide show. Can anyone help?
There is sevrals solution.
You could use the SharePoint Search and the display template for generate you slideShow.
You can find a tuto here : Image Slider with SharePoint 2013 Search Results Web Part
Or you can dev it with pure JS script.
A SIMPLE JQUERY CONTENT SLIDER

How to get intellisense working for Kendo UI?

I'm just starting out with a trial of Kendo UI (2014 Q1), in Visual Studio 2013.
I am following one of the walkthrough tutorials, and while the code runs fine, I'm not getting Intellisense for the Kendo objects the way I would expect.
Where's the secret switch to get intellisense working?
Did you verify that the kendo.web.min.intellisense.js file is present in the folder which hosts kendo.web.min.js? I used directions from this topic for my kendo ui projects.

Cannot add WebPart to master page using SharePoint Designer

I've built a WebPart for a SharePoint 2010 site. I need to add it to one of its master pages (using SharePoint Designer), and when I select it from the WebParts menu I click it but I don't see it added on the design page...
Could you please tell me how to do it?
Thanks in advance!
Brian
Typically, the Web parts get added to Pages (in a Web Part Zone) not the master page. You can force this by entering Advanced Edit mode in SPD and add a Web Part Zone & Web Part but it is not the way in which Master Pages were intended to be used.

Custom Editor for TFS 2010 Work Items possible via SDK

I m fairly new to working with the TFS SDK and & was wondering whether it's possible to use/write a custom editor 'control' for the work item text editor.. in order to provide more powerful editing capabilities (images, tables etc).
Does anyone know whether this is possible without breaking the rules of physics and/or whether there are already 3rd party solutions out there?
I don't know of any 3rd party tools to JUST do that, I am quite fond of Telerik TFS Work Item Manager though.
It is definitely possible to include a custom control on your work item form essentially displaying images. Here is the offical MSDN for Work Item Tracking Custom Controls. There are some ready-made custom controls on Codeplex: TFS Work Item Tracking Custom Controls.
Lastly a good discussion: Display Image in work item form for TFS. (About really having rich-text within the work items like tables etc. I couldn't find anything)