Virtual Tree Grid Row Selection

Hi,

How can i select a row in virtual tree grid?

The sample for virtual grid doesn't have a row selection pane.

Thanks,
Adnan

4 Replies

AD Administrator Syncfusion Team February 26, 2007 08:42 PM UTC

Hi Adnan,

Use the Model.Selection property to manage the selection(Add,Remove & Move) in a grid. Please refer to the attached sample for more details and let me know if this helps.

this.gridControl1.Model.Selections.Add(GridRangeInfo.Rows(1, 10));

Sample : Custom0.zip

Best regards,
Haneef


AS Adnan Sohail February 26, 2007 09:02 PM UTC

Haneef,

There is some problems with the zip you uploaded. Its compiling, but not running because a path is pointing to your desktop.

Could you please upload it again?

Thanks


AD Administrator Syncfusion Team February 26, 2007 09:32 PM UTC

Hi Adnan,

Please try this
CustomGridCell_2005.zip

Best regards,
Haneef


AS Adnan Sohail February 26, 2007 09:42 PM UTC

Thanks

Loader.
Up arrow icon