Avoiding a selected record

Hello,

Do anyone know how to avoid having the first record selected when making a databind to the gridgrouping control?

/Pontus


1 Reply

JJ Jisha Joy Syncfusion Team January 27, 2009 09:13 AM UTC

Hi Pondus,

Try to call TableModel.Selections.Clear() and let me know if this help you out.

this.gridGroupingControl1.TableModel.Selections.Clear();

Regards,
Jisha


Loader.
Up arrow icon