Planning To Use Infragistics Datagrid For Application?
Mar 23, 2010
i am planning to use infragistics datagrid for my application to be written in asp.net & c#?can any one provide me a sample code for to use.and the site to download the infragistics tools
View 2 Replies
Similar Messages:
Jul 9, 2010
I need to add the infragistics control to the aspx page...how I can add the infragistics control in aspx page.
View 1 Replies
Dec 8, 2010
http://weblogs.asp.net/scottgu/archive/2010/10/22/asp-net-mvc-3-layouts.aspxAfter reading a bit through the post, it seems that the MVC team is trying to replace the MasterPage functionality. This code does seem cleaner to me and I'll no doubt use it (MVC3 is downloading as I post this). What are your thoughts on this? I don't have much experience with Webforms, so I don't know some of the more advanced features of a MasterPage.
View 3 Replies
Dec 2, 2010
My supervisor is putting me in charge of designing and coding the ui for a new application. I will also most likely be designing the business logic layer. I need a good book on how to go about designing and planning the code. I am well-versed in the actual code syntax so I am not looking for a resource to tell me how to use Master Pages, for example, but rather, how do I sit down and do that initial design so that the code will come together well? I do have prior experiences to draw from, but I would really like to read more about this topic before I jump in. This app will be in vb.net 2008
View 5 Replies
May 5, 2010
We have many applications. All the applications are having there one access control. I am . All the application should refer this repository for access (We can say it one point contact).
View 4 Replies
Mar 19, 2011
i have a infragistics web grid which has row edit template.Row edit template contains drop down list. Now when i change the selected index of drop down..i need to get the client id of the drop down..the web grid is in Content place holder..i am using the below code..
ctl00_ContentPlaceHolder1_webModGrid_ctl00_ddlScope
but it is giving error..Microsoft JScript runtime error: Object required
View 2 Replies
Mar 15, 2011
Does anyone have performance comparision between asp.net and infragistics controls? Not only for complex controls. I need to compare all available controls.Note: The reason I am posting this here instead of infragistics is :)
View 1 Replies
Jul 26, 2010
cannot find any examples of how to lazy load the Infragistics UltraWebTree v6.3I found that the docs on the Infragistics site tend to be limited to the latest version of their controls, but this is a legacy app which I am unable to upgrade. Has anyone got example code or links which demonstrate how to lazy-load nodes in this control?The current implementation that we have loads 1.35MB of html because it is populating the entire tree!!
View 1 Replies
Oct 7, 2010
I am using Infragistics Ultralistview to display data in List which contains 3 columns and 4-5 rows(that could be upto 'n' rows depending upon data added). When i hover over the row for 2 seconds, i want that other information about that row should be displayed in a panel like control. How to do that? Let me know if anything else is required from my side.
View 1 Replies
Oct 11, 2010
I am having a grid with checkboxes corresponding to each row to enable select.There is a dropdownlist populated with several action items and a button which will trigger the selected action from the dropdown.One among the dropdownlist action is "Export to excel".I am using the infragistics UltraWebGridExcelExporter control for this.Both the grid and UltraWebGridExcelExporter is placed inside an AJAX updatepanel.I need the export to excel functionality to work without full page postback.For this I have added a AsyncPostBack Trigger for the button to the updatePanel.But the export to excel is throwing "Sys.WebForms.PageRequestManagerParserErrorException" with this.If I am adding PostBack Trigger for the button, the export to excel is working fine.But the whole page posts back.Is there a way to solve this?
View 1 Replies
Aug 4, 2010
I have two grids on a page that seem to always be position:fixed.I want them to scroll with the page when an overflow scrollbar appears on the body. The grids however ALWAYS stay in the same place and don't scroll with the rest of the page content.Is there any way to get an UltraWebGrid to be relative and scroll up the page with the rest of the page's content?This seems to work in IE6 but not in IE8.
View 1 Replies
Feb 8, 2011
I have an infragistics stack chart to which I am giving data table as data source.I am populating time quantity value as its Y- axis and time slot value (a particular time period) as its X- axis.
What my problem is I want to show tooltip as in time format. But currently I am unable to do this because the chart accept only numeric values.Do anybody have a solution to show tooltip in a formatted way?
(means I want to show tooltip as 1:12 when the y axis value is 72)
View 1 Replies
Feb 6, 2011
I wanna execute same functionality for all DataGrid controls in my application for example.. inserted event handler. but without calling it manually. I mean to be called automatically.Is there anyway to do that ?
View 2 Replies
Mar 15, 2011
I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
View 9 Replies
Apr 29, 2010
I'm supposed to be designing solution architecture for an upcoming project (clearly the most advance I ever did and guaranteed to drive me nuts over the coming months). I'm trying not to let my knowledge shape the design, and rather create a solid, maintainable design and fill the gaps in my knowledge later.Was hoping to hear what others think and help me shape this.In a nutshell it will be an asp.net mvc application running on the azure platform (so I'll be using azure table services for data storage and blob services for file services).
Been nutting out Entity Framework 4 (don't know NHibernate at all) over the past few days and figured I'll use that in the data access layer (c# class library) to map my domain model (another c# class library) to the data storage (still no idea how azure storage work, but will get to that).My WCF skills are shaky, but I'm thinking of exposing data via services, though right now I cannot think of that being that useful....
Front End: XHTML, CSS, JavaScript (jQuery & jQueryTools), AJAXWeb Client: Asp.Net MVC 2Domain Model: C# Class library with POCO , interfaces and implementations (will be using Castle Windsor as IoC)Data Access Layer: Entity Framework mapping my domain model and data storageAzure Storage: ...
View 5 Replies
Apr 6, 2010
I have 2 grids gvParent & gvChild I would like to filter gvChild when a row is selected in gvParent the linking fields are contractNo
I added a column for selecting:
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" CommandName="Select"
OnClick="LinkButton1_Click" Text="Select"></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
I know how to handle the filtering of the grid (create a criteria and set to rowfilter of the dataview) But, I dont know how to get the value of the column of the selected row.
View 5 Replies
Mar 4, 2011
I have Datagrid , i want to clcik on row and get data in textbox , but my textbox is FreeTextBox control,i tried to use javascript but work for asp.net control not working for freetext box control, how i can capture this code is sample code but it work for asp.net control but not working for my freetextbox
[Code]....
View 1 Replies
Sep 22, 2010
Simply put... I want to duplicate the example found at this link, in VB.net rather than C#.
[URL]
I would like the selectedvalue of the dropdown to display additional data base on its selection in multiple text boxes.
I have tried using the DropDownList OnSelectedIndexChanged property, within a DataGrid EditiItemTemplate, but I cannot retrieve data from the selection. (AutoPostBack is "True"). I can however use a button onclick event to fire a "prre-defined" selection value.
View 2 Replies
Jun 23, 2010
I have a nested datagrid. I want to get header texts of child datagrid, bifore binding process.
Is there a way to do this?
View 1 Replies
May 27, 2010
I have 2 datagrid (using .net 1.1). I need to access column of second grid ( i need to make a column of second grid as disabled) when i click "Cancel" link button in First Grid. How can this be done?
View 7 Replies
Mar 15, 2011
Any performance comparision between asp.net controls and infragistics controls? I need to compare all controls e.g. TextBox, DropDownList etc.
View 1 Replies
Jan 8, 2010
I had called the data from query to data table and now i have a gridview in which i am using one datalist and 2 text boxes and and reming coloumns are bounded iahve to assiaign them values which datatable have either null or any value.
View 2 Replies
Sep 30, 2010
I have "Order" object with Columns Ticket,OTP and CustomerName etc.Intially on DataGrid, I'm binding Ticket only , when user clicks on "Column Chooser" button, another windows appears to pickup CustomerName,OTP columns to add specified column dynamically on Datagrid. Environment : Asp.net ,C# with Object Data source
Public Class Order
{
publc void Order()
{
}
public string Ticket
{
get
{
return this.strTicket;
}
set
{
this.strTicket = value;
}
}
public string OtpNumber
{
get
{
return this.strOtpNumber;
}
set
{
this.strOtpNumber = value;
}
}
public string CustomerName
{
get
{
return this.strCustomer;
}
set
{
this.strCustomer = value;
}
}
}
}
View 1 Replies
Aug 2, 2010
I am using DataGrid, Now I want to know to get all values from that Datagrid. How can I acheive.
View 2 Replies
Jul 15, 2010
This is my Table structure:I did this in vb.net and this code displayed the images in the DataGrid:
Code:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If IsPostBack = False Then
but when i am doing the same code in C#;then its not working:
[code]....
Code:
protected void Page_Load(object sender, EventArgs e)
{
if (!this.IsPostBack)
[code]....
View 31 Replies