check box Coverage in grid

hi hannef!


As u suggested me to use the following coding to have one combobox for any number of line by giving the start line no or End line no

Code:
this.dgTransactionList.Model.CoveredRanges.Add(GridRangeInfo.Cells(Start,1,End,1));

start - Start line
End = End Line

this works fine but sometime its creating problem by displaying Combo box in all the line.

Any suggestion to make it display properly everytime.

Regards

Dhana

1 Reply

AD Administrator Syncfusion Team January 16, 2007 05:54 PM UTC

Hi Dhana,

We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the attached samples to reproduce the issue here? This will help us to analyse the issue further.

Here is a sample.
GroupCheckBox.zip

Best Regards,
Haneef

Loader.
Up arrow icon