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
160
How to dynamically change cell types based on another cell?
posted

Hi Everyone,

I am using the igGrid jquery control. I have the following scenario. I have 2 columns:

Category, Value

-----------------------

When I ciick "Add Row",  I am populating "Category" with 4 values in a drop-down. When I select values 1 and 2, I want the "Value" cell to change to a text box. But for values 3 and 4 I want "Value" cell to change a drop down with some pre-populated values like a,b,c.

How can I do that? I am not able to find any documentation. Can you kindly provide it with an example?