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
295
Dropdownlist Column with different data for each row
posted

Hi,

Im Using Ultrawebgrid v8.3

I have 2 columns, Column A is an editable column where the user enters data. Column B is a dropdownlist column where the data gets binded from the database based on the data entered in Column A.

For example, If the User enters 'R' in Column A and hits the tab button, the grid calls the UpdateCell event and binds the data 'Red,Rose'.This is for Row1.

In Row2, If the User enters 'G' in Column A and hits the tab button, the grid calls the UpdateCell event and binds the data 'Green,Gray'.

The problem is, the data binded to dropdownlist in Row2 is getting binded to all the dropdownlist of each row in the grid.

How to bind row specific dropdownlist data in ultrawebgrid?