Strange Problems

Hi,

I''m using the latest Version of Essential Studio (4.201.0.37) and I''ve got some strange Problems when I''m using a GridGroupingControl in an UserControl.
When I mark Rows as selected in my SourceCode, they aren'' display als selected.

Are there any patches or hotfixes for this problem? If not, when can I get such a patch?

Thanks.

Chris

2 Replies

AD Administrator Syncfusion Team July 25, 2006 06:08 PM UTC

Hi Chris,

We are looking in to this and will update you as soon as possible.

Thanks for your patience.

Regards,
A.Sivakumar


AD Administrator Syncfusion Team July 26, 2006 12:32 AM UTC

Hi Chris,

To force a record to be selected in code you can try setting the current record of the grid in the code, which will make the current record to be getting selected.

Sample code illustrating selection of the sixth row.

[c#]
this.GridGroupingControl1.Table.CurrentRecord=this.GridGroupingControl1.Table.Records[5];

Let us know if this helps.

Thanks,
A.Sivakumar

Loader.
Up arrow icon