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

Editing a selected Datagrid Cell for windows phone platform

is it possible to edit a selected Datagrid Cell? if yes , Please, how to do it ?

1 Reply

AR Akila Rajaram Syncfusion Team April 17, 2015 12:51 PM UTC

Hi Nedal,

Thank you for using Syncfusion Products. 

We regret to let you know that we don’t have support for Editing support for SfDataGrid in Windows Phone Silverlight Platforms (8.0 and 8.1). But, we have Editing support in Windows Phone WinRT Platform (8.1). In this, you can enable Editing feature by using AllowEditing property to true. 

Please refer the below code snippet.

XAML: 

<syncfusion:SfDataGrid x:Name="grid" 

AllowEditing="True"

AllowSorting="True"

AutoGenerateColumns="False"

ItemsSource="{Binding Stud}"
SelectionMode="Multiple">


Please refer the sample from the following location, 

Sample: http://www.syncfusion.com/downloads/support/directtrac/137965/SfDataGrid_Editing-1900975805.zip


Please let us know if you require further assistance on this.  

Regards,

Akila R


Loader.
Live Chat Icon For mobile
Up arrow icon