views:

58

answers:

2

Hello,

I have Application with 3 columns

Result - Radio button pass and Fail IF Fail - Radio Button Minor and Major Be Specific - Multiple Choice - Active X control/ Browser/ Display / Others

I want to disable If fail and Be specific if Result is selected pass.

How can I do it

Thanks Kundan

A: 

Presumably your looking at a SharePoint list column?

The only way to do this that I can think of is to develop a custom field type that seeks out the value of other fields and deccides whether or not to render.

This how-to on MSDN should help you achieve your goal.

There is no "out of the box" way to achive your goal. You must write code to accomplish this.

Knowledgethoughts
A: 

I managed using java code Thaks

kundan