webdatagrid

Web data grid of infragistic controls

Hi, I am working on a web project where i need to use web data grid of infragistic controls. I have problem to customise the header layout. I did not find event like InisalizeLayOut in ultrawebgrid. My problem is that i want to row in header. Please give me your valuable suggations. Thanks ...

FindControl in Infragistics webDataGrid

I have ig:TemplateDataField that contains label. In InitializeRow event handler I try to find that label with e.Row.FindControl but I get null. I was not able to find another way to find my label. How to look for controls in WebDataGrid rows during InitializeRow event? ...

Infragistics Custom Control

Any advice on how to build a custom control where the functional control is an Infragistics 8.3 WebDataGrid? I believe it is by extending CompositeControl, but it is confusing to me what code goes into the CreateChildControl method vs. the PreRender handler vs. the Init and Load handlers. Thanks, Jonathan ...

Infragistics WebDataGrid Style

Does any one know of a similar implementation of AlternatingRowStyle of GridView in WebDataGrid? ...

adding 'row adding " behavior to webdatagrid programatically

Can any one help me adding row adding behavior to webdatagrid programatically Dim RowAdditions As RowAdding = webDataGrid1.Behaviors.EditingCore.Behaviors.CreateBehavior(Of RowAdding)() is giving me the object null exceptionThanks in Advance ...