Dear all, I am using web grid in site. I change the Pager link color. i need to change the underline of the link. Help me any one....... Thanks SundaraRajan.C
On my latest project i keep receiving the following error when trying to load the page with a ultragridexcelexporter control on the page. Could not load file or assembly 'Infragistics35.Excel.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified i do not have a dll for this and i have checked the property pages on the website and its all 8.3 an no old values for 2.0... Please Note: the local version of the website works this is just on upload to the server. Can someone help ? Thanks
1) This page takes WebSchedule from the top and has been recommended as a starting point before, http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR3.5/?page=Web_WebSchedule.html 2) For a DIY schema, you might want to try WebScheduleGenericDataProvider, http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR3.5/?page=WebScheduleGenericDataProvider_About_WebScheduleGenericDataProvider.html HTH
Resource.Name had a uniqueness constraint because it was assigned to WebScheduleInfo ActiveResourceName property (more human-friendly than an ID) to determine the resource whose schedule needed to be loaded (in the single resource case). Is it possible for you to use Resource.Description? Description has no uniqueness constraint, so you can have: ID Name Description 10 10-Client A Bob Smith 20 20-Client B Bob Smith Resource HTH,
We have published this roadmap of what we're delivering through the first half of this year in detail: http://www.infragistics.com/whats-hot/roadmap/aspnet.aspx Some of these ASP.NET features will peripherally impinge upon WebSchedule, like Visual Studio 2010 code snippets and the Windows 7 Aero .WISL (Web-Infragistics Style Library). If you look at the roadmaps we've published for Silverlight, though, you will see we are going to release Silverlight scheduling controls for your RIAs later this year: http://www.infragistics.com/whats-hot/roadmap/silverlight.aspx As always, if there is a...
http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR3.5/?page=Web_WebSchedule.html
I am attempting to create an UltraWebChart line chart that has three series. One of the series is an average that does not start until the fourth data row. For those first few rows the average is considered null. The chart is inserting values of zero for those points that should not be there. It makes it look like the average climbs from zero when in fact it should start in the middle of the chart. How can I get the chart to treat null as null?
Dear all, Did anyone made a comparison of most popular components/products (WinForms, WPF, ASP) made by Infragistics against Telerik or Developer Express ? I think question is for user rather to the Infragistics because no one from Infragistics will write a bad word about Infragistics (and I understand this). I am looking for some more detailed information about how good Infragistics is or what I can't do using Infragistics components (and I should know this). Regards Piotr
Apparently the "Add Row" in the grid doesn't support use of the defined row edit template. In my view, this seems extremely limiting when using the grid as a record editor. For existing rows a well formatted, feature rich row edit template can be defined. For the addrow however, the user only has the basic edit fields in grid's add row. I'd like to see the grid open the defined row edit template (if one has been defined) when adding a row - this seems intuitive, consistent, and non-confusing for an end user. The existing add row functionality is woefully inadequate. Anyone...
Hi friends, I am using Version 9.1.20091.1015 , When I include WebSlider from Infragistics ToolBox. Code as below. I'm getting the following Error: "Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'" Could any help me to get out of this problem. Thnks in advance... Regards, Nagendran Code: <% @ Page Language ="VB" AutoEventWireup ="false" CodeFile ="Default.aspx.vb" Inherits ="_Default" %> <% @ Register Assembly...