SC version - 8.0
Problem - Client Side
Problem One Liner - How to show different values in select item field of ListGrid for each row.
Detail - I have a list grid which shows the details of user groups of my applications. Each row in ListGrid shows the details of different user groups. ListGrid have one field as Group Leader. Group Leader (select item) can be any one of the users in that group. I want that in Group Leader field all users of a group (rather than all users existing in application) should be shown. As each row represents different user group, so Group Leader field for each row will have different drop down values. How to get different drop down values for Group Leader for each row?
Just info, I am using optionDataSource in ListGridField for Group Leader.
I would appreciate is someone can show some example code.
Regards,
Gaurav
Problem - Client Side
Problem One Liner - How to show different values in select item field of ListGrid for each row.
Detail - I have a list grid which shows the details of user groups of my applications. Each row in ListGrid shows the details of different user groups. ListGrid have one field as Group Leader. Group Leader (select item) can be any one of the users in that group. I want that in Group Leader field all users of a group (rather than all users existing in application) should be shown. As each row represents different user group, so Group Leader field for each row will have different drop down values. How to get different drop down values for Group Leader for each row?
Just info, I am using optionDataSource in ListGridField for Group Leader.
I would appreciate is someone can show some example code.
Regards,
Gaurav
Comment