ResolveToRecordIndex absent

Hi!

I have this error:

'Syncfusion.UI.Xaml.Grid.SfDataGrid' does not contain a definition for 'ResolveToRecordIndex' and no extension method 'ResolveToRecordIndex' accepting a first argument of type 'Syncfusion.UI.Xaml.Grid.SfDataGrid' could be found (are you missing a using directive or an assembly reference?)

How can I fix this?

Sincerely,
Michael

1 Reply

JG Jai Ganesh S Syncfusion Team September 10, 2015 10:43 AM UTC

Hi Michael,


Thank you for using Syncfusion products.


We have analyzed your query. The “ResolveToRecordIndex” helper method is present in the “Syncfusion.UI.Xaml.Grid” namespace and you should add this namespace in your application.


Code Example [C#]:


using Syncfusion.UI.Xaml.Grid;


var index=this.sfgrid.ResolveToRecordIndex(1);


UG Link: http://help.syncfusion.com/wpf/sfdatagrid/helpers


Please let us know if you need further assistance.


Thank you,

Jai Ganesh S


Loader.
Up arrow icon