We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon