Dear Sir,
I am now to the Param Query grid. I need a small clarification.
I have a grid in which only some columns are editable with a column having select as editor. And based on the cell data of a particular row the select options should be changed only for that particular row not for every row.
i mean for example if i have three columns namely:
Status | Role | Remarks
Status is having Approve and reject as options in editor select.
If someone selects Approve then only my Role column should be loaded with select Options:Admin and User. And the remarks column should be not editable.
If someone selects reject then no option in role should be shown.And remarks column should be editable.
Here i am using batch editing....
Could you please suggest me a way to solve this.
Thanks in advance.