Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
adding events for controls inside the web data grid
posted

Hi All,

Currently I have a webgrid with one drop down column,and 3 normal columns. Values are populating from the database.

  <igtbl:UltraGridColumn Type="DropDownList"  AllowUpdate="Yes" DataType="System.Guid"  
                                                IsBound="true" BaseColumnName="ID" Key="ID" >
                                                 <Header Caption="Name">
                                                </Header>
                                </igtbl:UltraGridColumn>

Currently its working perfect.

I have a new requirement came where i need to add the following modification

1. On the selection of the ID i need to do 2 things

     > if Id is of type of A,i need to show a drop down in another column in web data grid with values of A(values of A coming from db) and need to select the value the user selected already

     > if Id is of type of B,i need to show a text box in another column with user entered values for B

Please provide any sample code if you have.I am new to infragistics.

Regards.

Jeena

Parents
No Data
Reply Children
No Data