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
95
Hierarchical Web grid - Tri state checkbox
posted

Hi,

I would appreciate if some one can help me in solving the problems.  I will briefly describe what i have done so far and what i want to do.

I want to create an Hierarchical Web grid showing Parent and its child rows. I have only one Hierarchical level i.e its only parent child level. I want to have checkbox at the parent level. User should be able to select (i.e check) more than one row from the web grid. On the server side i should be able to get the rows which are selected by the user.

I have created the parent - child hierarchy and its working good. Now i need to put a check box on the parent row (i.e on the band zero). I am using band zero as parent and Band one as child.

My Problems:

1. How to create a check column on the band zero i.e parent row.

2. i want to know the rows which have their check box selected.

3. Is there any way i can have tri state checkbox instead of checkbox?

Thanks